0.1.1 • Published 4 years ago

@pocus/cli v0.1.1

Weekly downloads
-
License
None
Repository
-
Last release
4 years ago

@pocus/cli

CLI for Pocus customers to configure their Pocus installation

oclif Version

Usage

$ npm install -g @pocus/cli
$ pocus COMMAND
running command...
$ pocus (-v|--version|version)
@pocus/cli/0.1.1 darwin-x64 node-v14.15.4
$ pocus --help [COMMAND]
USAGE
  $ pocus COMMAND
...

No installation is necessary to use the CLI because of npx. However, if you prefer, you may use npm install -g @pocus/cli to install the CLI locally. If you do this, you will need to run the CLI with pocus instead of npx @pocus/cli.

Commands

pocus connection:add

adds a connection to the Pocus data collector

USAGE
  $ pocus connection:add

EXAMPLE
  $ pocus connection:add

pocus connection:delete

deletes a connection from the Pocus data collector

USAGE
  $ pocus connection:delete

EXAMPLE
  $ pocus connection:delete

pocus connection:list

lists connections set up on the Pocus data collector

USAGE
  $ pocus connection:list

EXAMPLE
  $ pocus connection:list

pocus connection:update

updates a connection in the Pocus data collector

USAGE
  $ pocus connection:update

EXAMPLE
  $ pocus connection:update

pocus connection:validate

validates connectivity to a connection set up on the Pocus data collector

USAGE
  $ pocus connection:validate

EXAMPLE
  $ pocus connection:validate

pocus help [COMMAND]

display help for pocus

USAGE
  $ pocus help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help