UNPKG

913 BMarkdownView Raw
1# Amplify CLI API Plugin
2
3## Commands Summary
4
5The following table lists the current set of commands supported by the Amplify API Category Plugin.
6
7| Command | Description |
8| --- | --- |
9| amplify api add | Takes you through steps in the CLI to add an API resource to your backend. |
10| amplify api add-graphql-datasource | Takes you through the steps in the CLI to import an already existing Aurora Serverless data source to an existing GraphQL API resource.
11| amplify api update | Takes you through steps in the CLI to update an API resource. |
12| amplify api gql-compile | Compiles your GraphQL schema and generates a corresponding cloudformation template. |
13| amplify api push | Provisions only API cloud resources with the latest local developments. |
14| amplify api remove | Removes an API resource from your local backend. The resource is removed from the cloud on the next push command. |