Currently the teams channel list command lists all channels. We could add a type option and filter the results so only standard or private channels are listed.
Options
| Option |
Description |
--type [type] |
Filter the results to only channels of a given type: standard, private. All channels are listed by default. |
Additional info
This is already possible with a --query "[?membershipType == 'private']" option. Nevertheless, I think a type option is a bit more user-friendly. What do you think?
Currently the
teams channel listcommand lists all channels. We could add atypeoption and filter the results so onlystandardorprivatechannels are listed.Options
--type [type]standard, private. All channels are listed by default.Additional info
This is already possible with a
--query "[?membershipType == 'private']"option. Nevertheless, I think atypeoption is a bit more user-friendly. What do you think?