UNPKG

536 BJSONView Raw
1{
2 "commandDescription": "Updates a shared variable in the Azure Pipelines",
3 "usernameFlagDescription": "Username of the azure pipelines account",
4 "patFlagDescription" : "PAT for the userpipelines",
5 "keyFlagDescription" : "Key of the variable to be updated",
6 "valueFlagDescription": "Value of the variable to be updated",
7 "variablegroupIdFlagDescription":"Id of the variale group in which the variable has to be updated",
8 "orgFlagDescription":"Azue Pipeline Org",
9 "projectFlagDescription":"Project in Azure Pipelines"
10
11}