summaryrefslogtreecommitdiff
path: root/resources/helpdoc/commands/sheetdump.en.md
blob: 63be56b65333d2513c8cccd5b4c9d8a3ceef1fe7 (plain)
1
2
3
4
5
6
7
8
9
10
11
> 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"