From ab21f622fe235c66f6112d67694bfba766273709 Mon Sep 17 00:00:00 2001 From: RickiNano <81099017+RickiNano@users.noreply.github.com> Date: Tue, 30 Apr 2024 16:45:20 +0200 Subject: [PATCH] Added documentation for update_config option --- docs/commands/command-line-interface.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/commands/command-line-interface.md b/docs/commands/command-line-interface.md index 30bdadc6f..5ec1f77a4 100644 --- a/docs/commands/command-line-interface.md +++ b/docs/commands/command-line-interface.md @@ -66,6 +66,12 @@ If `--use_defaults` is passed, the generated config will not have values comment The output can be piped to a file, using the locations defined in [configuration](/running-a-node/configuration#configuration-file-locations). +### --update_config +_version 27.0+_ +Writes an updated node configuration to stdout, populated with the non-default values from the current node config, merged with commented-out defaults suitable for this system + +The output can be piped to a file, using the locations defined in [configuration](/running-a-node/configuration#configuration-file-locations). + ### --help Print out options