Socket
Socket
Sign inDemoInstall

@autocloud/cli

Package Overview
Dependencies
19
Maintainers
2
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @autocloud/cli

Configure and manage your AutoCloud generated infrastrucure


Version published
Maintainers
2
Install size
18.6 MB
Created

Readme

Source

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

Keywords

FAQs

Last updated on 15 Feb 2020

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc