diff --git a/README.md b/README.md
index c2b1151e36..87eed4cb33 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-> Appwrite Init has concluded! You can check out all the latest announcements [on our Init website](https://appwrite.io/init) :rocket:
+> [Get started with Appwrite](https://apwr.dev/appcloud)
@@ -24,11 +24,9 @@
English | [简体中文](README-CN.md)
-[**Announcing Appwrite Cloud Public Beta! Sign up today!**](https://cloud.appwrite.io)
-
Appwrite is an end-to-end backend server for Web, Mobile, Native, or Backend apps packaged as a set of Docker
diff --git a/docs/sdks/cli/GETTING_STARTED.md b/docs/sdks/cli/GETTING_STARTED.md
index 564fb4d5f9..1cadb1bbda 100644
--- a/docs/sdks/cli/GETTING_STARTED.md
+++ b/docs/sdks/cli/GETTING_STARTED.md
@@ -59,7 +59,7 @@ My Awesome Function
You can now deploy this function using
```sh
-$ appwrite deploy function
+$ appwrite push function
? Which functions would you like to deploy? My Awesome Function (61d1a4c81dfcd95bc834)
ℹ Info Deploying function My Awesome Function ( 61d1a4c81dfcd95bc834 )
@@ -73,7 +73,7 @@ Your function has now been deployed on your Appwrite server! As soon as the buil
Similarly, you can deploy all your collections to your Appwrite server using
```sh
-appwrite deploy collections
+appwrite push collections
```
> ### Note
@@ -98,7 +98,7 @@ $ appwrite users list
To create a document you can use the following command
```sh
-$ appwrite database createDocument --collectionId