var img = document.createElement('img'); img.src = "https://terradocs.matomo.cloud//piwik.php?idsite=1&rec=1&url=https://docs.terra.money" + location.pathname; img.style = "border:0"; img.alt = "tracker"; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(img,s);
Skip to main content

terrad debug

A tool to help with app debugging.

Terrad
Copy

_22
Debug subcommands
_22
_22
Usage:
_22
terrad debug [flags]
_22
terrad debug [command]
_22
_22
Available Subcommands (click for more info):
_22
_22
addr Convert an address between hex and bech32
_22
pubkey Decode a pubkey from proto JSON
_22
raw-bytes Convert raw bytes output (eg. [10 21 13 255]) to hex
_22
_22
Flags:
_22
-h, --help help for debug
_22
_22
Global Flags:
_22
--home string directory for config and data (default "/Users/.terra")
_22
--log_format string The logging format (json|plain) (default "plain")
_22
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic) (default "info")
_22
--trace print out full stack trace on errors
_22
_22
Use "terrad debug [command] --help" for more information about a command.

Options

Terrad
Copy

_1
-h, --help help for debug

See also