az repos show
should auto-detect --repository via git config
#28292
Labels
Auto-Assign
Auto assign by bot
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
DevOps
Service Attention
This issue is responsible by Azure service team.
Related command
az repos show
Is your feature request related to a problem? Please describe.
I work across many repos, and it's often useful to jump to the Azure DevOps repo that corresponds to a locally cloned repository.
It would be nice if I could run
az repos show --open
and have the CLI automatically detect the repository from the git config, as it does for--org
and--project
. Instead, I have to pass the repository name explicitly via the--repository
parameter.Describe the solution you'd like
I would like for
--repository
to be auto-detected when inside a git repo, as it already is for--organization
and--project
.Describe alternatives you've considered
Currently I have a cumbersome PowerShell workaround like this:
Additional context
None
The text was updated successfully, but these errors were encountered: