Skip to content

Commit

Permalink
Updated az devops configure command (#439)
Browse files Browse the repository at this point in the history
  • Loading branch information
neilpeterson authored and atbagga committed Feb 14, 2019
1 parent 88f1420 commit 0169f56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ You can also [log in via Azure DevOps Personal Access Token (PAT)](samples.md#lo

Although you can provide the organization and project for each command, we recommend you set these as defaults in configuration for seamless commanding.

`az devops configure defaults --organization https://dev.azure.com/contoso --project PaymentModule`
`az devops configure --defaults organization=https://dev.azure.com/contoso project=PaymentModule`

This ensures that the "contoso" and "PaymentModule" are configured as defaults for organization and project parameters. They will be used in any command that accepts organization or project as inputs.

Expand Down

0 comments on commit 0169f56

Please sign in to comment.