browse
amplify/

AWS Amplify CLI

Amazon Web Services

Full-stack app development and deployment framework for AWS with auth, storage, and API provisioning.

Developer Platforms
01Agent Notes

amplify CLI is highly interactive and not well-suited for automation. `amplify init`, `amplify add <category>`, `amplify push`. Prefer `--yes` flag to skip prompts. For CI/CD, use `amplify push --yes` with headless parameters.


02Authentication
Methods
aws-credentials
Env vars
AWS_ACCESS_KEY_IDAWS_SECRET_ACCESS_KEYAWS_PROFILE
Setupamplify configure

03Install
npm install -g @aws-amplify/cli
Download binary →

04Capabilities
Reference
binaryamplify
checkamplify --version
authaws-credentials
formatsinteractive
version14.2.5