Skip to content

feat(project): add update, delete, and --json support (#127)#148

Open
chronosis wants to merge 1 commit intoschpet:mainfrom
chronosis:main
Open

feat(project): add update, delete, and --json support (#127)#148
chronosis wants to merge 1 commit intoschpet:mainfrom
chronosis:main

Conversation

@chronosis
Copy link

  • 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.

- 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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments