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.
There are a few teams commands that would benefit an extra option to get to the correct team:
-i, --id [id]idorname.-n, --name [name]idorname.Note: I've used the option name
idhere, but in these commands, the id option is currently calledtaskId. This is wrong according to our naming convention. This should be refactored as well. Leaving the oldtaskIdoption as a temporary alias, as this is a breaking change. A deprecation warning should be shown if the user usestaskIdIf two teams are found with the same name, the commands should trigger a disambiguation prompt.