Skip to content
This repository has been archived by the owner on Sep 29, 2023. It is now read-only.

Commit

Permalink
Merge pull request #227 from appwrite/fix-cmd-help
Browse files Browse the repository at this point in the history
Remove references to commandline examples in API references (because they don't exist)
  • Loading branch information
christyjacob4 authored Jul 28, 2022
2 parents e1187b9 + 39825e9 commit be2939c
Showing 1 changed file with 3 additions and 5 deletions.
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

0 comments on commit be2939c

Please sign in to comment.