Azure / Azure/azure-devops-cli-extension
[Feature Request] Project show command to list tags
Open
Feature
- Dominant language
- Python
- Stars
- 682
- Forks
- 278
- Avg merge
- 3d 23h
- Merged PRs (30d)
- 3
Description
**Is your feature request related to a problem? Please describe.**
It would be useful if the `az devops project show` command could show tags added to a project. We would like to iterate over all projects that have a certain tag and configure them accordingly, add service connections etc. Cannot find any commands that show tags though, so that idea became quite difficult.
**Describe the solution you'd like**
Tags included in show command as a list of strings.
```
{
name: "Project",
tags: ["azure", "tag"],
...
}
```
Contributor guide
Assessment
This issue has not been assessed yet.