aral-vps-test =============
npm install aral-vps-testaral-vps-test
=============




sh-session
$ npm install -g aral-vps-test
$ aral COMMAND
running command...
$ aral (-v|--version|version)
aral-vps-test/1.0.34 darwin-x64 node-v14.16.0
$ aral --help [COMMAND]
USAGE
$ aral COMMAND
...
`
Commands
* aral destroyAll
* [aral help [COMMAND]](#aral-help-command)
* aral init
* aral start
* [aral workspace:create REPOSITORY BRANCH [PROVIDER]](#aral-workspacecreate-repository-branch-provider)
* aral workspace:list
* [aral workspace:start REPOSITORY BRANCH [PROVIDER]](#aral-workspacestart-repository-branch-provider)
* aral workspace:startAll
* [aral workspace:update REPOSITORY BRANCH [PROVIDER]](#aral-workspaceupdate-repository-branch-provider)aral destroyAllremove all system container. After this command you will have to set authorized_keys of Webhook container again
`
USAGE
$ aral destroyAll
`_See code: src/commands/destroyAll.ts_
aral help [COMMAND]display help for aral
`
USAGE
$ aral help [COMMAND]ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
`_See code: @oclif/plugin-help_
aral initstart configuration wizard
`
USAGE
$ aral init
`_See code: src/commands/init.ts_
aral startstart the system
`
USAGE
$ aral start
`_See code: src/commands/start.ts_
aral workspace:create REPOSITORY BRANCH [PROVIDER]create a branch repository workspace
`
USAGE
$ aral workspace:create REPOSITORY BRANCH [PROVIDER]
`_See code: src/commands/workspace/create.ts_
aral workspace:listlist all created workspace (started or not)
`
USAGE
$ aral workspace:list
`_See code: src/commands/workspace/list.ts_
aral workspace:start REPOSITORY BRANCH [PROVIDER]start a branch repository workspace
`
USAGE
$ aral workspace:start REPOSITORY BRANCH [PROVIDER]
`_See code: src/commands/workspace/start.ts_
aral workspace:startAllstart (or restart) all workspace created
`
USAGE
$ aral workspace:startAll
`_See code: src/commands/workspace/startAll.ts_
aral workspace:update REPOSITORY BRANCH [PROVIDER]update workspace filesystem
`
USAGE
$ aral workspace:update REPOSITORY BRANCH [PROVIDER]
``_See code: src/commands/workspace/update.ts_