Skip to content

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
1
reptor packarchive --output project.tar.gz ./project  # Pack contents of "project" directory to project.tar.gz

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
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