Replay with the CLI
Replaying a Request
Command
stoobly-agent request replay "<REQUEST-KEY>"Options
$ stoobly-agent request replay --helpUsage: stoobly-agent request replay [OPTIONS] REQUEST_KEY
Replay a request
Options:
--format [body|json] Format replay response.
--host TEXT Rewrite request host.
--lifecycle-hooks-script-path TEXT
Path to lifecycle hooks script.
--log-level [debug|info|warning|error]
Log levels can be "debug", "info",
"warning", or "error"
--overwrite Replay request and overwrite existing
response.
--record Replay request and record.
--save Replay request and save to history.
--scenario-key TEXT Record to scenario.
--scheme [http|https] Rewrite request scheme.
-h, --help Show this message and exit.Replay but Do Not Save
Replay and Create a New Request
Replay and Save to Replay History
Replay and Immediately Overwrite
Last updated