Install
Configuration
The CLI resolves credentials in this order (highest priority first):--api-key/--api-urlflags on the command lineSAFEFETCH_API_KEY/SAFEFETCH_API_URLenvironment variables- A
.safefetchconfig file in your home directory (~/.safefetch) or the current directory (./.safefetch)
Environment variables
.safefetch config file
Per-command flag override
Commands
send
Send an action to a target URL.
get
Retrieve a single action by its ID.
list
List actions with optional filters.
approve
Approve an action that is waiting for human approval.
cancel
Cancel a pending or awaiting_approval action.
retry
Retry a failed or cancelled action.