diff --git a/app/views/docs/command-line.phtml b/app/views/docs/command-line.phtml index 7f978d50e..2b991b0e3 100644 --- a/app/views/docs/command-line.phtml +++ b/app/views/docs/command-line.phtml @@ -82,12 +82,6 @@ brew install --HEAD appwrite
appwrite init collection
-

The init command also comes with a convenient --all flag to perform both these steps at once using

- -
-
appwrite init --all
-
-

Deploying Cloud Functions

The CLI also handles the creation and deployment of Appwrite's Cloud Functions. You can initialize a new function using

@@ -116,12 +110,6 @@ brew install --HEAD appwrite
appwrite deploy collections
-

The deploy command also comes with a convenient --all flag to deploy all your functions and collections at once.

- -
-
appwrite deploy --all
-
-

Self-Signed Certificates

By default, requests to domains with self-signed SSL certificates (or no certificates) are disabled. If you trust the domain, you can bypass the certificate validation using