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

Commit 691c977

Browse files
Merge pull request #360 from anandv96/patch-1
changed commands for appwrite deploy
2 parents d476b52 + 0ea1ce9 commit 691c977

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

app/views/docs/command-line-deployment.phtml

+4-4
Original file line numberDiff line numberDiff line change
@@ -50,15 +50,15 @@ The Apprite CLI allows you to create and deploy databases, collections, buckets,
5050
<p>The Appwrite CLI also helps you migrate your project's databases and collections from a development server to a production server. You can deploy all the databases and collections in your <a href="/docs/command-line-deployment#appwriteJSON">appwrite.json</a> file using:</p>
5151

5252
<div class="ide margin-bottom" data-lang="bash" data-lang-label="CLI">
53-
<pre class="line-numbers"><code class="prism language-bash" data-prism>appwrite deploy collections</code></pre>
53+
<pre class="line-numbers"><code class="prism language-bash" data-prism>appwrite deploy collection</code></pre>
5454
</div>
5555

5656
<h2><a href="/docs/command-line-deployment#teams" id="teams">Deploying Teams</a></h2>
5757

5858
<p>The Appwrite CLI can create teams to organize users. Teams can be used to grant access permissions to a group of users. <a href="/docs/permissions#permission-roles">Learn more about permissions</a>.</p>
5959

6060
<div class="ide margin-bottom" data-lang="bash" data-lang-label="CLI">
61-
<pre class="line-numbers"><code class="prism language-bash" data-prism>appwrite deploy teams</code></pre>
61+
<pre class="line-numbers"><code class="prism language-bash" data-prism>appwrite deploy team</code></pre>
6262
</div>
6363

6464

@@ -67,7 +67,7 @@ The Apprite CLI allows you to create and deploy databases, collections, buckets,
6767
<p>The Appwrite CLI allows you to configure and deploy buckets across projects. All the bucket's settings are available through the <a href="/docs/command-line-deployment#appwriteJSON">appwrite.json</a> file.</p>
6868

6969
<div class="ide margin-bottom" data-lang="bash" data-lang-label="CLI">
70-
<pre class="line-numbers"><code class="prism language-bash" data-prism>appwrite deploy buckets</code></pre>
70+
<pre class="line-numbers"><code class="prism language-bash" data-prism>appwrite deploy bucket</code></pre>
7171
</div>
7272

7373
<h2><a href="/docs/command-line-deployment#avoidingConflicts" id="avoidingConflicts">Avoiding Conflicts</a></h2>
@@ -354,4 +354,4 @@ The Apprite CLI allows you to create and deploy databases, collections, buckets,
354354
<td>Team Name.</td>
355355
</tr>
356356
</tbody>
357-
</table>
357+
</table>

0 commit comments

Comments
 (0)