exorun-cli
v1.0.4
Published
Exorun command line interface
Downloads
5
Readme
Exorun CLI
The Exorun CLI is used to manage exorun apps from the command line.
Installation
npm install -g exorun-cli
Issues
For problems directly related to the CLI, add an issue on GitHub.
Commands
Login
Login into your account
exorun login
Logout
Logout of your account
exorun logout
Register
Create account on exorun
exorun register
List all your instances
List all of your instances
exorun ls - List all your instances
Regions
List all available regions
exorun regions
Create 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-templates
Template
Retrieve the template Dockerfile
exorun template [template-name]