catalog get

Export an entry’s archive to a directory.

Writes the entry’s zipped build directory to <output_dir>/<name>.zip, overwriting any existing file at that path—useful for shipping an entry to a system without catalog access. Re-add an exported archive with xorq catalog add.

Usage

xorq catalog get NAME [OPTIONS]

Arguments

  • NAME—Entry name to export.

Options

Option Default Description
-o, --output current directory Destination directory for the archive.

Examples

xorq catalog get f02d28198715 -o ./shipped-builds

See also

  • catalog add—re-add an exported archive to another catalog