j-r-j / shipped

A Command Line Interface (CLI) for the ShipEngine API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Group 10

shipped

A Command Line Interface (CLI) for the ShipEngine API

oclif CircleCI

Usage

$ npm install -g shipped
$ shipped COMMAND
running command...
$ shipped (-v|--version|version)
shipped/0.1.0 darwin-x64 node-v12.19.0
$ shipped --help [COMMAND]
USAGE
  $ shipped COMMAND
...

Commands

shipped carriers [FIRSTARG] [SECONDARG]

List and get Carrier accounts

USAGE
  $ shipped carriers [FIRSTARG] [SECONDARG]

OPTIONS
  -h, --help  show CLI help

ALIASES
  $ shipped carriers ls
  $ shipped carriers find <carrier_id>

See code: src/commands/carriers.ts

shipped help [COMMAND]

display help for shipped

USAGE
  $ shipped help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

shipped login

Login using you API credential

USAGE
  $ shipped login

OPTIONS
  -h, --help  show CLI help

See code: src/commands/login.ts

shipped logout

Logout of your current session

USAGE
  $ shipped logout

OPTIONS
  -h, --help  show CLI help

See code: src/commands/logout.ts

About

A Command Line Interface (CLI) for the ShipEngine API


Languages

Language:TypeScript 99.0%Language:JavaScript 0.8%Language:Batchfile 0.2%