A lightweight CLI command written in GoLang to interact with most of the useful Azure Devops resources, such as builds, deployments and work items.
After running go build
, executable file devops
is made
- Copy the executable to your PATH folder, for example:
cp devops /usr/local/bin
- Move to your DevOps project folder
- Start with
devops setup
to create a configuration file. Thendevops builds
ordevops deployments
commands will be available