mirror of
https://github.com/schpet/linear-cli.git
synced 2026-09-14 14:26:50 +08:00
69e59eed4d
- 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.