From 24ffa23af62bcb21f6ea25898743fabed1f60985 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 20 Oct 2025 11:20:12 +0000 Subject: [PATCH] docs: Automated documentation update [skip ci] --- src/chezmoi/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/chezmoi/README.md b/src/chezmoi/README.md index e92b63c..b4494e7 100644 --- a/src/chezmoi/README.md +++ b/src/chezmoi/README.md @@ -7,7 +7,7 @@ Manage your dotfiles across multiple diverse machines, securely. ```json "features": { - "ghcr.io/witcom-gmbh/devcontainer-features/features/chezmoi:1": {} + "ghcr.io/witcom-gmbh/devcontainer-features/chezmoi:1": {} } ``` @@ -16,9 +16,10 @@ Manage your dotfiles across multiple diverse machines, securely. | Options Id | Description | Type | Default Value | |-----|-----|-----|-----| | version | Version of chezmoi to install. Accepts versions with or without the 'v' prefix. | string | latest | +| skipTls | Should the installer skip certificate-checks when downloading packages ? | boolean | true | --- -_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/witcom-gmbh/devcontainer-features/features/blob/main/src/chezmoi/devcontainer-feature.json). Add additional notes to a `NOTES.md`._ +_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/witcom-gmbh/devcontainer-features/blob/main/src/chezmoi/devcontainer-feature.json). Add additional notes to a `NOTES.md`._