Skip to content

Enhancement: update teams team remove/archive/unarchive command options #3483

@martinlingstuyl

Description

@martinlingstuyl

There are a few teams commands that would benefit an extra option to get to the correct team:

  • teams team remove
  • teams team archive
  • teams team unarchive
Option Description
-i, --id [id] The id of the team to .... Specify either id or name.
-n, --name [name] The display name of the team to .... Specify either id or name.

Note: I've used the option name id here, but in these commands, the id option is currently called taskId. This is wrong according to our naming convention. This should be refactored as well. Leaving the old taskId option as a temporary alias, as this is a breaking change. A deprecation warning should be shown if the user uses taskId

If two teams are found with the same name, the commands should trigger a disambiguation prompt.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions