Skip to content
This repository was archived by the owner on Sep 29, 2023. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 3 additions & 5 deletions app/views/docs/command-line.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -305,13 +305,11 @@ brew install --HEAD appwrite</code></pre>
<p>At any point, if you would like to change your server endpoint, project key, or self-signed certificate acceptance, use the <b>client</b> service.</p>

<div class="ide margin-bottom" data-lang="bash" data-lang-label="CLI">
<pre class="line-numbers"><code class="prism language-bash" data-prism>
appwrite client --endpoint http://192.168.1.6/v1
<pre class="line-numbers"><code class="prism language-bash" data-prism>appwrite client --endpoint http://192.168.1.6/v1
appwrite client --key 23f24gwrhSDgefaY
appwrite client --selfSigned true
appwrite client --reset // Resets your CLI configuration
appwrite client --debug // Prints your current configuration
</code></pre>
appwrite client --debug // Prints your current configuration</code></pre>
</div>

<div class="notice margin-bottom">
Expand All @@ -330,7 +328,7 @@ appwrite client --debug // Prints your current configuration

<h3><a href="/docs/command-line#help" id="help">Help</a></h3>

<p>If you get stuck anywhere, you can always use the <b>help</b> command to get the usage examples. All the examples are also available on the Appwrite API specs docs, and you can view them by switching the examples to the "Appwrite CLI" from the top dropdown.</p>
<p>If you get stuck anywhere, you can always use the <b>help</b> command to get the usage examples.</p>

<h3><a href="/docs/command-line#uninstall" id="uninstall">Uninstall</a></h3>

Expand Down