diff --git a/book/src/api-reference/cli.md b/book/src/api-reference/cli.md index e2e1b6c11b..9e9800ae72 100644 --- a/book/src/api-reference/cli.md +++ b/book/src/api-reference/cli.md @@ -234,6 +234,7 @@ SUBCOMMANDS: send-timestamp Send a timestamp to unlock a transfer set Set a cli config setting show-account Show the contents of an account + show-block-production Show information about block production show-gossip Show the current gossip network nodes show-nonce-account Show the contents of a nonce account show-stake-account Show the contents of a stake account @@ -1212,6 +1213,33 @@ ARGS: Account pubkey ``` +#### solana-show-block-production +```text +solana-show-block-production +Show information about block production + +USAGE: + solana show-block-production [FLAGS] [OPTIONS] + +FLAGS: + -h, --help Prints help information + --skip-seed-phrase-validation Skip validation of seed phrases. Use this if your phrase does not use the BIP39 + official English word list + -V, --version Prints version information + -v, --verbose Show extra information header + +OPTIONS: + --ask-seed-phrase Securely recover a keypair using a seed phrase and optional passphrase + [possible values: keypair] + -C, --config Configuration file to use [default: + ~/.config/solana/cli/config.yml] + --epoch Epoch to show block production for [default: current epoch] + -u, --url JSON RPC URL for the solana cluster + -k, --keypair /path/to/id.json + --slot-limit Limit results to this many slots from the end of the epoch [default: full + epoch] +``` + #### solana-show-gossip ```text solana-show-gossip