Files
Jay Reardon 69e59eed4d feat(project): add update, delete, and --json support (#127) (#148)
- Add 'project update' subcommand with --name, --description, --status,
--lead, --start-date, --target-date, --team options
- Add 'project delete' subcommand with --force to skip confirmation
- Add --json to 'project list' for machine-readable output with UUIDs
- Add --json to 'project create' to return project id/slugId/name/url

Enables automation use cases: create, rename, delete, list project IDs
programmatically without raw GraphQL API calls.
2026-03-04 20:44:33 -08:00
..