haio cli
$ npm install -g haio
$ haio COMMAND
running command...
$ haio (-v|--version|version)
haio/1.5.4 linux-x64 node-v14.17.4
$ haio --help [COMMAND]
USAGE
$ haio COMMAND
...
display help for haio
USAGE
$ haio help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help
Add new ssh key to current logged in account.
USAGE
$ haio key:add
DESCRIPTION
...
Each ssh key have a UNIQUE title and body, which will be given from user.
NOTE:
1. ssh key must be a public key.
2. ssh key must have at least 64 characters.
3. an ssh key is unique and can not be added again.
4. an ssh title is unique and can not be added again.
See code: src/commands/key/add.js
Describe the command here
USAGE
$ haio key:list
OPTIONS
-n, --name=name name to print
DESCRIPTION
...
Extra documentation goes here
See code: src/commands/key/list.js
Login To Use HaioCloud Services
USAGE
$ haio login
See code: src/commands/login.js
Logout
USAGE
$ haio logout
OPTIONS
-n, --name=name name to print
DESCRIPTION
...
Erase user tokens
See code: src/commands/logout.js
Create a new Vira-cloud
USAGE
$ haio vira:add
OPTIONS
-S, --name=name Create in advanced mode
DESCRIPTION
...
Creates the cloud in simple mode by default
See code: src/commands/vira/add.js
List your current Vira-clouds
USAGE
$ haio vira:list
OPTIONS
-p, --page=page page to print
DESCRIPTION
...
Lists all Vira-clouds of the account you logged in with.
See code: src/commands/vira/list.js
Add new ssh key to current logged in account.
USAGE
$ haio add-key
DESCRIPTION
...
Each ssh key have a UNIQUE title and body, which will be given from user.
NOTE:
1. ssh key must be a public key.
2. ssh key must have at least 64 characters.
3. an ssh key is unique and can not be added again.
4. an ssh title is unique and can not be added again.
See code: src/commands/add-key.js
display help for haio
USAGE
$ haio help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help
Login To Use HaioCloud Services
USAGE
$ haio login
Logout
USAGE
$ haio logout
OPTIONS
-n, --name=name name to print
DESCRIPTION
...
Erase user tokens
Create a new Vira-cloud
USAGE
$ haio vira:add
OPTIONS
-S, --name=name Create in advanced mode
DESCRIPTION
...
Creates the cloud in simple mode by default
List your current Vira-clouds
USAGE
$ haio vira:list
OPTIONS
-p, --page=page page to print
DESCRIPTION
...
Lists all Vira-clouds of the account you logged in with.