UNPKG

hawkclient-cli

Version:

hawkclient-cli, a cli to test apis collection

26 lines (16 loc) 781 B
# HawkClient CLI The official command-line tool for running API collections with [HawkClient](https://www.hawkclient.com). ## 📦 Installation 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" ``` | 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 |