JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 3
  • Score
    100M100P100Q29671F

hawkclient-cli, a cli to test apis collection

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-cli

    Make sure you're inside your workspace directory, where your collections and environments are stored.

    To run a collection:

    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