0.1.0-dev.0 • Published 3 years ago

node-veesi-v1 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 [FILE]

describe the command here

USAGE
  $ veesi auth [FILE]

OPTIONS
  -f, --force
  -h, --help       show CLI help
  -n, --name=name  name to print

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