Editing with Snapshots

This method is intended for updating requests belonging to the same endpoint

Prerequisites

Updating Requests

  1. Find requests that belong to the same endpoint.

stoobly-agent snapshot list --search <PATTERN> --select snapshot --without-headers
  1. For each file found, make the desired change to the request.

  2. Create new snapshots for each updated request.

stoobly-agent snapshot update --verify <SNAPSHOT-UUID>
  1. Apply the snapshots.

stoobly-agent snapshot apply

Last updated