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