tools
Usage: chr tools [OPTIONS] COMMAND [ARGS]...
Miscellaneous tools
╭─ Options ───────────────────────────────────────────────────────────────────╮
│ -h, --help Show this message and exit │
╰─────────────────────────────────────────────────────────────────────────────╯
╭─ Commands ──────────────────────────────────────────────────────────────────╮
│ gtv Decode and convert GTV data │
╰─────────────────────────────────────────────────────────────────────────────╯
You can use the tools command (chr tools
) provides a set of miscellaneous tools for various tasks related to Chromia.
tools gtv
Usage: chr tools gtv [<options>]
Decode and convert GTV data
Use --hex option or pipe binary GTV data to the command.
Examples:
╭──────────────────────────────────────────────────────────────────────╮
│chr gtv --hex A41A3018300A0C0161A2050C03464F4F300A0C0162A2050C03424152│
│chr gtv --output-format yaml < data.gtv │
╰──────────────────────────────────────────────────────────────────────╯
Options:
--hex=<hex> Hex encoded GTV data
-f, --output-format=(pretty|raw|JSON|XML|YAML) Output format
-h, --help Show this message and exit
The gtv command chr tools gtv
allows you to decode and convert GTV data.