Skip to content

Reverendyz/adocli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

adocli

done using azuredevops golang package

Set up before usage

Go to your Azure DevOps console and create a PAT

Export an Environment Variable with the PAT.

On Linux

export ADOCLI_PAT=$(<~/.adoclipat)

On Windows

#
$env:ADOCLI_PAT = Get-Content -Path "$HOME/.adoclipat" -Raw

Build from source

Install

Usage

A command line interface to interact with Azure DevOps

Usage:
  adocli [command]

Available Commands:
  completion   Generate the autocompletion script for the specified shell
  help         Help about any command
  item         Displays azure devops items in a given project
  organization Manages organization options
  projects     handles projects commands
  teams        Handles Azure Devops teams

Flags:
  -h, --help                  help for adocli
  -o, --organization string   organization string to be used in a single run
  -p, --project string        project id string to be used in a single run

Use "adocli [command] --help" for more information about a command.

About

CLI tool made in golang to manage Azure DevOps items

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages