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-spec
command used to build a specification. - Chain
Info Cmd - The
chain-info
subcommand used to output db meta columns information. - Check
Block Cmd - The
check-block
command used to validate blocks. - Export
Blocks Cmd - The
export-blocks
command used to export blocks. - Export
State Cmd - The
export-state
command used to export the state of a given block into a chain spec. - Generate
Cmd - The
generate
command - Generate
KeyCmd Common - Common arguments accross all generate key commands, subkey and node.
- Import
Blocks Cmd - The
import-blocks
command used to import blocks. - Insert
KeyCmd - The
insert
command - Inspect
KeyCmd - The
inspect
command - Inspect
Node KeyCmd - The
inspect-node-key
command - Purge
Chain Cmd - The
purge-chain
command used to remove the whole chain. - Revert
Cmd - The
revert
command used revert the chain to a previous state. - RunCmd
- The
run
command used to run a node. - SignCmd
- The
sign
command - Vanity
Cmd - The
vanity
command - Verify
Cmd - The
verify
command
Enums§
- KeySubcommand
- Key utilities for the cli.