Azure / Azure/azure-devops-cli-extension
[Feature Request] Release definition creation via Azure CLI
- Dominant language
- Python
- Stars
- 682
- Forks
- 278
- Avg merge
- 3d 23h
- Merged PRs (30d)
- 3
Description
**Is your feature request related to a problem? Please describe.**
We have the ability to create Build definitions via Azure CLI via the `az pipelines create` command but no ability to create Release definitions. The 'az pipelines release create' command creates a new release within an existing definition, it does not allow creation of a new definition. This action is possible via REST API but not in Azure CLI natively.
**Describe the solution you'd like**
Either a new command specific to release definition creation or a parameter added to 'az pipelines create' that allows creation of either type of resource.
**Additional context**
Submitting a feature request was recommended on [this](https://devblogs.microsoft.com/devops/create-and-manage-azure-pipelines-from-the-command-line/) article.
Contributor guide
Assessment
This issue has not been assessed yet.