@cassette.dev/cassette-cli
v0.0.10
Published
Command line tool for cassette.dev
Downloads
3
Readme
Cassette CLI
Cassette records your request and responses to automatically generated API documentation for your application.
Install
npm install @cassette.dev/cassette-cli
Import
- Download the Cassette Desktop client (currently in private beta) and create a project.
- Install one of our middlewares in your application: cassette-django
- Run the import command:
cassette import --project-id=<project-id> --project-access-token=<token> --branch-name=<branch-name> --command=<your-test-command-for-integration-tests>
- If the import succeeded you can reload in the desktop app and you will see your API documentation.