-
Notifications
You must be signed in to change notification settings - Fork 74
pack cart
Chris Ladd edited this page Oct 11, 2019
·
2 revisions
stack pack cart {cart} [compression=string] [suffix=string]
Pack a cart into a compressed file.
Default is tgz.
Compressed file is output in the current
working directory, so don't do it in the
cart directory you're compressing.
No, really, you'll be in recursive hell and
then where will you be?
GroundHog Day my friend, GroundHog Day.
-
[cart]
The name of the cart to be compressed.
-
{compression=string}
-
{suffix=string}
Put the suffix on the subsequent cart file. Default is tgz.
-
stack pack cart site-custom
Tars up site-custom into site-custom.tgz. Includes all dirs but repodata and fingerprint.
This does NOT remove the cart from the system.
Checkout our Google Group or our Slack Team for any support or other questions.
Want to contribute to this Wiki? Fork it and send a pull request.