You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+79-48Lines changed: 79 additions & 48 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,42 +1,56 @@
1
-
# Stark & Wayne's Homebrew Tap & APT Repository
1
+
# CF Community Homebrew Tap & APT Repository
2
2
3
3
Homebrew Tap & Debian Packages for useful BOSH / Cloud Foundry / Kubernetes
4
-
utilities. Some are software we've written, others are community tools we've
5
-
found valuable in day-to-day operations with CF and Kubernetes.
4
+
utilities. These were initially created by Stark & Wayne and contains some
5
+
software they had written, and other community tools that have been found
6
+
valuable in day-to-day operations with CF and Kubernetes.
6
7
7
8
## Homebrew Tap
8
9
9
10
Tap the formula repository:
10
11
```plain
11
-
brew tap starkandwayne/cf
12
+
brew tap cloudfoundry-community/cf
12
13
```
13
14
14
15
15
16
Current software offered:
16
17
17
18
| Package | Description | Author | Source |
18
19
| ------- | ----------- | ------ | ------ |
19
-
eden | CLI tool to interact with any Open Service Broker API | Stark & Wayne | [starkandwayne/eden](https://github.com/starkandwayne/eden)
20
-
genesis | BOSH Deployment Paradigm | Stark & Wayne | [starkandwayne/genesis](https://github.com/starkandwayne/genesis)
21
-
gotcha | Small HTTP/HTTPS MITM proxy, to troubleshoot encrypted HTTP traffic | Stark & Wayne | [starkandwayne/gotcha](https://github.com/starkandwayne/gotcha)
22
-
govc | vSphere CLI built on top of govmomi | VMWare | [vmware/govmomi](https://github.com/vmware/govmomi)
23
-
kafka-service-broker | CLI tool to interact with Kafka/ZooKeeper OSB | Stark & Wayne | [starkandwayne/kafka-service-broker](https://github.com/starkandwayne/kafka-service-broker)
24
-
quaa | Tool to quickly deploy/run the Cloud Foundry UAA locally, or to a remote platform/cloud | Stark & Wayne | [quaa](https://github.com/starkandwayne/quaa)
25
-
riff | CLI tool that helps developers build and run functions using Knative | Pivotal | [projectriff/riff](https://github.com/projectriff/riff)
26
-
safe | CLI tool to interact with a Vault server | Stark & Wayne | [starkandwayne/safe](https://github.com/starkandwayne/safe)
27
-
shield | CLI tool to interact with SHIELD, a data protection offering | Stark & Wayne | [starkandwayne/shield](https://github.com/starkandwayne/shield)
28
-
spruce | General purpose YAML & JSON merging tool | geoffranks et al. | [geoffranks/spruce](https://github.com/geoffranks/spruce)
29
-
uaa-cli | Experimental CLI for UAA written in Golang | Various | [cloudfoundry-community/uaa-cli](https://github.com/cloudfoundry-community/uaa-cli)
20
+
eden | CLI tool to interact with any Open Service Broker API | Stark & Wayne | [starkandwayne/eden][eden]
21
+
genesis | BOSH Deployment Paradigm | Stark & Wayne | [starkandwayne/genesis][genesis]
22
+
gotcha | Small HTTP/HTTPS MITM proxy, to troubleshoot encrypted HTTP traffic | Stark & Wayne | [starkandwayne/gotcha][gotcha]
23
+
govc | vSphere CLI built on top of govmomi | VMWare | [vmware/govmomi][govmomi]
24
+
kafka-service-broker | CLI tool to interact with Kafka/ZooKeeper OSB | Stark & Wayne | [starkandwayne/kafka-service-broker][kafka_svc_bkr]
25
+
quaa | Tool to quickly deploy/run the Cloud Foundry UAA locally, or to a remote platform/cloud | Stark & Wayne | [quaa][quaa]
26
+
riff | CLI tool that helps developers build and run functions using Knative | Pivotal | [projectriff/riff][riff]
27
+
safe | CLI tool to interact with a Vault server | Stark & Wayne | [starkandwayne/safe][safe]
28
+
shield | CLI tool to interact with SHIELD, a data protection offering | Stark & Wayne | [starkandwayne/shield][shield]
29
+
spruce | General purpose YAML & JSON merging tool | geoffranks et al. | [geoffranks/spruce][spruce]
30
+
uaa-cli | Experimental CLI for UAA written in Golang | Various | [cloudfoundry-community/uaa-cli][uaa_cli]
`brew install starkandwayne/cf/<package>`, e.g. `brew install starkandwayne/cf/safe`
46
+
`brew install cloudfoundry-community/cf/<package>`, e.g. `brew install cloudfoundry-community/cf/safe`
34
47
35
48
_Please note that while some of the above software is provided by other
36
49
formulas, we only support installations from our tap. Other taps contain
37
50
mismatched dependency versions which outright break some of our software.
38
-
Please make sure you prefix package names with `starkandwayne/cf/<package>`
39
-
to avoid installing an unsupported version._
51
+
Please make sure you prefix package names with
52
+
`cloudfoundry-community/cf/<package>` to avoid installing an unsupported
53
+
version._
40
54
41
55
## Debian packages
42
56
@@ -54,36 +68,53 @@ repository, and update your cache.
54
68
55
69
The following packages are provided by the APT repository:
56
70
57
-
| Package | Description | Author | Source |
58
-
| ------- | ----------- | ------ | ------ |
59
-
bosh-cli | CLI tool to interact with a BOSH director | Cloudfoundry | [cloudfoundry/bosh-cli](https://github.com/cloudfoundry/bosh-cli)
60
-
bosh-bootloader | CLI tool for standing up a BOSH director | Cloudfoundry | [cloudfoundry/bosh-bootloader](https://github.com/cloudfoundry/bosh-bootloader)
61
-
eden | CLI tool to interact with any Open Service Broker API | Stark & Wayne | [starkandwayne/eden](https://github.com/starkandwayne/eden)
62
-
certstrap | Tools to bootstrap CAs, certificate requests, and signed certificates. | Square | [square/certstrap](https://github.com/square/certstrap)
63
-
cf-cli | [currently v6] CLI tool to interact with the Cloudfoundry API | Cloudfoundry | [cloudfoundry/cli](https://github.com/cloudfoundry/cli)
64
-
cf6-cli | v6 CLI tool to interact with the Cloudfoundry API | Cloudfoundry | [cloudfoundry/cli](https://github.com/cloudfoundry/cli)
65
-
cf7-cli | v7 beta CLI tool to interact with the Cloudfoundry API | Cloudfoundry | [cloudfoundry/cli](https://github.com/cloudfoundry/cli)
66
-
credhub-cli | CLI tool to interact with a CredHub server | Cloudfoundry | [cloudfoundry-community/credhub-cli](https://github.com/cloudfoundry-incubator/credhub-cli)
67
-
direnv | Environment switcher for the shell | direnv | [direnv/direnv](https://github.com/direnv/direnv)
68
-
genesis | BOSH Deployment Paradigm | Stark & Wayne | [starkandwayne/genesis](https://github.com/starkandwayne/genesis)
69
-
gotcha | Small HTTP/HTTPS MITM proxy, to troubleshoot encrypted HTTP traffic | Stark & Wayne | [starkandwayne/gotcha](https://github.com/starkandwayne/gotcha)
70
-
govc | vSphere CLI built on top of govmomi | VMWare | [vmware/govmomi](https://github.com/vmware/govmomi)
71
-
hub | CLI tool that wraps git in order to extend it with extra features | GitHub | [github/hub](https://github.com/github/hub)
72
-
install-debs-in-order | Install Debian packages in order | Stark & Wayne | [starkandwayne/install-debs-in-order](https://github.com/starkandwayne/install-debs-in-order)
73
-
jq | Command-line JSON processor, like `sed` for JSON. | Stedolan | [stedolan/jq](https://github.com/stedolan/jq)
74
-
kafka-service-broker | CLI tool to interact with Kafka/ZooKeeper OSB | Stark & Wayne | [starkandwayne/kafka-service-broker](https://github.com/starkandwayne/kafka-service-broker)
75
-
om | CLI tool to deploy products with Ops Manager | Pivotal | [pivotal-cf/om](https://github.com/pivotal-cf/om)
76
-
pivnet-cli | CLI tool to interact with the Pivotal Network | Pivotal | [pivotal-cf/pivnet-cli](https://github.com/pivotal-cf/pivnet-cli)
77
-
quaa | Tool to quickly deploy/run the Cloud Foundry UAA locally, or to a remote platform/cloud | Stark & Wayne | [quaa](https://github.com/starkandwayne/quaa)
78
-
riff | CLI tool that helps developers build and run functions using Knative | Pivotal | [projectriff/riff](https://github.com/projectriff/riff)
79
-
safe | CLI tool to interact with a Vault server | Stark & Wayne | [starkandwayne/safe](https://github.com/starkandwayne/safe)
80
-
shield | CLI tool to interact with SHIELD, a data protection offering | Stark & Wayne | [starkandwayne/shield](https://github.com/starkandwayne/shield)
81
-
spruce | General purpose YAML & JSON merging tool | geoffranks et al. | [geoffranks/spruce](https://github.com/geoffranks/spruce)
82
-
terraform | Tool for building, changing, and combining infrastructure safely | HashiCorp | [hashicorp/terraform](https://github.com/hashicorp/terraform)
83
-
uaa-cli | Experimental CLI for UAA written in Golang | Various | [cloudfoundry-community/uaa-cli](https://github.com/cloudfoundry-community/uaa-cli)
84
-
vault | Secrets management, encryption as a service, and privileged access management | HashiCorp | [hashicorp/vault](https://github.com/hashicorp/vault)
0 commit comments