From 20005cf26d28e365e9f91d958d5004d174233ac5 Mon Sep 17 00:00:00 2001 From: Kamil Zainal Date: Mon, 23 Oct 2023 15:11:08 +0100 Subject: [PATCH] Update techdocs cli docs Signed-off-by: Kamil Zainal --- docs/features/techdocs/cli.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/features/techdocs/cli.md b/docs/features/techdocs/cli.md index 9704b9b21b..cc356f68d1 100644 --- a/docs/features/techdocs/cli.md +++ b/docs/features/techdocs/cli.md @@ -147,6 +147,7 @@ Options: Defaults to false, which means that the techdocs-core plugin is always added to the mkdocs file. --legacyCopyReadmeMdToIndexMd Attempt to ensure an index.md exists falling back to using /README.md or README.md in case a default /index.md is not provided. (default: false) + --runAsDefaultUser Bypass setting the container user as the same user and group id as host for Linux and MacOS (default: false) -v --verbose Enable verbose output. (default: false) -h, --help display help for command ```