bob-query-path
Name
bob-query-path - Query path information
Synopsis
bob query-path [-h] [-f FORMAT] [-D DEFINES] [-c CONFIGFILE] [-q]
[--fail]
[--sandbox | --slim-sandbox | --dev-sandbox | --strict-sandbox | --no-sandbox]
[--develop | --release]
PACKAGE [PACKAGE ...]
Description
This command lists existing workspace directory names for packages given on the command line. Output is formatted with a format string that can contain placeholders
{name}
package name
{src}
checkout directory
{build}
build directory
{dist}
package directory
The default format is ‘{name}<tab>{dist}’.
If a directory does not exist for a step (because that step has never
been executed or does not exist) or if one or more of the given packages
does not exist, a error message is printed unless the -q option is
provided.
Options
-c CONFIGFILEUse config File
-D DEFINESOverride default environment variable
--dev-sandboxEnable development sandboxing.
--developUse developer mode
-f FORMATOutput format string
-qBe quiet in case of errors
--failReturn a non-zero exit code in case of errors
--no-sandboxDisable sandboxing
--releaseUse release mode
--sandboxEnable partial sandboxing.
--slim-sandboxEnable slim sandboxing.
--strict-sandboxEnable strict sandboxing.