aral-vps-test =============


Keywords
oclif
License
MIT
Install
npm install aral-vps-test@1.0.29

Documentation

aral-vps-test

oclif Version Downloads/week License

Usage

$ 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

remove 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 init

start configuration wizard

USAGE
  $ aral init

See code: src/commands/init.ts

aral start

start 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:list

list 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:startAll

start (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