Command: vcr

The turbot vcr command runs a background process to record and mock HTTP requests. It is commonly used with turbot test.

Usage

Usage: turbot vcr <command>

Supported Sub-commands

CommandDescription
turbot vcr startStart the VCR mockserver to record and replay mock responses.
turbot vcr stopStop the VCR mockserver.
turbot vcr restartRestart the VCR mockserver.
turbot vcr replayShow recent logs from the VCR mockserver (last 1000 lines).

The supported options are:

  • --help : Shows help.