CLI Commands
CLI Flags
A list of commonly used flags of gurud is listed below:
| Option | Description | Type | Default Value |
|---|---|---|---|
--home | Directory for config and data | string | ~/.gurud |
--keyring-backend | Select keyring's backend | string | "os" |
--output | Output format | string | "text" |
--from | Name or address of account with which to sign | string | "" |
Command list
A list of commonly used gurud commands. You can obtain the full list by using the gurud -h command.
| Command | Description |
|---|---|
comet | CometBFT subcommands |
config | Utilities for managing application configuration |
debug | Tool for helping with debugging your application |
export | Export state to JSON |
genesis | Application's genesis-related subcommands |
index-eth-tx | Index historical eth txs |
init | Initialize private validator, p2p, genesis, and application configuration files |
keys | Manage your application's keys |
prune | Prune app history states by keeping the recent heights and deleting old heights |
query | Query subcommands |
rollback | rollback Cosmos SDK and CometBFT state by one height |
snapshots | Manage local snapshots |
start | Run full node |
status | Query remote node for status |
tx | Transactions subcommands |
version | Guru version |