0.1.0-dev.0 • Published 3 years ago

node-veesi-cli v0.1.0-dev.0

Weekly downloads
-
License
UNLICENSED
Repository
github
Last release
3 years ago

node-veesi-v1

Command Line Interface (CLI) for Veesi external APIs.

oclif Version Downloads/week License

Usage

$ npm install -g node-veesi-v1
$ veesi COMMAND
running command...
$ veesi (-v|--version|version)
node-veesi-v1/0.1.0-dev.0 linux-x64 node-v16.0.0
$ veesi --help [COMMAND]
USAGE
  $ veesi COMMAND
...

Commands

veesi auth

retrieve authentication status or attempt authentication

USAGE
  $ veesi auth

OPTIONS
  -f, --force              force re-authentication
  -h, --url=url            [default: https://api.veesi.net] specify the URL to use (VEESI_URL)
  -i, --interactive        enable interactive mode for prompting
  -p, --password=password  the password you used when signing up
  -s, --secret=secret      the secret you used/want to use for encrypting credentials
  -u, --username=username  the email address you used when signing up
  -v, --version=version    [default: v1] specific the route version to use (VEESI_VERSION)

See code: src/commands/auth.ts

veesi help [COMMAND]

display help for veesi

USAGE
  $ veesi help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

veesi status

checks status of Veesi API endpoint (VEESI_URL)

USAGE
  $ veesi status

OPTIONS
  -h, --url=url          specify the URL to use (VEESI_URL)
  -v, --version=version  [default: v1] specific the route version to use (VEESI_VERSION)

See code: src/commands/status.ts