Cloud Foundry Community APT repository

When you find yourself on an Ubuntu/Debian machine and you just need your favourite CLIs.

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

apt install spruce
apt install safe
apt install bosh-cli
apt install genesis # also installs spruce, safe, vault, bosh-cli, git, perl

apt install gotcha
apt install shield
apt install eden
apt install kafka-service-broker
apt install install-debs-in-order

apt install certstrap
apt install credhub-cli
apt install cf-cli # currently v6
apt install cf6-cli
apt install cf7-cli
apt install uaa-cli
apt install jq
apt install yj
apt install hub
apt install direnv

apt install pack
apt install minica

apt install terraform
apt install vault

apt install riff
apt install om
apt install pivnet-cli

apt install knctl

apt install aliyun-cli

apt install govc

These packages are automatically generated when their respective upstream projects publish new releases.

The scripts for building these Debian packages are at https://github.com/cloudfoundry-community/homebrew-cf in /ci subfolder. Pull requests for new packages and fixes are welcome.

(Previously was Stark & Wayne Community APT repository)