diff --git a/bolt-cli/README.md b/bolt-cli/README.md index 65facf53..645734fa 100644 --- a/bolt-cli/README.md +++ b/bolt-cli/README.md @@ -19,7 +19,7 @@ git clone git@github.com:chainbound/bolt.git cd bolt-cli # build and install the binary on your machine -cargo install --path . --force +cargo install --path . --force --locked # test the installation bolt --version @@ -34,6 +34,7 @@ Available commands: - [`send`](#send) - Send a preconfirmation request to a Bolt sidecar. - [`validators`](#validators) - Subcommand for bolt validators. - [`operators`](#operators) - Subcommand for bolt operators. +- [`generate`](#generate) - Subcommand for generating bolt related data. --- @@ -342,6 +343,31 @@ Options: --- +### `generate` + +The `generate` subcommand contains functionality for generating bolt related data like BLS keypairs. + +
+Usage + +```text +❯ bolt generate --help +Useful data generation commands + +Usage: bolt generate + +Commands: + bls Generate a BLS keypair + help Print this message or the help of the given subcommand(s) + +Options: + -h, --help Print help +``` + +
+ +--- + ## Security The Bolt CLI is designed to be used offline. It does not require any network connections