Amplify commands at one place

·

1 min read

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

  1. Pull latest backend backend environment to local

     *amplify pull*
    
  2. Push local update to cloud server

     *amplify push*
    
  3. 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.