Install AWS Amplify CLI
npm install -g @aws-amplify/cli
Installs the aws amplify cli as a global package. require nodejs and npm to be installed
Configures The CLI (Credentials and Settings)
This command will set up your cli for use. by asking questions and logging into your aws account
Initialize Amplify Project In Current Project
npm install -g gatsby-cli
Installs gatsby cli as a global package
Add Auth Feature To Your Amplify App
In An Existing amplify project you an add auth configurations and package to the project
Remove Auth Feature From Your Amplify App
In an existing amplify project you can remove the auth feature with this command
Update Auth Configurations
Brings up the auth feature configurations for you to update
Push Amplify Configurations Changes To The Cloud
Any configurations changes in the cli need to pushed to the cloud to go live