envbuilder v0.3 documentation

Command-line Reference

Global command-line options

-h, --help
Print out help and exit.
-p <parcels>, --parcels=<parcels>
Select the parcels to run the selected command over.
-v, --verbose
Verbose output.
-N, --no-deps
If a command has dependencies, do not install them automatically.
-U, --upgrade
Upgrade a command’s dependencies whether or not they need to be updated. Note that dependencies may be updated anyway if a command requires a newer version of a dependency you already have installed.

Checkout

Check all parcels out from VCS.

Required Parcel Options

checkout - The command-line commands to run that will check this parcel out.

Extra Dependencies

None

Extra Command-line Options

None

Setup

Run setup on all parcels.

Required Parcel Options

setup - The command-line commands to run that will set this parcel up.

Extra Dependencies

None

Extra Command-line Options

None