Package Exports
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (hawkclient-cli) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
HawkClient CLI
The official command-line tool for running API collections with HawkClient.
📦 Installation
Install globally using npm:
npm install -g hawkclient-cliMake sure you're inside your workspace directory, where your collections and environments are stored.
To run a collection:
hawkclient run --collectionName "demo" --env "dev"| Option | Type | Required | Description |
|---|---|---|---|
--collectionName |
String | Yes | Name of the collection to run |
--env |
String | No (Default to none) | Name of the environment to use |