Skip to content

Commit

Permalink
Merge pull request #6 from flokoe/automated-documentation-update-6342…
Browse files Browse the repository at this point in the history
…176490

Automated documentation update
  • Loading branch information
flokoe authored Sep 28, 2023
2 parents 613fcdc + 8b9ce85 commit 2cd40b8
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions src/bitwarden-cli-persistence/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@

# Bitwarden CLI Persistence (bitwarden-cli-persistence)

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

## Example Usage

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

## Options

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




---

_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/flokoe/devcontainer-features/blob/main/src/bitwarden-cli-persistence/devcontainer-feature.json). Add additional notes to a `NOTES.md`._
2 changes: 1 addition & 1 deletion src/puppet/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# Puppet Agent and PDK (puppet)

Install and configure Puppet Agent and PDK via official Puppetlabs repository and Puppet extension for VS Code. This feature is itended for Puppet code/modules development.
Install and configure Puppet Agent and PDK via official Puppetlabs repository and Puppet extension for VS Code. This feature is intended for Puppet code/modules development.

## Example Usage

Expand Down

0 comments on commit 2cd40b8

Please sign in to comment.