azure-devops-cli-extension icon indicating copy to clipboard operation
azure-devops-cli-extension copied to clipboard

[Feature Request] `az pipelines release list` should support `--[min/max]-created-time`

Open rmhartog opened this issue 2 years ago • 0 comments

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.

rmhartog avatar Jan 31 '23 15:01 rmhartog