None
Usage
Usage: vh parcel [OPTIONS]
Options
destination
:- Type:
- Default:
none
- Usage:
vh parcel -d --destination
Destination directory
commit
:- Type: STRING
- Default:
none
- Usage:
vh parcel -c --commit
Commit to read required Docker image IDs from
code
:- Type: Choice([‘bundle’, ‘archive’, ‘tarball’, ‘none’])
- Default:
bundle
- Usage:
vh parcel --code
Package code as a full Git bundle, an archive of Git HEAD, a tarball of the directory or not at all?
docker_images
:- Type: BOOL
- Default:
true
- Usage:
vh parcel --docker-images
Package Docker images?
valohai_local_run
:- Type: BOOL
- Default:
true
- Usage:
vh parcel --valohai-local-run
Download valohai-local-run + deps?
unparcel_script
:- Type: BOOL
- Default:
true
- Usage:
vh parcel --unparcel-script
Add unparcel script?
help
:- Type: BOOL
- Default:
false
- Usage:
vh parcel --help
Show this message and exit.
CLI Help
Usage: parcel [OPTIONS]
Options:
-d, --destination DIRECTORY Destination directory
-c, --commit TEXT Commit to read required Docker image IDs
from
--code [bundle|archive|tarball|none]
Package code as a full Git bundle, an
archive of Git HEAD, a tarball of the
directory or not at all?
--docker-images / --no-docker-images
Package Docker images?
--valohai-local-run / --no-valohai-local-run
Download valohai-local-run + deps?
--unparcel-script / --no-unparcel-script
Add unparcel script?
--help Show this message and exit.