`az pipelines build show --build-id 1 --open` should change to `az pipelines build show --id 1 --open`
This commit is contained in:
Will 保哥 2019-06-03 13:34:24 +08:00 коммит произвёл Atul Bagga
Родитель 8b17c60361
Коммит 00dc66918e
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -100,7 +100,7 @@ You can use --open switch to open any artifact in Azure DevOps portal in your de
For example :
```bash
az pipelines build show --build-id 1 --open
az pipelines build show --id 1 --open
```
This will show the details of build with id 1 on command-line and also open it in the default browser.