Skip to content

Add extra options for teams channel commands #3688

@milanholemans

Description

@milanholemans

We can add extra options to reference a Microsoft Teams team or channel for some commands.

teams channel remove

Option Description
--teamName [teamName] The name of the team to which the channel to remove belongs.
  • --teamId should become optional and form an option set with --teamName
  • Remove short -c from id and change it to -i
  • Remove short -i from teamId

teams channel set

Option Description
--teamName [teamName] The name of the team where the channel to update is located.
-i, --id [id] The ID of the channel to update.
  • Rename --channelName to --name
  • Rename --newChannelName to --newName
  • --teamId should become optional and form an option set with --teamName.
  • --name should become optional and form an option set with --id.

teams channel get

  • Remove short -i from --teamId
  • Change short -c of --id to -i

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions