The Cavuno CLI now reaches the operational work that previously required a dashboard session. Teams can manage access, move subscriber data, run imports, maintain redirects, and inspect Forager without building raw API requests.
Teams and subscribers
- Members: list the account roster, change roles, suspend or reinstate access, remove members, inspect effective permissions, and transfer ownership
- Invitations: create, update, renew, and revoke pending invitations. Renewing rotates the token so an old acceptance link stops working
- Roles and permissions: inspect the built-in read-only role definitions and permission catalog
- Subscribers: list confirmed subscribers, inspect their alerts, unsubscribe or resubscribe an address, export CSV or JSON, and bulk-import from CSV
Imports, redirects, and Forager
- Job imports: upload a CSV, review the proposed mapping, confirm execution, inspect row errors, and cancel work that has not finished
- Redirects: create, update, search, delete, or batch exact redirect rules from a file
- Forager: read and update configuration, manage exclusions, and inspect sync runs or backfill progress without exposing stored credentials
Safer scripts
- Confirmation by default: destructive commands stop for a
y/Nconfirmation. Non-interactive sessions refuse instead of hanging when confirmation is unavailable - Explicit automation: pass
--yesin trusted scripts to skip confirmation - Wait for completion: imports, exports, and other background operations accept
--wait, with configurable polling and timeout values, so CI can finish on the terminal result instead of the initial operation record
Browse the generated Cavuno CLI reference for every command, option, and example.

