Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added documentation for update_config option #700

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/commands/command-line-interface.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down