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

Commit be2939c

Browse files
Merge pull request #227 from appwrite/fix-cmd-help
Remove references to commandline examples in API references (because they don't exist)
2 parents e1187b9 + 39825e9 commit be2939c

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

app/views/docs/command-line.phtml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -305,13 +305,11 @@ brew install --HEAD appwrite</code></pre>
305305
<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>
306306

307307
<div class="ide margin-bottom" data-lang="bash" data-lang-label="CLI">
308-
<pre class="line-numbers"><code class="prism language-bash" data-prism>
309-
appwrite client --endpoint http://192.168.1.6/v1
308+
<pre class="line-numbers"><code class="prism language-bash" data-prism>appwrite client --endpoint http://192.168.1.6/v1
310309
appwrite client --key 23f24gwrhSDgefaY
311310
appwrite client --selfSigned true
312311
appwrite client --reset // Resets your CLI configuration
313-
appwrite client --debug // Prints your current configuration
314-
</code></pre>
312+
appwrite client --debug // Prints your current configuration</code></pre>
315313
</div>
316314

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

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

333-
<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>
331+
<p>If you get stuck anywhere, you can always use the <b>help</b> command to get the usage examples.</p>
334332

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

0 commit comments

Comments
 (0)