gsi-receiver-cli
TypeScript icon, indicating that this package has built-in type declarations

0.0.4 • Public • Published

gsi-receiver-cli

A recorder/replayer for GSI data

oclif Version Downloads/week License

Usage

$ npm install -g gsi-receiver-cli
$ gsi-recorder COMMAND
running command...
$ gsi-recorder (-v|--version|version)
gsi-receiver-cli/0.0.4 win32-x64 node-v10.13.0
$ gsi-recorder --help [COMMAND]
USAGE
  $ gsi-recorder COMMAND
...

Commands

gsi-recorder help [COMMAND]

display help for gsi-recorder

USAGE
  $ gsi-recorder help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

gsi-recorder record [DATAFOLDER]

describe the command here

USAGE
  $ gsi-recorder record [DATAFOLDER]

OPTIONS
  -h, --help       show CLI help
  -p, --port=port  [default: 8095] the port to listen on

EXAMPLE
  $ gsi-recorder record [dataFolder]

See code: src\commands\record.ts

gsi-recorder replay

describe the command here

USAGE
  $ gsi-recorder replay

OPTIONS
  -d, --dataFolder=dataFolder  Folder off GSI data previously recorded
  -e, --endpoint=endpoint      (required) Replay GSI Data to this endpoint
  -h, --help                   show CLI help

EXAMPLE
  $ gsi-recorder replay --endpoint http://localhost:8095

See code: src\commands\replay.ts

Dependencies (9)

Dev Dependencies (14)

Package Sidebar

Install

npm i gsi-receiver-cli

Weekly Downloads

0

Version

0.0.4

License

MIT

Unpacked Size

10.8 kB

Total Files

18

Last publish

Collaborators

  • clarkieryan