unpackarchive unpacks exported tar.gz archives (like exported projects, designs, finding templates) to json or toml structures. Use packarchive to convert back to tar.gz.
Examples
Unpack archive
12
reptorunpackarchive--formatjson--outputproject./project.tar.gz# Unpack project archive as json to "project" directory
reptorunpackarchive--formattoml--outputdesign./design.tar.gz# Unpack design archive as toml to "design" directory
Usage
1 2 3 4 5 6 7 8 9101112
usage: reptor unpackarchive [-h] [-o OUTPUT] [-f {json,toml}]
files [files ...]
Unpack .tar.gz exported archives
positional arguments:
files
optional arguments:
-h, --help show this help message and exit
-o OUTPUT, --output OUTPUT
-f {json,toml}, --format {json,toml}