bipiane / har-cli

HAR file CLI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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
  -h, --help           show CLI help
  -o, --output=output  [default: export.scv] 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

About

HAR file CLI


Languages

Language:TypeScript 94.0%Language:JavaScript 4.9%Language:Batchfile 1.1%