The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Shipwright::Script::Flags - Maintain flags

SYNOPSIS

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

DESCRIPTION

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

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

GLOBAL OPTIONS

 -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

sunnavy <sunnavy@bestpractical.com>

LICENCE AND COPYRIGHT

Shipwright is Copyright 2007-2015 Best Practical Solutions, LLC.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.