diff --git a/README.md b/README.md index 35a241b..d2fe432 100644 --- a/README.md +++ b/README.md @@ -6,13 +6,13 @@ This repo contains my custom devcontainer features. ## Features -| Feature | Description | -| ------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------- | -| [github-cli-persistence](./src/github-cli-persistence) | Avoid extra logins from the Github CLI by preserving the `~/.config/gh` folder across container instances. | -| [terraform-cli-persistence](./src/terraform-cli-persistence) | Avoid extra logins from the Terraform CLI by preserving the `~/.terraform.d` folder across container instances. | -| [aws-cli-persistence](./src/aws-cli-persistence) | Avoid extra logins from the AWS CLI by preserving the `~/.aws` folder across container instances. | -| [azure-cli-persistence](./src/azure-cli-persistence) | Avoid extra logins from the Azure CLI by preserving the `~/.azure` folder across container instances. | -| [gcloud-cli-persistence](./src/gcloud-cli-persistence) | Avoid extra logins from the Google Cloud CLI by preserving the `~/.config/gcloud` folder across container instances. | -| [lamdera](./src/lamdera) | Installs [Lamdera](https://dashboard.lamdera.app/), a type-safe full-stack web-app platform for Elm (v1.1.0 and later). | -| [mount-pnpm-store](./src/mount-pnpm-store) | Mounts the pnpm store to a volume to share between multiple devcontainers. | -| [edgedb-cli](./src/edgedb-cli) | EdgeDB CLI via the official installation script. Includes the VSCode extension and mounts ~/.local/share/edgedb for data persistence. | +| Feature | Description | +| ------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------- | +| [github-cli-persistence](./src/github-cli-persistence) | Avoid extra logins from the Github CLI by preserving the `~/.config/gh` folder across container instances. | +| [terraform-cli-persistence](./src/terraform-cli-persistence) | Avoid extra logins from the Terraform CLI by preserving the `~/.terraform.d` folder across container instances. | +| [aws-cli-persistence](./src/aws-cli-persistence) | Avoid extra logins from the AWS CLI by preserving the `~/.aws` folder across container instances. | +| [azure-cli-persistence-forked](./src/azure-cli-persistence-forked) | (fork of stuartleeks): Avoid extra logins from the Azure CLI by preserving the `~/.azure` folder across container instances. | +| [gcloud-cli-persistence](./src/gcloud-cli-persistence) | Avoid extra logins from the Google Cloud CLI by preserving the `~/.config/gcloud` folder across container instances. | +| [lamdera](./src/lamdera) | Installs [Lamdera](https://dashboard.lamdera.app/), a type-safe full-stack web-app platform for Elm (v1.1.0 and later). | +| [mount-pnpm-store](./src/mount-pnpm-store) | Mounts the pnpm store to a volume to share between multiple devcontainers. | +| [edgedb-cli](./src/edgedb-cli) | EdgeDB CLI via the official installation script. Includes the VSCode extension and mounts ~/.local/share/edgedb for data persistence. | diff --git a/src/azure-cli-persistence-forked/NOTES.md b/src/azure-cli-persistence-forked/NOTES.md index 9d731eb..cfad60b 100644 --- a/src/azure-cli-persistence-forked/NOTES.md +++ b/src/azure-cli-persistence-forked/NOTES.md @@ -1,5 +1,3 @@ -**NOTE:** This is a fork of [stuartleeks/azure-cli-persistence](https://github.com/stuartleeks/dev-container-features/tree/main/src/azure-cli-persistence). - ## OS and Architecture Support Architectures: `amd` and `arm` @@ -16,4 +14,4 @@ Shells: `bash`, `zsh`, `fish` ## References -- [stuartleeks/azure-cli-persistence](https://github.com/stuartleeks/dev-container-features/tree/main/src/azure-cli-persistence) +Forked from [stuartleeks/azure-cli-persistence](https://github.com/stuartleeks/dev-container-features/tree/main/src/azure-cli-persistence) diff --git a/src/azure-cli-persistence-forked/README.md b/src/azure-cli-persistence-forked/README.md index ebba9b7..1274d10 100644 --- a/src/azure-cli-persistence-forked/README.md +++ b/src/azure-cli-persistence-forked/README.md @@ -1,20 +1,20 @@ -# Azure CLI Persistence (azure-cli-persistence) +# Azure CLI Persistence (forked) (azure-cli-persistence-forked) -Avoid extra logins from the Azure CLI by preserving the `~/.azure` folder across container instances. +(fork of stuartleeks): Avoid extra logins from the Azure CLI by preserving the `~/.azure` folder across container instances. ## Example Usage ```json "features": { - "ghcr.io/joshuanianji/devcontainer-features/azure-cli-persistence:1": {} + "ghcr.io/joshuanianji/devcontainer-features/azure-cli-persistence-forked:0": {} } ``` ## Options | Options Id | Description | Type | Default Value | -|-----|-----|-----|-----| +| ---------- | ----------- | ---- | ------------- | ## OS and Architecture Support @@ -27,15 +27,15 @@ Shells: `bash`, `zsh`, `fish` ## Changelog -| Version | Notes | -| ------- | ----------------------------------------------- | -| 0.0.1 | Initial Version | +| Version | Notes | +| ------- | --------------- | +| 0.0.1 | Initial Version | ## References -- [stuartleeks/azure-cli-persistence](https://github.com/stuartleeks/dev-container-features/tree/main/src/azure-cli-persistence) +Forked from [stuartleeks/azure-cli-persistence](https://github.com/stuartleeks/dev-container-features/tree/main/src/azure-cli-persistence) --- -_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/joshuanianji/devcontainer-features/blob/main/src/azure-cli-persistence/devcontainer-feature.json). Add additional notes to a `NOTES.md`._ +_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/joshuanianji/devcontainer-features/blob/main/src/azure-cli-persistence-forked/devcontainer-feature.json). Add additional notes to a `NOTES.md`._