Skip to content

Commit 7758239

Browse files
authored
Merge pull request #1 from cloudfoundry-community/master
Sync to upstream
2 parents 5abb850 + 132e55d commit 7758239

File tree

10 files changed

+144
-90
lines changed

10 files changed

+144
-90
lines changed

LICENSE

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
The MIT License (MIT)
2+
3+
Copyright (c) 2015-2022 Stark & Wayne
4+
Copyright (c) 2023-present Cloud Foundry Community
5+
6+
Permission is hereby granted, free of charge, to any person obtaining a copy
7+
of this software and associated documentation files (the "Software"), to deal
8+
in the Software without restriction, including without limitation the rights
9+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
10+
copies of the Software, and to permit persons to whom the Software is
11+
furnished to do so, subject to the following conditions:
12+
13+
The above copyright notice and this permission notice shall be included in all
14+
copies or substantial portions of the Software.
15+
16+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
20+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
21+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22+
SOFTWARE.

README.md

Lines changed: 79 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,56 @@
1-
# Stark & Wayne's Homebrew Tap & APT Repository
1+
# CF Community Homebrew Tap & APT Repository
22

33
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.
67

78
## Homebrew Tap
89

910
Tap the formula repository:
1011
```plain
11-
brew tap starkandwayne/cf
12+
brew tap cloudfoundry-community/cf
1213
```
1314

1415

1516
Current software offered:
1617

1718
| Package | Description | Author | Source |
1819
| ------- | ----------- | ------ | ------ |
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]
31+
32+
[eden]: https://github.com/starkandwayne/eden
33+
[genesis]: https://github.com/starkandwayne/genesis
34+
[gotcha]: https://github.com/starkandwayne/gotcha
35+
[govmomi]: https://github.com/vmware/govmomi
36+
[kafka_svc_bkr]: https://github.com/starkandwayne/kafka-service-broker
37+
[quaa]: https://github.com/starkandwayne/quaa
38+
[riff]: https://github.com/projectriff/riff
39+
[safe]: https://github.com/starkandwayne/safe
40+
[shield]: https://github.com/starkandwayne/shield
41+
[spruce]: https://github.com/geoffranks/spruce
42+
[uaa_cli]: https://github.com/cloudfoundry-community/uaa-cli
3043

3144
To install a package from our tap, run:
3245

33-
`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`
3447

3548
_Please note that while some of the above software is provided by other
3649
formulas, we only support installations from our tap. Other taps contain
3750
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._
4054

4155
## Debian packages
4256

@@ -54,36 +68,53 @@ repository, and update your cache.
5468

