mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 15:33:50 +02:00
az-devops: add page (#9951)
* az-devops: add page --------- Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:
parent
39fc888d2f
commit
e4cbb64086
1 changed files with 25 additions and 0 deletions
25
pages/common/az-devops.md
Normal file
25
pages/common/az-devops.md
Normal file
|
@ -0,0 +1,25 @@
|
|||
# az devops
|
||||
|
||||
> Manage Azure DevOps organizations.
|
||||
> Part of `azure-cli`.
|
||||
> More information: <https://learn.microsoft.com/en-us/cli/azure/devops?view=azure-cli-latest>.
|
||||
|
||||
- Set the Personal Access Token (PAT) to login to a particular organization:
|
||||
|
||||
`az devops login --organization {{organization_url}}`
|
||||
|
||||
- Open a project in the browser:
|
||||
|
||||
`az devops project show --project {{project_name}} --open`
|
||||
|
||||
- List members of a specific team working on a particular project:
|
||||
|
||||
`az devops team list-member --project {{project_name}} --team {{team_name}}`
|
||||
|
||||
- Check the Azure DevOps CLI current configuration:
|
||||
|
||||
`az devops configure --list`
|
||||
|
||||
- Configure the Azure DevOps CLI behavior by setting a default project and a default organization:
|
||||
|
||||
`az devops configure --defaults project={{project_name}} organization={{organization_url}}`
|
Loading…
Add table
Reference in a new issue