thunderclient-cli
v0.0.6
Published
A CLI tool for importing and exporting collections in the Thunder Client VS Code extension.
Maintainers
Readme
Thunder Client CLI Utility
This CLI utility allows you to import and export collections for the Thunder Client VS Code extension. Streamline your API testing workflows by saving collections into your project folder and re-importing them when needed.
Features
- Import collections from your project folder into Thunder Client.
- Export collections from Thunder Client to your project folder for version control or sharing.
Installation
To install the package globally from npm, run:
npm install -g thunderclient-cliSteps to use:
Install the VS Code Extension : Thunder Client.
To Load / Import the collections into your Thunder Client, run:
thunderclient --importNote: Above command will create a "Sample Collection" that can be located under Thunder Client - Collections from the left panel within VS Code.
Test, modify, and create new collections or requests as needed.
To Save / Export the collections from Thunder Client into your project folder, run:
thunderclient --export