Azure / Azure/azure-cli-extensions
Feature Request: Add --create argument to az pipelines variable-group variable update
- Dominant language
- Python
- Stars
- 454
- Forks
- 1.7k
- Avg merge
- 2d 19h
- Merged PRs (30d)
- 64
Description
- If the issue is to do with Azure CLI 2.0 in-particular, create an issue here at [Azure/azure-cli](https://github.com/Azure/azure-cli/issues)
### Extension name (the extension in question)
azure-devops
az pipelines variable-group variable update
### Description of issue (in as much detail as possible)
Add a flag --create to the command az pipelines variable-group variable update
az pipelines variable-group variable update --group-id
--name
[--detect {false, true}]
[--new-name]
[--org]
[--project]
[--prompt-value {false, true}]
[--secret {false, true}]
[--value]
[--create]
--create-c
If the variable does not exist, it can be created - otherwise just perform the update; similar to the functionality in helm.
-----
Contributor guide
Assessment
This issue has not been assessed yet.