# Amplify commands at one place

Configuration

1. When you have to configure amplify project first time
       *amplify configure*

2. Initialize existing project
        *amplify init*

3. Amplify CLI commands
  
![Screenshot from 2022-11-10 15-28-32.png](https://cdn.hashnode.com/res/hashnode/image/upload/v1668073447472/IzAOQ0O87.png align="left")

4. Pull latest backend backend environment to local
        *amplify pull*

5. Push local update to cloud server
        *amplify push*

6. See local changes
        *amplify status*


These are the basic command commonly user in amplify project. Since, this is my first blog post, I keep this much. I will start contributing more from now.

 

