Full Command Reference
Config List
Config List
List all configuration options with current values.
Config Get
Config Get
Get the value of a configuration option.
Option name to read.
Config Set
Config Set
Configuration Options
The config plugin allows you to control global Hiero CLI behavior. Configuration values are typically stored in the CLI config file and affect logging, cryptographic support, and key management defaults.Enables support for Ed25519 keys within the Hiero CLI. When enabled, the CLI can:
- Generate Ed25519 keys
- Use Ed25519 keys for signing transactions
- Interact with accounts or services that rely on Ed25519 cryptography
- You are working with Hedera accounts or tooling that explicitly require Ed25519 keys
- You are testing compatibility with different key types
Controls the verbosity of CLI output.
Allowed values:
Allowed values:
silent: No output except critical failureserror: Only errors are shownwarn: Errors and warningsinfo: General informational messagesdebug: Verbose output for troubleshooting
Defines which key manager the CLI uses by default when creating or managing keys. Keep the default
local_encrypted setting unless you are working in a controlled test environment.local: Keys are stored locally in plaintext (not recommended for production).local_encrypted: Keys are stored locally and encrypted (recommended).