34 lines
1.5 KiB
Markdown
34 lines
1.5 KiB
Markdown
---
|
|
created: 2024-10-24T20:25:29.954Z
|
|
type: note
|
|
updated: 2024-10-24T21:35:52.387Z
|
|
---
|
|
|
|
# ADO CLI
|
|
|
|
- [get-started](https://learn.microsoft.com/en-us/azure/devops/cli/?view=azure-devops)
|
|
- [quick-reference](https://learn.microsoft.com/en-us/azure/devops/cli/quick-reference?view=azure-devops)
|
|
- [install-or-update](https://learn.microsoft.com/en-us/cli/azure/install-azure-cli-windows?tabs=azure-cli#install-or-update)
|
|
|
|
```bash Thu Oct 24 2024 13:27:34 GMT-0700 (Mountain Standard Time)
|
|
az extension add --name azure-devops
|
|
# az devops configure --defaults organization=https://tfs.intra.infineon.com/tfs/FactoryIntegration
|
|
# az devops configure --defaults organization=https://tfs.intra.infineon.com/tfs/FactoryIntegration project=ART SPS
|
|
az devops configure --defaults organization=https://tfs.intra.infineon.com/tfs/FactoryIntegration project="ART SPS"
|
|
az devops login
|
|
az boards query --help
|
|
az boards query --id c23b1924-23bc-4277-bccc-0e96c9b95a35 --output table
|
|
az boards query --id c23b1924-23bc-4277-bccc-0e96c9b95a35 --output json
|
|
az boards query --id c23b1924-23bc-4277-bccc-0e96c9b95a35 --output jsonc
|
|
az boards query --id c23b1924-23bc-4277-bccc-0e96c9b95a35 --output yamlc
|
|
az boards query --id 3373b300-8de3-4301-9795-e990c3b226f9 --output yamlc
|
|
az boards query --id 3373b300-8de3-4301-9795-e990c3b226f9 --output table
|
|
```
|
|
|
|
```bash Thu Oct 24 2024 14:35:05 GMT-0700 (Mountain Standard Time)
|
|
%userprofile%\
|
|
copy ".azure\azuredevops"
|
|
copy ".azure\cliextensions"
|
|
copy .azure-devops
|
|
```
|