CLI Commands
CLI Flags
The following is a list of humansd flags that are frequently used:
| Option | Description | Type | Default Value |
|---|---|---|---|
--chain-id | Full Chain ID | string | "" |
--home | Directory for config and data | string | ~/.humansd |
--keyring-backend | Select keyring's backend | string | "os" |
--output | Output format | string | "text" |
--node | Tendermint RPC interface | <host>:<port> | "tcp://localhost:26657" |
--from | Name or address of account with which to sign | string | "" |
Command list
A list of frequently used humansd commands. Using the humansd -h command, you may get the complete list.
| Command | Description | Subcommands (example) |
|---|---|---|
keys | Keys management | list, show, add, add --recover, delete |
tx | Transactions subcommands | bank send, ibc-transfer transfer, distribution withdraw-all-rewards |
query | Query subcommands | bank balance, staking validators, gov proposals |
tendermint | Tendermint subcommands | show-address, show-node-id, version |
config | Client configuration | |
init | Initialize full node | |
start | Run full node | |
version | Humans.ai version | |
validate-genesis | Validates the genesis file | |
status | Query remote node for status |