Usage: hopp-cli [options or commands] arguments
Options:
-v, --ver see the current version of the CLI
-c, --config <file> path to a Hoppscotch collection.json file for CI testing
-h, --help display help for command
Commands:
test interactive Hoppscotch testing through CLI
-
- Prints out the current version of the Hoppscotch CLI
-
- Takes an absolute path of the Hoppscotch config JSON
- Parses the collection JSON and executes each requests
- Outputs the response of each request
- (FUTURE SCOPE): Execute the pre-request and post-request scripts on each request
-
- Displays the help text
-
- Interactive CLI to accept Hoppscotch collection JSON path
- Parses the collection JSON and executes each requests
- Outputs the response of each request
- (FUTURE SCOPE): Execute the pre-request and post-request scripts on each request
- Clone the repository
yarn
yarn build
yarn link
- Test the installation by executing
hopp-cli
To get started contributing to the repository, please read CONTRIBUTING.md