https://github.com/ahmadnassri/har-cli
HAR tools in the command line
https://github.com/ahmadnassri/har-cli
cli
Last synced: about 1 year ago
JSON representation
HAR tools in the command line
- Host: GitHub
- URL: https://github.com/ahmadnassri/har-cli
- Owner: ahmadnassri
- License: isc
- Created: 2016-12-03T22:26:36.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-05-19T08:55:58.000Z (about 7 years ago)
- Last Synced: 2025-05-02T10:03:32.448Z (about 1 year ago)
- Topics: cli
- Language: JavaScript
- Homepage:
- Size: 29.3 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HAR CLI [![version][npm-version]][npm-url] [![License][license-image]][license-url]
> HAR command line tools
[![Build Status][travis-image]][travis-url]
[![Downloads][npm-downloads]][npm-url]
[![Code Climate][codeclimate-quality]][codeclimate-url]
[![Coverage Status][codeclimate-coverage]][codeclimate-url]
[![Dependency Status][dependencyci-image]][dependencyci-url]
[![Dependencies][david-image]][david-url]
## Install
```bash
npm install --only=production --save @har/cli
```
## Usage
###### `har`
```
Commands:
validate validate HAR Schema
Options:
--help Show help [boolean]
```
###### `har validate`
```
har validate
Options:
--help Show help [boolean]
--schema, -s
[choices: "cache", "cacheEntry", "content", "cookie", "creator", "entry",
"har", "header", "log", "page", "pageTimings", "postData", "query", "request",
"response", "timings"] [default: "har"]
```
----
> :copyright: [ahmadnassri.com](https://www.ahmadnassri.com/) ·
> License: [ISC][license-url] ·
> Github: [@ahmadnassri](https://github.com/ahmadnassri) ·
> Twitter: [@ahmadnassri](https://twitter.com/ahmadnassri)
[license-url]: http://choosealicense.com/licenses/isc/
[license-image]: https://img.shields.io/github/license/ahmadnassri/har-cli.svg?style=flat-square
[travis-url]: https://travis-ci.org/ahmadnassri/har-cli
[travis-image]: https://img.shields.io/travis/ahmadnassri/har-cli.svg?style=flat-square
[npm-url]: https://www.npmjs.com/package/@har/cli
[npm-version]: https://img.shields.io/npm/v/@har/cli.svg?style=flat-square
[npm-downloads]: https://img.shields.io/npm/dm/@har/cli.svg?style=flat-square
[codeclimate-url]: https://codeclimate.com/github/ahmadnassri/har-cli
[codeclimate-quality]: https://img.shields.io/codeclimate/github/ahmadnassri/har-cli.svg?style=flat-square
[codeclimate-coverage]: https://img.shields.io/codeclimate/coverage/github/ahmadnassri/har-cli.svg?style=flat-square
[david-url]: https://david-dm.org/ahmadnassri/har-cli
[david-image]: https://img.shields.io/david/ahmadnassri/har-cli.svg?style=flat-square
[dependencyci-url]: https://dependencyci.com/github/ahmadnassri/har-cli
[dependencyci-image]: https://dependencyci.com/github/ahmadnassri/har-cli/badge?style=flat-square