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

Commit 531a466

Browse files
committed
feat: review comments
1 parent e71190f commit 531a466

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/docs/command-line.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ appwrite client --debug // Prints your current configuration
327327
<div class="notice margin-bottom">
328328
<h3><a href="/docs/command-line#CIMode" id="CIMode">CI Mode</a></h3>
329329

330-
<p>The Appwrite CLI can also be used in a non-interactive mode. This is especially useful when you want to automate tasks on let's say, a CI Server. In order to enable CI mode on the CLI, you need to set your <b>project ID, endpoint and API Key</b> using</p>
330+
<p>The Appwrite CLI can also be used in a non-interactive mode. This is especially useful when you want to automate tasks on a CI Server. In order to enable CI mode on the CLI, you need to set your <b>project ID, endpoint and API Key</b> using</p>
331331

332332
<div class="ide margin-bottom" data-lang="bash" data-lang-label="CLI">
333333
<pre class="line-numbers"><code class="prism language-bash" data-prism>appwrite client --endpoint http://192.168.1.6/v1 --projectId YOUR_PROJECT_ID --key YOUR_API_KEY</code></pre>

0 commit comments

Comments
 (0)