0.0.1 • Published 3 years ago

cli-har v0.0.1

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

har-cli

HAR file analyzer

oclif Version CircleCI Downloads/week License

Usage

$ npm install -g har-cli
$ har-cli COMMAND
running command...
$ har-cli (-v|--version|version)
har-cli/0.0.1 darwin-x64 node-v12.16.3
$ har-cli --help [COMMAND]
USAGE
  $ har-cli COMMAND
...

Commands

har-cli har [FILE]

Export a CSV file from a HAR file

USAGE
  $ har-cli har [FILE]

OPTIONS
  -f, --force
  -h, --help           show CLI help
  -o, --output=output  output file

See code: src/commands/har.ts

har-cli help [COMMAND]

display help for har-cli

USAGE
  $ har-cli help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help