diff --git a/src/google-cloud-sdk/README.md b/src/google-cloud-sdk/README.md new file mode 100644 index 0000000..e4fb499 --- /dev/null +++ b/src/google-cloud-sdk/README.md @@ -0,0 +1,24 @@ + +# google-cloud-sdk (google-cloud-sdk) + +Installs the Google Cloud SDK and (optional) additional components. + +## Example Usage + +```json +"features": { + "ghcr.io/jmcombs/devcontainer-features/google-cloud-sdk:1": {} +} +``` + +## Options + +| Options Id | Description | Type | Default Value | +|-----|-----|-----|-----| +| gcloudExtraPackages | Comma-separated list of additional Google Cloud SDK components to install. Example: `google-cloud-cli-app-engine-java` | string | - | + + + +--- + +_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/jmcombs/devcontainer-features/blob/main/src/google-cloud-sdk/devcontainer-feature.json). Add additional notes to a `NOTES.md`._