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
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,11 +39,13 @@ The `:latest` version annotation is added implicitly if omitted. To pin to a spe
39
39
40
40
| Feature | Description
41
41
| --- | ---
42
-
| [`bosh-cli`](./src/bosh-cli) | Install [BOSH CLI](https://bosh.io/docs/cli-v2/), an open source tool for release engineering, deployment, lifecycle management, and monitoring of distributed systems.
43
-
| [`cf-cli`](./src/cf-cli) | Install [Cloud Foundry CLI](https://bosh.io/docs/cli-v2/), the official command line client for Cloud Foundry.
44
-
| [`credhub-cli`](./src/credhub-cli) | Install [CredHub CLI](https://github.com/cloudfoundry/credhub-cli), a credential manager for managing passwords, certificates, certificate authorities, ssh keys, rsa keys and arbitrary values (strings and JSON blobs).
45
-
| [`kf-cli`](./src/kf-cli) | Install [Kf CLI](https://cloud.google.com/migrate/kf/docs/). Kf offers developers the Cloud Foundry experience while empowering operators to adopt declarative Kubernetes practice.
46
-
| [`shellspec-cli`](./src/shellspec-cli) | Install the [ShellSpec](https://github.com/shellspec/shellspec) BDD unit testing framework CLI.
42
+
| [`bosh-cli`](./src/bosh-cli) | Installs [BOSH CLI](https://bosh.io/docs/cli-v2/), an open source tool for release engineering, deployment, lifecycle management, and monitoring of distributed systems.
43
+
| [`cf-cli`](./src/cf-cli) | Installs [Cloud Foundry CLI](https://bosh.io/docs/cli-v2/), the official command line client for Cloud Foundry.
44
+
| [`credhub-cli`](./src/credhub-cli) | Installs [CredHub CLI](https://github.com/cloudfoundry/credhub-cli), a credential manager for managing passwords, certificates, certificate authorities, ssh keys, rsa keys and arbitrary values (strings and JSON blobs).
45
+
| [`fly-cli`](./src/fly-cli) | Installs the [Concourse Fly CLI](https://concourse-ci.org/fly.html).
46
+
| [`gem`](./src/gem/) | Installs RubyGems using the [gem cli](https://guides.rubygems.org/command-reference/#gem-install).
47
+
| [`kf-cli`](./src/kf-cli) | Installs [Kf CLI](https://cloud.google.com/migrate/kf/docs/). Kf offers developers the Cloud Foundry experience while empowering operators to adopt declarative Kubernetes practice.
48
+
| [`shellspec-cli`](./src/shellspec-cli) | Installs the [ShellSpec](https://github.com/shellspec/shellspec) BDD unit testing framework CLI.
0 commit comments