amplify
A set of tools and services to help front-end web and mobile developers build scalable full stack applications
Subcommands
Name | Description |
---|---|
init | Initializes a new project, sets up deployment resources in the cloud, and makes your project ready for Amplify |
configure | Configures the attributes of your project for amplify-cli, such as switching front-end framework and adding/removing cloud-provider plugins |
push | Provisions cloud resources with the latest local developments |
pull | Fetch upstream backend environment definition changes from the cloud and updates the local environment to match that definition |
publish | Executes amplify push, and then builds and publishes client-side application for hosting |
serve | Executes amplify push, and then executes the project's start command to test run the client-side application locally |
status | Shows the state of local resources not yet pushed to the cloud (Create/Update/Delete) |
delete | Deletes all of the resources tied to the project from the cloud |
add | Adds a resource for an Amplify category in your local backend |
update | Update resource for an Amplify category in your local backend |
remove | Removes a resource for an Amplify category in your local backend |
upgrade | Download and install the latest version of the Amplify CLI |
uninstall | Remove all global Amplify configuration files and uninstall the Amplify CLI. This will not delete any Amplify projects |
notifications | |
analytics | |
api | |
auth | |
function | |
hosting | |
interactions | |
predictions | |
storage | |
xr | |
mock | Run mock server for testing categories locally |
codegen | Generates GraphQL statements(queries, mutations and eventHandlers) and type annotations |
console | Opens the web console for the selected cloud resource |
logout | If using temporary cloud provider credentials, this logs out of the account |
env | Display all commands available for new Amplify project |