From 314b6ecc74ee6135ab59c95d841a25df9a6730f7 Mon Sep 17 00:00:00 2001 From: github-actions Date: Sat, 20 May 2023 14:14:07 +0000 Subject: [PATCH] Automated documentation update [skip ci] --- src/cf-cli/README.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 src/cf-cli/README.md 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`._