GitHub

ado

A command-line tool for managing Azure DevOps

For full documentation and usage examples, see the ado project README.

Build

./zig/zig build ado

This will:

  1. Clone the private thehelperbees/ado repository
  2. Build the CLI binary using Go
  3. Output the ado binary into ./bin
  4. Clean up the cloned source

Note: Requires gh CLI authentication to access the private repository.

Make tool accessible from anywhere in your terminal

# build
./zig/zig build ado

# move
sudo mv ./bin/ado /usr/local/bin/ado

# now accessible globally
which ado
Edit this page