Installation
What you’ll accomplish
Section titled “What you’ll accomplish”By the end of this guide you’ll have UDS CLI installed and available on your PATH.
Prerequisites
Section titled “Prerequisites”- macOS or Linux (Windows via WSL2)
- Homebrew installed, or the ability to download and move a binary
-
Add the Defense Unicorns tap
Terminal window brew tap defenseunicorns/tap -
Install UDS CLI
Terminal window brew install uds -
Verify the installation
Terminal window uds version
-
Download the binary for your platform
All releases are available on the UDS CLI GitHub releases page. Download the binary matching your OS and architecture.
-
Make it executable and move it to your
PATHTerminal window chmod +x uds-linux-amd64sudo mv uds-linux-amd64 /usr/local/bin/uds -
Verify the installation
Terminal window uds version
Verification
Section titled “Verification”Confirm the CLI is available and working:
uds versionuds --help--help shows the full list of available commands.