overview
Mantil command line interface commands.
AWS account related commands
| command | description |
|---|---|
| aws install | Installs Mantil into AWS account |
| aws upgrade | Upgrades Mantil on AWS account |
| aws uninstall | Uninstalls Mantil from AWS account |
| aws nodes | Shows Mantil AWS nodes |
| aws resources | Shows AWS resources created by Mantil |
Stage related commands
| command | description |
|---|---|
| stage new | Creates a new stage |
| stage destroy | Destroys a stage |
| stage list | Lists stages in project |
| stage use | Sets default project stage |
Project related commands
| command | description |
|---|---|
| new | Creates a new Mantil project |
| deploy | Deploys project updates to a stage |
| invoke | Invokes API method on the project stage |
| watch | Watches for file changes and automatically deploy them |
| test | Runs project tests |
| logs | Fetches logs for a specific API |
| env | Exports project environment variables |
| generate api | Generates Go code for a new API |
Feedback related commands
| command | description |
|---|---|
| report | Makes a bug report |