Expand description
Various subcommands that can be included in a substrate-based chain’s CLI.
Modules§
- utils
- subcommand utilities
Structs§
- Build
Spec Cmd - The
build-speccommand used to build a specification. - Chain
Info Cmd - The
chain-infosubcommand used to output db meta columns information. - Check
Block Cmd - The
check-blockcommand used to validate blocks. - Export
Blocks Cmd - The
export-blockscommand used to export blocks. - Export
Chain Spec Cmd - Export a chain-spec to a JSON file in plain or in raw storage format.
- Export
State Cmd - The
export-statecommand used to export the state of a given block into a chain spec. - Generate
Cmd - The
generatecommand - Generate
KeyCmd Common - Common arguments accross all generate key commands, subkey and node.
- Import
Blocks Cmd - The
import-blockscommand used to import blocks. - Insert
KeyCmd - The
insertcommand - Inspect
KeyCmd - The
inspectcommand - Inspect
Node KeyCmd - The
inspect-node-keycommand - Purge
Chain Cmd - The
purge-chaincommand used to remove the whole chain. - Revert
Cmd - The
revertcommand used revert the chain to a previous state. - RunCmd
- The
runcommand used to run a node. - SignCmd
- The
signcommand - Vanity
Cmd - The
vanitycommand - Verify
Cmd - The
verifycommand
Enums§
- KeySubcommand
- Key utilities for the cli.