You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|[github-cli-persistence](./src/github-cli-persistence)| Avoid extra logins from the Github CLI by preserving the `~/.config/gh` folder across container instances. |
12
-
|[terraform-cli-persistence](./src/terraform-cli-persistence)| Avoid extra logins from the Terraform CLI by preserving the `~/.terraform.d` folder across container instances. |
13
-
|[aws-cli-persistence](./src/aws-cli-persistence)| Avoid extra logins from the AWS CLI by preserving the `~/.aws` folder across container instances. |
14
-
|[azure-cli-persistence](./src/azure-cli-persistence)|Avoid extra logins from the Azure CLI by preserving the `~/.azure` folder across container instances.|
15
-
|[gcloud-cli-persistence](./src/gcloud-cli-persistence)| Avoid extra logins from the Google Cloud CLI by preserving the `~/.config/gcloud` folder across container instances. |
16
-
|[lamdera](./src/lamdera)| Installs [Lamdera](https://dashboard.lamdera.app/), a type-safe full-stack web-app platform for Elm (v1.1.0 and later). |
17
-
|[mount-pnpm-store](./src/mount-pnpm-store)| Mounts the pnpm store to a volume to share between multiple devcontainers. |
18
-
|[edgedb-cli](./src/edgedb-cli)| EdgeDB CLI via the official installation script. Includes the VSCode extension and mounts ~/.local/share/edgedb for data persistence. |
|[github-cli-persistence](./src/github-cli-persistence)| Avoid extra logins from the Github CLI by preserving the `~/.config/gh` folder across container instances. |
12
+
|[terraform-cli-persistence](./src/terraform-cli-persistence)| Avoid extra logins from the Terraform CLI by preserving the `~/.terraform.d` folder across container instances. |
13
+
|[aws-cli-persistence](./src/aws-cli-persistence)| Avoid extra logins from the AWS CLI by preserving the `~/.aws` folder across container instances. |
14
+
|[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. |
15
+
|[gcloud-cli-persistence](./src/gcloud-cli-persistence)| Avoid extra logins from the Google Cloud CLI by preserving the `~/.config/gcloud` folder across container instances. |
16
+
|[lamdera](./src/lamdera)| Installs [Lamdera](https://dashboard.lamdera.app/), a type-safe full-stack web-app platform for Elm (v1.1.0 and later). |
17
+
|[mount-pnpm-store](./src/mount-pnpm-store)| Mounts the pnpm store to a volume to share between multiple devcontainers. |
18
+
|[edgedb-cli](./src/edgedb-cli)| EdgeDB CLI via the official installation script. Includes the VSCode extension and mounts ~/.local/share/edgedb for data persistence. |
Copy file name to clipboardExpand all lines: src/azure-cli-persistence-forked/NOTES.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,3 @@
1
-
**NOTE:** This is a fork of [stuartleeks/azure-cli-persistence](https://github.com/stuartleeks/dev-container-features/tree/main/src/azure-cli-persistence).
Copy file name to clipboardExpand all lines: src/azure-cli-persistence-forked/README.md
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,11 +14,9 @@
14
14
## Options
15
15
16
16
| Options Id | Description | Type | Default Value |
17
-
|-----|-----|-----|-----|
17
+
|----------|----------- |----| ------------- |
18
18
19
19
20
-
**NOTE:** This is a fork of [stuartleeks/azure-cli-persistence](https://github.com/stuartleeks/dev-container-features/tree/main/src/azure-cli-persistence).
0 commit comments