NAME
    pb, aka project-builder.org - builds packages for your projects

DESCRIPTION
    pb helps you build various packages directly from your project sources.
    pbgetparam is a command from the pb project providing the value of the
    parameter for the running distribution based on the most precise tuple It
    is a CLI version of the pb_distro_get function

SYNOPSIS
    pbgetparam [-h][-v][-p project][-d distro-ver-arch] [param|-a]

OPTIONS
    -h|--help
        Prints this help

    -v|--verbose
        Print a brief help message and exits.

    -d|--distribution
        The tuple for which to print the parameter value considered (by
        default current distribution)

    -p|--project project_name
        Name of the project you're working on (or use the env variable pb)

    -a|--all
        Process all configuration parameters

ARGUMENTS
    Argument is mandatory and corresponds to the parameter whose value is
    requested for the related distribution tuple.

WEB SITES
    The main Web site of the project is available at
    <http://www.project-builder.org/>. Bug reports should be filled using the
    trac instance of the project at <http://trac.project-builder.org/>.

USER MAILING LIST
    Cf: <http://www.mondorescue.org/sympa/info/pb-announce> for announces and
    <http://www.mondorescue.org/sympa/info/pb-devel> for the development of
    the pb project.

CONFIGURATION FILES
    Uses the main /etc/pb/pb.yml (or /usr/local/etc/pb/pb.yml if installed
    from files) configuration file to give its answers.

AUTHORS
    The Project-Builder.org team <http://trac.project-builder.org/> lead by
    Bruno Cornec <mailto:bruno@project-builder.org>.

COPYRIGHT
    Project-Builder.org is distributed under the GPL v2.0 license described in
    the file "COPYING" included with the distribution.

