You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 29, 2023. It is now read-only.
My appwrite CLI v2.0.2 gives me an error with the existing docs:
```
$ appwrite deploy collections
Usage: index deploy [options] [command]
The deploy command provides a convenient wrapper for deploying your functions and collections.
Options:
-h, --help display help for command
Commands:
function [options] Deploy functions in the current directory.
collection [options] Deploy collections in the current project.
bucket [options] Deploy buckets in the current project.
team [options] Deploy teams in the current project.
```
Copy file name to clipboardExpand all lines: app/views/docs/command-line-deployment.phtml
+4-4
Original file line number
Diff line number
Diff line change
@@ -50,15 +50,15 @@ The Apprite CLI allows you to create and deploy databases, collections, buckets,
50
50
<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>
<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>
@@ -67,7 +67,7 @@ The Apprite CLI allows you to create and deploy databases, collections, buckets,
67
67
<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>
0 commit comments