Azure DevOps Extension for Azure CLI
Перейти к файлу
Atul Bagga e3837d2d9d Update azure-pipelines-released-version.yml for Azure Pipelines 2020-01-17 11:26:47 +05:30
.azure-pipelines Update azure-pipelines-released-version.yml for Azure Pipelines 2020-01-17 11:26:47 +05:30
.github Release version increment to 0.17.0 (#915) 2019-12-03 18:15:39 +05:30
.vscode Release version increment to 0.17.0 (#915) 2019-12-03 18:15:39 +05:30
azure-devops Users/mitsha microsoft/ctrl v issue fix (#933) 2020-01-10 16:36:44 +05:30
doc Ideally we should be testing with latest version of python (#864) 2019-11-27 06:23:58 +00:00
examples Update PRReportGeneration.ps1 (#773) 2019-09-05 15:39:45 +05:30
scripts [Breaking change] Devops Org Extension parameter rename for extension management and search command (#890) 2019-11-19 15:34:37 +05:30
tests Bug bash fixes for release 0.16.0 (#904) 2019-11-28 16:38:02 +05:30
.flake8 [Major Change] Moving API version to 5.x (#492) 2019-03-27 18:41:24 +05:30
.gitattributes Update git attributes to allow install scripts to be in LF 2017-11-09 10:25:19 -05:00
.gitignore [Major Change] Moving API version to 5.x (#492) 2019-03-27 18:41:24 +05:30
.mdlrc Fix markdownlint issues (#383) 2019-01-29 11:00:38 +05:30
CONTRIBUTING.md Fix markdownlint issues (#383) 2019-01-29 11:00:38 +05:30
LICENSE Initial commit 2017-10-20 10:39:14 -07:00
README.md [Az CLI Min Version Updated] Mark Preview using new Knack feature (#685) 2019-08-19 17:02:57 +05:30
pylintrc Minor fixes from bug bash (#799) 2019-09-25 10:27:09 +05:30

README.md

Azure DevOps Extension for Azure CLI

Build Status

The Azure DevOps Extension for Azure CLI adds Pipelines, Boards, Repos, Artifacts and DevOps commands to the Azure CLI 2.0.

The Azure CLI with the Azure DevOps Extension has replaced the VSTS CLI. The VSTS CLI has been deprecated and will no longer be receiving new features. We recommend that users of the VSTS CLI switch to the Azure CLI and add the Azure DevOps extension. See the Command Mapping section to view the mapping between VSTS CLI and Azure DevOps Extension commands.

Quick start

  1. Install the Azure CLI. You must have at least v2.0.69, which you can verify with az --version command.

  2. Add the Azure DevOps Extension az extension add --name azure-devops

  3. Run the az login command.

    If the CLI can open your default browser, it will do so and load a sign-in page. Otherwise, you need to open a browser page and follow the instructions on the command line to enter an authorization code after navigating to https://aka.ms/devicelogin in your browser. For more information, see the Azure CLI login page.

See the Get started guide for detailed setup instructions.

Usage

$az [group] [subgroup] [command] {parameters}

Adding the Azure DevOps Extension adds devops, pipelines, artifacts, boards and repos groups. For usage and help content for any command, pass in the -h parameter, for example:

$ az devops -h

Group
    az devops : Manage Azure DevOps organization level operations.
        Related Groups
        az pipelines: Manage Azure Pipelines
        az boards: Manage Azure Boards
        az repos: Manage Azure Repos
        az artifacts: Manage Azure Artifacts.

Subgroups:
    admin            : Manage administration operations.
    extension        : Manage extensions.
    project          : Manage team projects.
    security         : Manage security related operations.
    service-endpoint : Manage service endpoints/service connections.
    team             : Manage teams.
    user             : Manage users.
    wiki             : Manage wikis.

Commands:
    configure        : Configure the Azure DevOps CLI or view your configuration.
    feedback         : Displays information on how to provide feedback to the Azure DevOps CLI team.
    invoke           : This command will invoke request for any DevOps area and resource. Please use
                       only json output as the response of this command is not fixed. Helpful docs -
                       https://docs.microsoft.com/en-us/rest/api/azure/devops/.
    login            : Set the credential (PAT) to use for a particular organization.
    logout           : Clear the credential for all or a particular organization.

Contribute

See our contribution guidelines to learn how you can contribute to this project.

License

MIT License