Skip to content

Qarik-Group/uaa-cli-releases

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

UAA CLI binaries

The fabulous new uaa CLI project has started cutting releases, but does not produce its own pre-built binaries.

This project fills a temporary gap. Each upstream uaa-cli release becomes a pair of MacOS/Darwin and Linux binaries available at https://github.com/starkandwayne/uaa-cli-releases/releases.

These GitHub releases/binaries are then fed into another pipeline as Homebrew and Debian packages.

MacOS/Homebrew

brew install starkandwayne/cf/uaa-cli
uaa -h

Debian/Ubuntu

Instructions also at http://apt.starkandwayne.com/

wget -q -O - https://raw.githubusercontent.com/starkandwayne/homebrew-cf/master/public.key | apt-key add -
echo "deb http://apt.starkandwayne.com stable main" | tee /etc/apt/sources.list.d/starkandwayne.list
apt-get update

apt-get install uaa-cli
uaa -h