summaryrefslogtreecommitdiff
path: root/resources/helpdoc/commands/sheetdump.en.md
blob: 1616f1263635cb0635772821d01f5a92c5157b05 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Sheetdump

> Visually output the internal structure of a `Sheet`

## Usage
jvn sheetdump <SHEET_FILE>              # Default output
jvn sheetdump <SHEET_FILE> --no-sort    # No sorting
jvn sheetdump <SHEET_FILE> --no-pretty  # No prettifying

## Tip
You can also use `renderer override` to access the internal structure of a `Sheet`, 
for example:
jvn sheetdump <SHEET_FILE> --renderer json | jq ".mappings"