1Shipwright::Script::UpdUasteer(3C)ontributed Perl DocumeSnhtiaptwiroinght::Script::Update(3)
2
3
4

NAME

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

SYNOPSIS

9        update --all
10        update NAME [NEW_SOURCE_URL] [--follow]
11        update --builder
12        update --utility
13

OPTIONS

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

DESCRIPTION

27       The update command updates sources to the latest or the specified
28       version.
29
30       with --only-sources, only sources will be updated, scripts won't.
31
32       The update command can also be used to update shipyard's own files like
33       builder, utility and the inc directory.
34

GLOBAL OPTIONS

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

ALIASES

42       up
43

AUTHORS

45       sunnavy  "<sunnavy@bestpractical.com>"
46
48       Shipwright is Copyright 2007-2015 Best Practical Solutions, LLC.
49
50       This program is free software; you can redistribute it and/or modify it
51       under the same terms as Perl itself.
52
53
54
55perl v5.32.0                      2020-07-28     Shipwright::Script::Update(3)
Impressum