Amplify CLI plugin to manage the Geo resources for the project
npm install amplify-category-geoThe following table lists the current set of commands supported by the Amplify Geo Category Plugin.
| Command | Description |
| --- | --- |
| amplify geo add | Takes you through steps in the CLI to add a Geo resource (map, search index) to your backend locally. |
| amplify geo push | Provisions the added Geo resources in the cloud backend. |
| amplify geo update | Takes you through steps in the CLI to update a Geo resource (map, search index) that was added to your backend. |
| amplify geo remove | Removes the given Geo resource from your local backend. The resource is removed from the cloud on the next push command. |