Skip to content

Commit 80a33b7

Browse files
authored
Merge pull request #63 from joshuanianji/automated-documentation-update-9027751309
Automated documentation update
2 parents be966c8 + f920c84 commit 80a33b7

File tree

3 files changed

+20
-22
lines changed

3 files changed

+20
-22
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ This repo contains my custom devcontainer features.
66

77
## Features
88

9-
| Feature | Description |
10-
| ------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------- |
11-
| [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. |
9+
| Feature | Description |
10+
| ------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------- |
11+
| [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. |

src/azure-cli-persistence-forked/NOTES.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff 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).
2-
31
## OS and Architecture Support
42

53
Architectures: `amd` and `arm`
@@ -16,4 +14,4 @@ Shells: `bash`, `zsh`, `fish`
1614

1715
## References
1816

19-
- [stuartleeks/azure-cli-persistence](https://github.com/stuartleeks/dev-container-features/tree/main/src/azure-cli-persistence)
17+
Forked from [stuartleeks/azure-cli-persistence](https://github.com/stuartleeks/dev-container-features/tree/main/src/azure-cli-persistence)
Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11

2-
# Azure CLI Persistence (azure-cli-persistence)
2+
# Azure CLI Persistence (forked) (azure-cli-persistence-forked)
33

4-
Avoid extra logins from the Azure CLI by preserving the `~/.azure` folder across container instances.
4+
(fork of stuartleeks): Avoid extra logins from the Azure CLI by preserving the `~/.azure` folder across container instances.
55

66
## Example Usage
77

88
```json
99
"features": {
10-
"ghcr.io/joshuanianji/devcontainer-features/azure-cli-persistence:1": {}
10+
"ghcr.io/joshuanianji/devcontainer-features/azure-cli-persistence-forked:0": {}
1111
}
1212
```
1313

1414
## Options
1515

1616
| Options Id | Description | Type | Default Value |
17-
|-----|-----|-----|-----|
17+
| ---------- | ----------- | ---- | ------------- |
1818

1919

2020
## OS and Architecture Support
@@ -27,15 +27,15 @@ Shells: `bash`, `zsh`, `fish`
2727

2828
## Changelog
2929

30-
| Version | Notes |
31-
| ------- | ----------------------------------------------- |
32-
| 0.0.1 | Initial Version |
30+
| Version | Notes |
31+
| ------- | --------------- |
32+
| 0.0.1 | Initial Version |
3333

3434
## References
3535

36-
- [stuartleeks/azure-cli-persistence](https://github.com/stuartleeks/dev-container-features/tree/main/src/azure-cli-persistence)
36+
Forked from [stuartleeks/azure-cli-persistence](https://github.com/stuartleeks/dev-container-features/tree/main/src/azure-cli-persistence)
3737

3838

3939
---
4040

41-
_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`._
41+
_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`._

0 commit comments

Comments
 (0)