NAME

Shipwright::Script::Update - Update dist(s) and scripts

SYNOPSIS

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

OPTIONS

-r [--repository] REPOSITORY : specify the repository of our project
-l [--log-level] LOGLEVEL    : specify the log level
                               (info, debug, warn, error, or fatal)
--log-file FILENAME          : specify the log file
--version                    : specify the version of the dist
--all                        : update all dists
--follow                     : update one dist with all its dependencies
--builder                    : update bin/shipwright-builder
--utility                    : update bin/shipwright-utility

DESCRIPTION

The update command updates one or multiple svk, svn, or CPAN dists in a Shipwright repository to the latest version. Only the source in dists/ will be updated. To update other types of sources, you must re-import the new version, using the same name in order to overwrite. The import command will also re-generate files in scripts/ (see Shipwright::Import for more information).

The update command can also be used to update a repository's builder or utility script to the version shipped with the Shipwright dist on your system, by specifying the --builder or --utility options.

ALIASES

up