azure-devops-cli-extension
azure-devops-cli-extension copied to clipboard
[Feature Request] `az pipelines release list` should support `--[min/max]-created-time`
Is your feature request related to a problem? Please describe. I'd like to be able to list releases that were created within a certain time period.
Describe the solution you'd like
The az pipelines release list command should take an optional --min-created-time and/or --max-created-time parameter to limit the returned releases. The underlying call to get_releases already supports these parameters.