Packarchive
packarchive
packs unpacked toml and json data structures back to tar.gz archives. Use unpackarchive
to unpack tar.gz archives (like exported projects, designs, finding templates).
Examples
Pack archive |
---|
| reptor packarchive --output project.tar.gz ./project # Pack contents of "project" directory to project.tar.gz
|
Usage
| usage: reptor packarchive [-h] [-o OUTPUT] directories [directories ...]
Pack directories into a .tar.gz file
positional arguments:
directories
optional arguments:
-h, --help show this help message and exit
-o OUTPUT, --output OUTPUT
|