All Projects → Azure → Azure Devops Cli Extension

Azure / Azure Devops Cli Extension

Licence: mit
Azure DevOps Extension for Azure CLI

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Azure Devops Cli Extension

Terjira
Terjira is a very interactive and easy to use CLI tool for Jira.
Stars: ✭ 713 (+69.76%)
Mutual labels:  command-line-tool, agile, command-line
doing-cli
CLI tool to simplify the development workflow on azure devops
Stars: ✭ 19 (-95.48%)
Mutual labels:  agile, azure, command-line-tool
Sendmidi
Multi-platform command-line tool to send out MIDI messages
Stars: ✭ 411 (-2.14%)
Mutual labels:  command-line-tool, command-line
Starcli
✨ Browse GitHub trending projects from your command line
Stars: ✭ 269 (-35.95%)
Mutual labels:  command-line-tool, command-line
Define
A command-line dictionary (thesaurus) app, with access to multiple sources, written in Go.
Stars: ✭ 298 (-29.05%)
Mutual labels:  command-line-tool, command-line
Ccodashboard
Welcome to the Continuous Cloud Optimization Power BI Dashboard GitHub Project. In this repository you will find all the guidance and files needed to deploy the Dashboard in your environment to take benefit of a single pane of glass to get insights about your Azure resources and services.
Stars: ✭ 256 (-39.05%)
Mutual labels:  azure, devops
Azure Devops Python Api
Azure DevOps Python API
Stars: ✭ 257 (-38.81%)
Mutual labels:  azure, devops
Circleci Cli
Use CircleCI from the command line
Stars: ✭ 297 (-29.29%)
Mutual labels:  command-line-tool, devops
gee
🏵 Gee is tool of stdin to each files and stdout. It is similar to the tee command, but there are more functions for convenience. In addition, it was written as go
Stars: ✭ 65 (-84.52%)
Mutual labels:  pipelines, command-line-tool
Tsukae
🧑‍💻📊 Show off your most used shell commands
Stars: ✭ 345 (-17.86%)
Mutual labels:  command-line-tool, command-line
Azure Devops Utils
Azure DevOps Utilities
Stars: ✭ 314 (-25.24%)
Mutual labels:  azure, devops
Azuredevopslabs
Learn how you can plan smartly, collaborate better, and ship faster with a set of modern development services with Azure DevOps.
Stars: ✭ 413 (-1.67%)
Mutual labels:  azure, devops
Ff
Find files (ff) by name, fast!
Stars: ✭ 257 (-38.81%)
Mutual labels:  command-line-tool, command-line
Menyoki
Screen{shot,cast} and perform ImageOps on the command line 🌱 🏞️
Stars: ✭ 255 (-39.29%)
Mutual labels:  command-line-tool, command-line
Perfops Cli
A simple command line tool to interact with hundreds of servers around the world.
Stars: ✭ 263 (-37.38%)
Mutual labels:  command-line, devops
Theme.sh
A script which lets you set your $terminal theme.
Stars: ✭ 290 (-30.95%)
Mutual labels:  command-line-tool, command-line
Terratag
Terratag is a CLI tool that enables users of Terraform to automatically create and maintain tags across their entire set of AWS, Azure, and GCP resources
Stars: ✭ 385 (-8.33%)
Mutual labels:  azure, devops
Gitlab Cli
Create a merge request from command line in gitlab
Stars: ✭ 224 (-46.67%)
Mutual labels:  command-line-tool, command-line
Websocat
Command-line client for WebSockets, like netcat (or curl) for ws:// with advanced socat-like functions
Stars: ✭ 3,477 (+727.86%)
Mutual labels:  command-line-tool, command-line
Commandtrayhost
A command line program monitor systray for Windows
Stars: ✭ 303 (-27.86%)
Mutual labels:  command-line-tool, command-line

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].