Azure / azure-devops-cli-extension

Azure DevOps Extension for Azure CLI
https://docs.microsoft.com/en-us/cli/azure/ext/azure-devops/?view=azure-cli-latest
MIT License
617 stars 239 forks source link

[Feature Request] Support YAMLSchema in CLI #1283

Closed coolhome closed 1 year ago

coolhome commented 1 year ago

Ability to pull the yamlschema to write it to the file would be useful

https://docs.microsoft.com/en-us/rest/api/azure/devops/distributedtask/yamlschema/get?view=azure-devops-rest-6.0

Proposed syntax? az devops yamlschema --org myOrg

Additional context Could be used to populate custom installed tasks for the Pipeline VSCode Extension

coolhome commented 1 year ago

Did not realize that az devops invoke exists, I was too focused on finding 'yaml' or 'schema'.

az devops invoke --organization https://dev.azure.com/myOrg/ --area distributedtask --resource yamlschema --out-file ado.yamlschema.json