{"id":15291050,"url":"https://github.com/azure/azure-devops-cli-extension","last_synced_at":"2026-03-14T09:01:48.798Z","repository":{"id":37734150,"uuid":"107708057","full_name":"Azure/azure-devops-cli-extension","owner":"Azure","description":"Azure DevOps Extension for Azure CLI","archived":false,"fork":false,"pushed_at":"2025-02-25T06:31:12.000Z","size":6708,"stargazers_count":650,"open_issues_count":311,"forks_count":255,"subscribers_count":40,"default_branch":"master","last_synced_at":"2025-05-13T00:11:10.450Z","etag":null,"topics":["agile","artifacts","azure","azure-cli","azure-cli-extension","azure-devops","azure-devops-extension","boards","cicd","command-line","command-line-tool","devops","git","pipelines","repos"],"latest_commit_sha":null,"homepage":"https://docs.microsoft.com/en-us/cli/azure/ext/azure-devops/?view=azure-cli-latest","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Azure.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2017-10-20T17:39:11.000Z","updated_at":"2025-05-09T06:33:46.000Z","dependencies_parsed_at":"2022-08-08T21:30:43.023Z","dependency_job_id":"8c71cac6-a016-4d3d-8835-27875657bfef","html_url":"https://github.com/Azure/azure-devops-cli-extension","commit_stats":null,"previous_names":["microsoft/vsts-cli"],"tags_count":43,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Azure%2Fazure-devops-cli-extension","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Azure%2Fazure-devops-cli-extension/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Azure%2Fazure-devops-cli-extension/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Azure%2Fazure-devops-cli-extension/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Azure","download_url":"https://codeload.github.com/Azure/azure-devops-cli-extension/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254243362,"owners_count":22038046,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["agile","artifacts","azure","azure-cli","azure-cli-extension","azure-devops","azure-devops-extension","boards","cicd","command-line","command-line-tool","devops","git","pipelines","repos"],"created_at":"2024-09-30T16:10:45.499Z","updated_at":"2026-03-14T09:01:48.708Z","avatar_url":"https://github.com/Azure.png","language":"Python","readme":"# Azure DevOps Extension for Azure CLI\n\n[![Build Status](https://dev.azure.com/ms/azure-devops-cli-extension/_apis/build/status/Azure%20DevOps%20CLI%20-%20Merge%20GitHub?branchName=master)](https://dev.azure.com/ms/azure-devops-cli-extension/_build/latest?definitionId=39\u0026branchName=master)\n\nThe Azure DevOps Extension for Azure CLI adds Pipelines, Boards, Repos, Artifacts and DevOps commands to the Azure CLI 2.0.\n\n\u003e 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](/doc/command_mapping.md) section to view the mapping between VSTS CLI and Azure DevOps Extension commands.\n\n## Quick start\n\n1. [Install the Azure CLI](https://docs.microsoft.com/cli/azure/install-azure-cli). You must have at least `v2.0.69`, which you can verify with `az --version` command.\n\n1. Add the Azure DevOps Extension `az extension add --name azure-devops`\n\n1. Run the `az login` command.\n\n   If the CLI can open your default browser, it will do so and load a sign-in page. Otherwise, you need to open a\n   browser page and follow the instructions on the command line to enter an authorization code after navigating to\n   [https://aka.ms/devicelogin](https://aka.ms/devicelogin) in your browser. For more information, see the\n   [Azure CLI login page](https://docs.microsoft.com/cli/azure/authenticate-azure-cli).\n\nSee the [Get started guide](https://docs.microsoft.com/azure/devops/cli/get-started?view=azure-devops) for detailed setup instructions.\n\n## Usage\n\n```bash\n$az [group] [subgroup] [command] {parameters}\n```\n\nAdding the Azure DevOps Extension adds `devops`, `pipelines`, `artifacts`, `boards` and `repos` groups.\nFor usage and help content for any command, pass in the -h parameter, for example:\n\n```bash\n$ az devops -h\n\nGroup\n    az devops : Manage Azure DevOps organization level operations.\n        Related Groups\n        az pipelines: Manage Azure Pipelines\n        az boards: Manage Azure Boards\n        az repos: Manage Azure Repos\n        az artifacts: Manage Azure Artifacts.\n\nSubgroups:\n    admin            : Manage administration operations.\n    extension        : Manage extensions.\n    project          : Manage team projects.\n    security         : Manage security related operations.\n    service-endpoint : Manage service endpoints/service connections.\n    team             : Manage teams.\n    user             : Manage users.\n    wiki             : Manage wikis.\n\nCommands:\n    configure        : Configure the Azure DevOps CLI or view your configuration.\n    feedback         : Displays information on how to provide feedback to the Azure DevOps CLI team.\n    invoke           : This command will invoke request for any DevOps area and resource. Please use\n                       only json output as the response of this command is not fixed. Helpful docs -\n                       https://docs.microsoft.com/en-us/rest/api/azure/devops/.\n    login            : Set the credential (PAT) to use for a particular organization.\n    logout           : Clear the credential for all or a particular organization.\n```\n\n- Checkout the CLI docs at [docs.microsoft.com - Azure DevOps CLI](https://docs.microsoft.com/azure/devops/cli/).\n- Check out other examples in the [How-to guides](https://docs.microsoft.com/azure/devops/cli/?view=azure-devops#how-to-guides) section.\n- You can view the various commands and its usage here - [docs.microsoft.com - Azure DevOps Extension Reference](https://docs.microsoft.com/en-us/cli/azure/devops?view=azure-cli-latest)\n\n## Contribute\n\nSee our [contribution guidelines](CONTRIBUTING.md) to learn how you can contribute to this project.\n\nTLDR of [contribution guidelines](CONTRIBUTING.md) \u003cbr/\u003e\n\nQuestions : [Stack Overflow](https://stackoverflow.com/questions/tagged/azure-devops) \u003cbr/\u003e\nBug reports : [Developer Community](https://developercommunity.visualstudio.com/spaces/21/index.html) \u003cbr/\u003e\nNew Feature request : [Azure DevOps repo](https://github.com/Microsoft/azure-devops-cli-extension/issues/new/choose) \u003cbr/\u003e\n\n## License\n\n[MIT License](LICENSE)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fazure%2Fazure-devops-cli-extension","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fazure%2Fazure-devops-cli-extension","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fazure%2Fazure-devops-cli-extension/lists"}