Skip to main content

Synopsis

What It Does

wsignal inspect is optimized for targeted inspection rather than browsing. Depending on the flags you pass, it does one of three things:
  • No flags: list available endpoints and saved record counts
  • --endpoint: show the most recent record for one endpoint by default
  • --id: show one saved event in full detail

Options

--config <path>

Read records using a specific config file.

--endpoint <name>

Target one endpoint. If you do not also pass --last, inspect returns the most recent saved record for that endpoint.

--id <eventId>

Inspect a single event by its ID.

--last <count>

When used with --endpoint, inspect the last N records for that endpoint. If more than one record is returned, inspect prints a table and suggests an exact inspect --id command for drilling into one event.

Examples

List endpoints and record counts:
Show the latest GitHub event:
Show the latest 5 GitHub events:
Show a single event: