Azure / Azure/azure-devops-cli-extension
az repos delete to support --name
Open
Feature
- Dominant language
- Python
- Stars
- 682
- Forks
- 278
- Avg merge
- 3d 23h
- Merged PRs (30d)
- 3
Description
I'm splitting up a mono repo so am creating/destroying lots of repositories whilst getting the structure correct. `az repos create` works against the name, org and project, but `az repos delete` requires the id rather than the name.
Can we have an additional parameter that takes the repository name and internally does an `az repos show`.
I know I can write a wrapper to do this, which is what I've done, but having it natively would simplify matters and make it easier to hack from the console.
Contributor guide
Assessment
This issue has not been assessed yet.