Skip to content

Commit

Permalink
Merge branch 'main' into support-zsh
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuanianji authored Jan 9, 2024
2 parents c696afe + 6905080 commit ea21adf
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions src/gcloud-cli-persistence/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@

# Google Cloud CLI Persistence (gcloud-cli-persistence)

Avoid extra logins from the Google Cloud CLI by preserving the `~/.config/gcloud` folder across container instances.

## Example Usage

```json
"features": {
"ghcr.io/joshuanianji/devcontainer-features/gcloud-cli-persistence:0": {}
}
```

## Options

| Options Id | Description | Type | Default Value |
|-----|-----|-----|-----|


## OS and Architecture Support

Architectures: `amd` and `arm`.
OS: `ubuntu`, `debian`

## Changelog

| Version | Notes |
| ------- | --------------- |
| 0.0.0 | Initial Version |


---

_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/joshuanianji/devcontainer-features/blob/main/src/gcloud-cli-persistence/devcontainer-feature.json). Add additional notes to a `NOTES.md`._

0 comments on commit ea21adf

Please sign in to comment.