A homebrew tap for useful BOSH / Cloud Foundry / Kubernetes utilities
Go to file
CI Bot 4e51ba2d0e Updated spruce.rb from new release 2023-01-09 18:40:33 +00:00
apt remove PKS from pipeline/readme/repo 2019-10-31 09:17:49 +10:00
ci use the proper binary names 2020-12-29 11:16:34 +01:00
.gitignore ignore tmp 2017-08-01 09:16:40 +10:00
CODE_OF_CONDUCT.md Updating CODE_OF_CONDUCT.md 2019-01-15 15:25:10 -05:00
README.md Vault is now updated by ci, remove not about gist 2019-11-18 09:37:36 +01:00
eden.rb Updated eden.rb from new release 2019-10-25 00:06:44 +00:00
fissile.rb Updated fissile.rb from new release 2019-12-11 22:00:15 +00:00
genesis.rb Updated genesis.rb from new release 2022-12-21 06:45:09 +00:00
gotcha.rb Updated formulae to require FileUtils in a case-senstive way 2019-08-06 21:05:41 +02:00
govc.rb Updated govc.rb from new release 2022-12-12 22:45:12 +00:00
kafka-service-broker.rb Updated formulae to require FileUtils in a case-senstive way 2019-08-06 21:05:41 +02:00
om.rb Updated om.rb from new release 2022-10-24 22:05:20 +00:00
public.key updated pubkey. deb-s3 should use SHA256 instead with gpg 2017-09-11 21:12:44 -04:00
quaa.rb Use `depends_on "openjdk"` instead of `java: "1.8"` 2020-12-27 17:10:34 +01:00
riff.rb Updated riff.rb from new release 2019-08-21 17:03:19 +00:00
safe.rb Updated safe.rb from new release 2022-08-24 15:42:54 +00:00
shield.rb Updated shield.rb from new release 2022-11-29 04:37:31 +00:00
spruce.rb Updated spruce.rb from new release 2023-01-09 18:40:33 +00:00
uaa-cli.rb Updated uaa-cli.rb from new release 2019-10-30 21:45:24 +00:00
yj.rb Updated yj.rb from new release 2022-04-12 03:23:19 +00:00

README.md

Stark & Wayne's Homebrew Tap & APT Repository

Homebrew Tap & Debian Packages for useful BOSH / Cloud Foundry / Kubernetes utilities. Some are software we've written, others are community tools we've found valuable in day-to-day operations with CF and Kubernetes.

Homebrew Tap

Tap the formula repository:

brew tap starkandwayne/cf

Current software offered:

Package Description Author Source
eden CLI tool to interact with any Open Service Broker API Stark & Wayne starkandwayne/eden
genesis BOSH Deployment Paradigm Stark & Wayne starkandwayne/genesis
gotcha Small HTTP/HTTPS MITM proxy, to troubleshoot encrypted HTTP traffic Stark & Wayne starkandwayne/gotcha
govc vSphere CLI built on top of govmomi VMWare vmware/govmomi
kafka-service-broker CLI tool to interact with Kafka/ZooKeeper OSB Stark & Wayne starkandwayne/kafka-service-broker
quaa Tool to quickly deploy/run the Cloud Foundry UAA locally, or to a remote platform/cloud Stark & Wayne quaa
riff CLI tool that helps developers build and run functions using Knative Pivotal projectriff/riff
safe CLI tool to interact with a Vault server Stark & Wayne starkandwayne/safe
shield CLI tool to interact with SHIELD, a data protection offering Stark & Wayne starkandwayne/shield
spruce General purpose YAML & JSON merging tool geoffranks et al. geoffranks/spruce
uaa-cli Experimental CLI for UAA written in Golang Various cloudfoundry-community/uaa-cli

To install a package from our tap, run:

brew install starkandwayne/cf/<package>, e.g. brew install starkandwayne/cf/safe

Please note that while some of the above software is provided by other formulas, we only support installations from our tap. Other taps contain mismatched dependency versions which outright break some of our software. Please make sure you prefix package names with starkandwayne/cf/<package> to avoid installing an unsupported version.

Debian packages

This project automatically packages several CLI binaries as Debian packages as well. To add our APT repository to your OS:

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

The above snippet will add our GPG key to your APT keychain, add the repository, and update your cache.

The following packages are provided by the APT repository:

Package Description Author Source
bosh-cli CLI tool to interact with a BOSH director Cloudfoundry cloudfoundry/bosh-cli
bosh-bootloader CLI tool for standing up a BOSH director Cloudfoundry cloudfoundry/bosh-bootloader
eden CLI tool to interact with any Open Service Broker API Stark & Wayne starkandwayne/eden
certstrap Tools to bootstrap CAs, certificate requests, and signed certificates. Square square/certstrap
cf-cli [currently v6] CLI tool to interact with the Cloudfoundry API Cloudfoundry cloudfoundry/cli
cf6-cli v6 CLI tool to interact with the Cloudfoundry API Cloudfoundry cloudfoundry/cli
cf7-cli v7 beta CLI tool to interact with the Cloudfoundry API Cloudfoundry cloudfoundry/cli
credhub-cli CLI tool to interact with a CredHub server Cloudfoundry cloudfoundry-community/credhub-cli
direnv Environment switcher for the shell direnv direnv/direnv
genesis BOSH Deployment Paradigm Stark & Wayne starkandwayne/genesis
gotcha Small HTTP/HTTPS MITM proxy, to troubleshoot encrypted HTTP traffic Stark & Wayne starkandwayne/gotcha
govc vSphere CLI built on top of govmomi VMWare vmware/govmomi
hub CLI tool that wraps git in order to extend it with extra features GitHub github/hub
install-debs-in-order Install Debian packages in order Stark & Wayne starkandwayne/install-debs-in-order
jq Command-line JSON processor, like sed for JSON. Stedolan stedolan/jq
kafka-service-broker CLI tool to interact with Kafka/ZooKeeper OSB Stark & Wayne starkandwayne/kafka-service-broker
om CLI tool to deploy products with Ops Manager Pivotal pivotal-cf/om
pivnet-cli CLI tool to interact with the Pivotal Network Pivotal pivotal-cf/pivnet-cli
quaa Tool to quickly deploy/run the Cloud Foundry UAA locally, or to a remote platform/cloud Stark & Wayne quaa
riff CLI tool that helps developers build and run functions using Knative Pivotal projectriff/riff
safe CLI tool to interact with a Vault server Stark & Wayne starkandwayne/safe
shield CLI tool to interact with SHIELD, a data protection offering Stark & Wayne starkandwayne/shield
spruce General purpose YAML & JSON merging tool geoffranks et al. geoffranks/spruce
terraform Tool for building, changing, and combining infrastructure safely HashiCorp hashicorp/terraform
uaa-cli Experimental CLI for UAA written in Golang Various cloudfoundry-community/uaa-cli
vault Secrets management, encryption as a service, and privileged access management HashiCorp hashicorp/vault
aliyun-cli Alibaba Cloud CLI Alibaba Cloud aliyun/aliyun-cli
minica MiniCA Jacob Hoffman-Andrews jsha/minica

To update the static site's index.html, run:

aws s3 sync apt/ s3://apt.starkandwayne.com/

CI

The CI pipeline to automatically update these Homebrew & Debian packages is: