docs: A new --genesis-override CLI flag has been added to the apply command, allowing users to set genesis parameters (e.g., staking unbonding time, governance voting period) when deploying nodes with the genesis-chain preset. (sei-protocol/seictl#184)#19
Closed
seidroid[bot] wants to merge 1 commit into
Closed
Conversation
…y` command, allowing users to set genesis parameters (e.g., staking unbonding time, governance voting period) when deploying nodes with the `genesis-chain` preset. (sei-protocol/seictl#184)
Collaborator
|
Closing — seictl is now internal and being removed as a watched repo. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Source
mainWhat changed
A new
--genesis-overrideCLI flag has been added to theapplycommand, allowing users to set genesis parameters (e.g., staking unbonding time, governance voting period) when deploying nodes with thegenesis-chainpreset.Docs gap addressed
None of the provided docs pages cover the
applycommand or any node deployment CLI flags — the closest relevant section is thenode/directory mentioned in the README content layout. It's possible a CLI reference page exists in the repo but was not included in the provided content; a human reviewer should check for files likenode/cli-reference.md,node/apply.md, ornode/configuration.mdbefore confirming this is a net-new page. If such a page exists, the action should beadd_sectionrather thancreate. No migration steps are required since this is a purely additive flag.Files changed
node/cli-reference.md— No page currently documents theapplysubcommand or its flags. A new page (or section within an existing node CLI reference) is needed to document--genesis-override, its syntax, valid value formats, the--preset genesis-chainrestriction, and key validation rules.Generated by sei-docs-bridge. Review carefully before merging.