From 18791a4e6e08de406e9c1e257cc4be2a85f29eea Mon Sep 17 00:00:00 2001 From: Dave Henderson Date: Mon, 30 Sep 2024 11:16:28 -0400 Subject: feat(config): Allow avoiding reading default config file (#2227) Signed-off-by: Dave Henderson --- docs/content/usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/content/usage.md b/docs/content/usage.md index df59d345..280778fe 100644 --- a/docs/content/usage.md +++ b/docs/content/usage.md @@ -21,7 +21,7 @@ Hello, hairyhenderson ### `--config` -Specify the path to a [gomplate config file](../config). The default is `.gomplate.yaml`. Can also be set with the `GOMPLATE_CONFIG` environment variable. +Specify the path to a [gomplate config file](../config). The default is `.gomplate.yaml`. Can also be set with the `GOMPLATE_CONFIG` environment variable. Setting `--config` or `GOMPLATE_CONFIG` to an empty string (`--config=""` or `export GOMPLATE_CONFIG=""`) will disable the use of a config file, skipping the default `.gomplate.yaml` file. For example: -- cgit v1.2.3