0.0.3 • Published 4 years ago

track-stuff v0.0.3

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

track-stuff

A CLI to track your shipments

oclif Version Downloads/week License

Usage

$ npm install -g track-stuff
$ track-stuff COMMAND
running command...
$ track-stuff (-v|--version|version)
track-stuff/0.0.2 darwin-x64 node-v10.16.0
$ track-stuff --help [COMMAND]
USAGE
  $ track-stuff COMMAND
...

Commands

track-stuff config

setup configuration

USAGE
  $ track-stuff config

DESCRIPTION
  ...
  Extra documentation goes here

See code: src/commands/config.js

track-stuff dhl

track a dhl shipment

USAGE
  $ track-stuff dhl

OPTIONS
  -k, --apiKey=apiKey  your dhl api key
  -t, --number=number  your dhl tracking number

DESCRIPTION
  ...
  this needs a dhl shipment number passed via the --number flag

See code: src/commands/dhl.js

track-stuff flush

Delete error logs

USAGE
  $ track-stuff flush

DESCRIPTION
  ...
  Extra documentation goes here

See code: src/commands/flush.js

track-stuff help [COMMAND]

display help for track-stuff

USAGE
  $ track-stuff help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help