You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: CLI exclusions, write confirmations, and job alias removal
- Parse x-exclude-from-cli OpenAPI extension; skip excluded ops in
auto-generated command tree (superuser and legacy endpoints stay
accessible via API but are hidden from CLI)
- Add --yes / -y persistent flag to bypass write confirmation prompt
- Prompt for confirmation on POST/PUT/DELETE/PATCH unless --yes or
--dry-run (CI-friendly: use --yes in scripts)
- Add Excluded bool field to Operation struct
- Remove job-runs running/failed/completed alias subcommands; use
job-runs list --status RUNNING|FAILED|COMPLETED instead
- Add CODEOWNERS assigning @wherobots/wbc-crew to all files
0 commit comments