diff --git a/app/views/docs/command-line.phtml b/app/views/docs/command-line.phtml index 2b991b0e3..21e3ae2e5 100644 --- a/app/views/docs/command-line.phtml +++ b/app/views/docs/command-line.phtml @@ -305,13 +305,11 @@ brew install --HEAD appwrite
At any point, if you would like to change your server endpoint, project key, or self-signed certificate acceptance, use the client service.
-appwrite client --endpoint http://192.168.1.6/v1
+ appwrite client --endpoint http://192.168.1.6/v1
appwrite client --key 23f24gwrhSDgefaY
appwrite client --selfSigned true
appwrite client --reset // Resets your CLI configuration
-appwrite client --debug // Prints your current configuration
-
+appwrite client --debug // Prints your current configuration
If you get stuck anywhere, you can always use the help 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.
+If you get stuck anywhere, you can always use the help command to get the usage examples.