Vault 7: Projects

This publication series is about specific projects related to the Vault 7 main publication.
SECRET//NOFORN
3.1 Usage
ghbuild.py [--workspace WORKSPACE] [--color WHEN]
ghbuild.py [--workspace WORKSPACE] [--color WHEN] COMMAND
ghbuild.py --version
ghbuild provides a command line interface to the Grasshopper build commands.
Build commands can be passed to ghbuild directly on the command line. This
makes it convenient to perform simple tasks or to script the builder. If no
arguments are provided to the command, ghbuild will drop the user into a
custom shell.
The Grasshopper workspace directory may be selected using the --workspace
option. If the option is not used, the builder will use the value of the GHWORKSPACE
environment variable or “.grasshopper” in the current working directory.
The builder’s use of color may be modified using the --color option. The builder
has three color modes: auto, always, and never. “auto” is the default mode and will
use color unless the standard output is not a TTY.
The --version flag will cause ghbuild to display the Grasshopper version and exit.
32
SECRET//NOFORN