Shipwright::Script::Flags - Maintain flags


Shipwright documentation  | view source Contained in the Shipwright distribution.

Index


NAME

Top

Shipwright::Script::Flags - Maintain flags

SYNOPSIS

Top

 shipwright flags mysql --add mysql
 shipwright flags cpan-DBD-mysql --add mysql

DESCRIPTION

Top

The flags command is used for managing the flags feature of Shipwright. Flags can be used to group sources in ways which allow a single shipyard to support multiple variants of binary vessels. For example, if you are shipping some software that requires a database, your repository can use flags to allow binary vessels to be built for both MySQL and PostgreSQL from it.

For more information on using flags, see Shipwright::Manual::UsingFlags.

OPTIONS

Top

 --add, --delete, --set FLAGS   : specify the flags, split by commas
 --mandatory                    : set these flags as being required

GLOBAL OPTIONS

Top

 -r [--repository] REPOSITORY   : specify the repository uri of our shipyard
 -l [--log-level] LOGLEVEL      : specify the log level
                                  (info, debug, warn, error, or fatal)
 --log-file FILENAME            : specify the log file




AUTHORS

Top

sunnavy <sunnavy@bestpractical.com>

LICENCE AND COPYRIGHT

Top


Shipwright documentation  | view source Contained in the Shipwright distribution.