hawkclient-cli, a cli to test apis collection
npm install hawkclient-cliThe official command-line tool for running API collections with HawkClient.
Install globally using npm:
``bash`
npm install -g hawkclient-cli
Make sure you're inside your workspace directory, where your collections and environments are stored.
To run a collection:
`bash`
hawkclient run --collectionName "demo" --env "dev" --envVar url=https://hawkclient.com
| 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 |--envVar` | Array | No | Environment variable override (key=value). Can be used multiple times |
|