Replaying from the CLI
Updating a Request by Replaying
Command
stoobly-agent request replay --overwrite "<REQUEST-KEY>"Updating Multiple Requests by Replaying
request_keys=$(stoobly-agent request list --search "<SEARCH-PHRASE>" --select key --without-headers)echo $request_keys | xargs stoobly-agent request replay --overwriteLast updated