ado
A command-line tool for managing Azure DevOps
For full documentation and usage examples, see the ado project README.
Build
./zig/zig build adoThis will:
- Clone the private
thehelperbees/adorepository - Build the CLI binary using Go
- Output the
adobinary into./bin - 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