diff --git a/src/cf-cli/README.md b/src/cf-cli/README.md new file mode 100644 index 0000000..7dcf08b --- /dev/null +++ b/src/cf-cli/README.md @@ -0,0 +1,24 @@ + +# Cloud Foundry CLI (cf-cli) + +Installs the Cloud Foundry CLI. + +## Example Usage + +```json +"features": { + "ghcr.io/nulldriver/devcontainer-features/cf-cli:1": {} +} +``` + +## Options + +| Options Id | Description | Type | Default Value | +|-----|-----|-----|-----| +| version | Select or enter a Cloud Foundry CLI version. | string | latest | + + + +--- + +_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/nulldriver/devcontainer-features/blob/main/src/cf-cli/devcontainer-feature.json). Add additional notes to a `NOTES.md`._