Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Commit

Permalink
Added missing doc
Browse files Browse the repository at this point in the history
  • Loading branch information
andrebriggs committed Apr 15, 2020
1 parent 9db1205 commit eab4d8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/commands/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -732,6 +732,7 @@
"arg": "-a, --personal-access-token <personal-access-token>",
"description": "Personal access token associated with the Azure DevOps org; falls back to azure_devops.access_token in spk config"
}
]
],
"markdown": "## Description\n\nAdd a new variable group in Azure DevOps project\n\n## Example\n\nBelow is an example of the expected schema in the `--file` argument where `storage-account-name` is a key name and `fabrikamstorage` is a value. If the value is a secret then the key/value `isSecret: true` is expected\n\n```yaml\nname: \"my-variable-group\"\ndescription: \"My variable group description\"\ntype: \"Vsts\"\nvariables:\n storage-account-name:\n value: fabrikamstorage\n storage-account-access-key:\n value: \"fabrikamstorage access key\"\n isSecret: true\n```\n\nIf the yaml file above is available at `$PATH_TO_FILE` your would call\n\n`spk variable-group create --file $PATH_TO_FILE`"
}
}
Empty file.

0 comments on commit eab4d8a

Please sign in to comment.