Shipwright::Script::Update - Update sources and shipyard itself


Shipwright documentation  | view source Contained in the Shipwright distribution.

Index


NAME

Top

Shipwright::Script::Update - Update sources and shipyard itself

SYNOPSIS

Top

 update --all
 update NAME [NEW_SOURCE_URL] [--follow]
 update --builder
 update --utility

OPTIONS

Top

 --version                    : specify the version of the source
 --all                        : update all sources
 --follow                     : update one source with all its dependencies
 --builder                    : update bin/shipwright-builder
 --utility                    : update bin/shipwright-utility
 --inc                        : update inc/
 --only-sources               : only update sources, no build scripts
 --as                         : the branch name
 --add-deps                   : add requires deps for a dist e.g. cpan-Foo=0.30,cpan-Bar,cpan-Baz=2.34
 --delete-deps                : delete deps for a dist e.g. cpan-Foo,cpan-Bar

DESCRIPTION

Top

The update command updates sources to the latest or the specified version.

with --only-sources, only sources will be updated, scripts won't.

The update command can also be used to update shipyard's own files like builder, utility and the inc directory.

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

ALIASES

Top

up

AUTHORS

Top

sunnavy <sunnavy@bestpractical.com>

LICENCE AND COPYRIGHT

Top


Shipwright documentation  | view source Contained in the Shipwright distribution.