Amplify commands at one place
Play this article
Configuration
When you have to configure amplify project first time
*amplify configure*
Initialize existing project
*amplify init*
Amplify CLI commands
Pull latest backend backend environment to local
*amplify pull*
Push local update to cloud server
*amplify push*
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.