Azure / Azure/azure-devops-cli-extension
[Feature Request] Allow passing variables when creating releases
Open
command enhancement
- 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.**
I cannot pass override values for release variables when I am creating a release.
**Describe the solution you'd like**
Allow the `az pipelines release create` command to accept a variables parameter of key/value pairs, basically exactly the same way it is used in `az pipelines build queue`.
eg. `az pipelines release create --definition-id 1 --variables var1=foo var2=bar`
Contributor guide
Assessment
This issue has not been assessed yet.