General - Sprint 152 Update

Features

Manage extensions from the command line

You can now manage extensions from the command line using the az devops extension commands. By using the commands, you can create scripts that can be run for all your organizations to ensure the required extensions are available.

For more details on the commands and its syntax, see the documentation here.

Invoke REST APIs from the command line

We’ve added the az devops invoke command to let you call any Azure DevOps REST APIs form the command line.

For example, you may have a command line script to handle automation of a particular task, but need to call an additional Azure DevOps REST API call as well. With the invoke command you can call the REST API from the command line and use the authorization available from the CLI to manage authorization and include the REST API as part of your script.

For more details on the command and its syntax, see the documentation here.

Manage users from the command line

As an administrator, you may need to have a standard process to manage users. Currently, you have to repeat the same steps to add a new user and add the user to a license. This process can become tedious and error prone. Now you can use Azure DevOps CLI to create a standard script to enlist, add, and update a user and repeat the steps by just running this script.

For more details on the commands and the syntax, see the documentation here.

Next steps

Note

These features will roll out over the next two to three weeks.

Head over to Azure DevOps and take a look.

How to provide feedback

We would love to hear what you think about these features. Use the feedback menu to report a problem or provide a suggestion.

Make a suggestion

You can also get advice and your questions answered by the community on Stack Overflow.

Thanks,

Todd Manion