Azure DevOps CLI 說明查詢
az_devops_helpRetrieve official Azure DevOps CLI command documentation to verify subcommand and parameter syntax before executing commands.
Instructions
查詢 Azure DevOps CLI 命令的官方說明(等同 az --help)。在不確定子命令或參數語法時先用這個工具,再用 az_devops 執行。範例:command 傳 "boards work-item update" 會回傳該命令的完整參數說明。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command | Yes | 命令群組或子命令,不含 "az" 前綴,例如 "repos pr create" |