1.0.2 • Published 6 years ago
mstack-cli v1.0.2
Mstack CLI
The Mstack CLI is used to manage Mstack apps from the command line.
Installation
npm install -g mstack-cliIssues
For problems directly related to the CLI, add an issue on GitHub.
Commands
Login
Login into your account
mstack loginLogout
Logout of your account
mstack logoutRegister
Create account on mstack
mstack registerList all your instances
List all of your instances
mstack ls - List all your instancesRegions
List all available regions
mstack regionsCreate new instance
Create a new instance
mstack create [name]Delete instance
Delete a instance by name
mstack delete [name]List templates
List all available premaide templates
mstack list-templatesTemplate
Retrieve the template Dockerfile
mstack template [template-name]