azure-devops-cli-extension
azure-devops-cli-extension copied to clipboard
[Feature Request] `az pipelines release list` should support `--definition-environment-id`
Is your feature request related to a problem? Please describe. I'd like to be able to list releases that deploy to a specific environment.
Describe the solution you'd like
The az pipelines release list command should take an optional --definition-environment-id parameter to filter on the environment. The underlying call to get_releases already supports this parameter.