5569
The following packages are provided by the APT repository:
5670

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)
85-
aliyun-cli | Alibaba Cloud CLI | Alibaba Cloud | [aliyun/aliyun-cli](https://github.com/aliyun/aliyun-cli)
86-
minica | MiniCA | Jacob Hoffman-Andrews | [jsha/minica](https://github.com/jsha/minica)
71+
| Package | Description | Author | Source |
72+
| --------- | ----------- | ------ | ------ |
73+
bosh-cli | CLI tool to interact with a BOSH director | Cloudfoundry | [cloudfoundry/bosh-cli][bosh_cli]
74+
bosh-bootloader | CLI tool for standing up a BOSH director | Cloudfoundry | [cloudfoundry/bosh-bootloader][bbl]
75+
eden | CLI tool to interact with any Open Service Broker API | Stark & Wayne | [starkandwayne/eden][eden]
76+
certstrap | Tools to bootstrap CAs, certificate requests, and signed certificates. | Square | [square/certstrap][certstrap]
77+
cf-cli | [currently v6, PRs welcome] CLI tool to interact with the Cloudfoundry API | Cloudfoundry | [cloudfoundry/cli][cf_cli]
78+
cf6-cli | legacy v6 CLI tool to interact with the Cloudfoundry API | Cloudfoundry | [cloudfoundry/cli][cf_cli]
79+
cf7-cli | v7 CLI tool to interact with the Cloudfoundry API | Cloudfoundry | [cloudfoundry/cli][cf_cli]
80+
~~cf8-cli~~ | v8 CLI tool is not yet provided, PRs are welcome | Cloudfoundry | [cloudfoundry/cli][cf_cli]
81+
credhub-cli | CLI tool to interact with a CredHub server | Cloudfoundry | [cloudfoundry-community/credhub-cli][credhub_cli]
82+
direnv | Environment switcher for the shell | direnv | [direnv/direnv][direnv]
83+
genesis | BOSH Deployment Paradigm | Stark & Wayne | [starkandwayne/genesis][genesis]
84+
gotcha | Small HTTP/HTTPS MITM proxy, to troubleshoot encrypted HTTP traffic | Stark & Wayne | [starkandwayne/gotcha][gotcha]
85+
govc | vSphere CLI built on top of govmomi | VMWare | [vmware/govmomi][govmomi]
86+
hub | CLI tool that wraps git in order to extend it with extra features | GitHub | [github/hub][hub]
87+
install-debs-in-order | Install Debian packages in order | Stark & Wayne | [starkandwayne/install-debs-in-order][debs_in_order]
88+
jq | Command-line JSON processor, like `sed` for JSON. | Stedolan | [stedolan/jq][jq]
89+
kafka-service-broker | CLI tool to interact with Kafka/ZooKeeper OSB | Stark & Wayne | [starkandwayne/kafka-service-broker][kafka_svc_bkr]
90+
om | CLI tool to deploy products with Ops Manager | Pivotal | [pivotal-cf/om][om]
91+
pivnet-cli | CLI tool to interact with the Pivotal Network | Pivotal | [pivotal-cf/pivnet-cli][pivnet]
92+
quaa | Tool to quickly deploy/run the Cloud Foundry UAA locally, or to a remote platform/cloud | Stark & Wayne | [quaa][quaa]
93+
riff | CLI tool that helps developers build and run functions using Knative | Pivotal | [projectriff/riff][riff]
94+
safe | CLI tool to interact with a Vault server | Stark & Wayne | [starkandwayne/safe][safe]
95+
shield | CLI tool to interact with SHIELD, a data protection offering | Stark & Wayne | [starkandwayne/shield][shield]
96+
spruce | General purpose YAML & JSON merging tool | geoffranks et al. | [geoffranks/spruce][spruce]
97+
terraform | Tool for building, changing, and combining infrastructure safely | HashiCorp | [hashicorp/terraform][terraform]
98+
uaa-cli | Experimental CLI for UAA written in Golang | Various | [cloudfoundry-community/uaa-cli][uaa_cli]
99+
vault | Secrets management, encryption as a service, and privileged access management | HashiCorp | [hashicorp/vault][vault]
100+
aliyun-cli | Alibaba Cloud CLI | Alibaba Cloud | [aliyun/aliyun-cli][alicli]
101+
minica | MiniCA | Jacob Hoffman-Andrews | [jsha/minica][minica]
102+
103+
[bosh_cli]: https://github.com/cloudfoundry/bosh-cli
104+
[bbl]: https://github.com/cloudfoundry/bosh-bootloader
105+
[certstrap]: https://github.com/square/certstrap
106+
[cf_cli]: https://github.com/cloudfoundry
107+
[credhub_cli]: https://github.com/cloudfoundry-incubator/credhub-cli
108+
[direnv]: https://github.com/direnv/direnv
109+
[hub]: https://github.com/github/hub
110+
[debs_in_order]: https://github.com/starkandwayne/install-debs-in-order
111+
[jq]: https://github.com/stedolan/jq
112+
[om]: https://github.com/pivotal-cf/om
113+
[pivnet]: https://github.com/pivotal-cf/pivnet-cli
114+
[terraform]: https://github.com/hashicorp/terraform
115+
[vault]: https://github.com/hashicorp/vault
116+
[alicli]: https://github.com/aliyun/aliyun-cli
117+
[minica]: https://github.com/jsha/minica
87118

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

0 commit comments

Comments
 (0)