alpacon websh records

Retrieve or search records within a Websh session

alpacon websh records SESSION_ID [flags]

Retrieves masked terminal records for a Websh session, optionally filtering by command text. Available on paid plans only.

Use --query to search records by command text (fuzzy match).

Aliases

records, rec

Options

  -h, --help           help for records
  -n, --limit int      Maximum number of records to fetch (default 100)
  -q, --query string   Search records by command text (fuzzy match)

Examples

Fetch records for a session:

alpacon websh records abc123

Search records by command text:

alpacon websh records abc123 --query docker

Use short flags to search with a limit:

alpacon websh rec abc123 -q "sudo reboot" -n 50
Last updated: