@autocloud/cli
TypeScript icon, indicating that this package has built-in type declarations

0.0.1 • Public • Published

autocloud

Configure and manage your AutoCloud generated infrastrucure

oclif Version Downloads/week License

Usage

$ npm install -g @autocloud/cli
$ autocloud COMMAND
running command...
$ autocloud (-v|--version|version)
@autocloud/cli/0.0.1 darwin-x64 node-v13.6.0
$ autocloud --help [COMMAND]
USAGE
  $ autocloud COMMAND
...

Commands

autocloud autocomplete [SHELL]

display autocomplete installation instructions

USAGE
  $ autocloud autocomplete [SHELL]

ARGUMENTS
  SHELL  shell type

OPTIONS
  -r, --refresh-cache  Refresh cache (ignores displaying instructions)

EXAMPLES
  $ autocloud autocomplete
  $ autocloud autocomplete bash
  $ autocloud autocomplete zsh
  $ autocloud autocomplete --refresh-cache

See code: @oclif/plugin-autocomplete

autocloud help [COMMAND]

display help for autocloud

USAGE
  $ autocloud help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

autocloud login [HOST]

Log into AutoCloud service

USAGE
  $ autocloud login [HOST]

ARGUMENTS
  HOST  [default: registry.autocloud.dev] AutoCloud service host

OPTIONS
  -a, --authenticator=authenticator  [default: auth.autocloud.dev] AutoCloud authentication server
  -h, --help                         show this help screen
  -o, --output=json|yaml             [default: yaml] output format
  -p, --password=password            AutoCloud password
  -u, --username=username            AutoCloud username

EXAMPLES
  $ autocloud login
  $ autocloud login registry.autocloud.dev
  $ autocloud login --username mbolton@initech.com

See code: src/commands/login.ts

autocloud logout [HOST]

Log out of AutoCloud service

USAGE
  $ autocloud logout [HOST]

ARGUMENTS
  HOST  AutoCloud service host

OPTIONS
  -c, --clean             Remove all settings, not just tokens
  -h, --help              show this help screen
  -o, --output=json|yaml  [default: yaml] output format

EXAMPLES
  $ autocloud logout
  $ autocloud logout --clean
  $ autocloud logout registry.autocloud.dev
  $ autocloud logout --clean registry.autocloud.dev

See code: src/commands/logout.ts

autocloud update [CHANNEL]

update the autocloud CLI

USAGE
  $ autocloud update [CHANNEL]

See code: @oclif/plugin-update

Readme

Keywords

Package Sidebar

Install

npm i @autocloud/cli

Weekly Downloads

0

Version

0.0.1

License

MIT

Unpacked Size

70.3 kB

Total Files

62

Last publish

Collaborators

  • enciso_autocloud
  • ckoning
  • tyson_kunovsky