1App::Pinto::Command::unUpsienr(3C)ontributed Perl DocumeAnptpa:t:iPoinnto::Command::unpin(3)
2
3
4

NAME

6       App::Pinto::Command::unpin - free packages that have been pinned
7

VERSION

9       version 0.14
10

SYNOPSIS

12         pinto --root=REPOSITORY_ROOT unpin [OPTIONS] TARGET ...
13

DESCRIPTION

15       This command unpins package in the stack, so that the stack can be
16       merged into another stack with a newer packages, or so the packages can
17       be upgraded to a newer version within this stack.
18

COMMAND ARGUMENTS

20       Arguments are the targets you wish to unpin.  Targets can be specified
21       as packages or distributions, such as:
22
23         Some::Package
24         Some::Other::Package
25
26         AUTHOR/Some-Dist-1.2.tar.gz
27         AUTHOR/Some-Other-Dist-1.3.zip
28
29       When unpinning a distribution, all the packages in that distribution
30       become unpinned.  Likewise when unpinning a package, all its sister
31       packages in the same distribution also become unpinned.
32
33       You can also pipe arguments to this command over STDIN.  In that case,
34       blank lines and lines that look like comments (i.e. starting with "#"
35       or ';') will be ignored.
36

COMMAND OPTIONS

38       --diff-style=STYLE
39           Controls the style of the diff reports.  STYLE must be either
40           "concise" or "detailed".  Concise reports show only one record for
41           each distribution added or deleted.  Detailed reports show one
42           record for every package added or deleted.
43
44           The default style is "concise".  However, the default style can
45           changed by setting the "PINTO_DIFF_STYLE" environment variable to
46           your preferred STYLE.  This variable affects the default style for
47           diff reports generated by all other commands too.
48
49       --dry-run
50           Go through all the motions, but do not actually commit any changes
51           to the repository.  Use this option to see how the command would
52           potentially impact the stack.
53
54       --message=TEXT
55       -m TEXT
56           Use TEXT as the revision history log message.  If you do not use
57           the "--message" option or the "--use-default-message" option, then
58           you will be prompted to enter the message via your text editor.
59           Use the "PINTO_EDITOR" or "EDITOR" or "VISUAL" environment
60           variables to control which editor is used.  A log message is not
61           required whenever the "--dry-run" option is set, or if the action
62           did not yield any changes to the repository.
63
64       --stack=NAME
65           Unpins the package on the stack with the given NAME.  Defaults to
66           the name of whichever stack is currently marked as the default
67           stack.  Use the stacks command to see your stacks.
68
69       --use-default-message
70       -M  Use the default value for the revision history log message.  Pinto
71           will generate a semi-informative log message just based on the
72           command and its arguments.  If you set an explicit message with
73           "--message", the "--use-default-message" option will be silently
74           ignored.
75

AUTHOR

77       Jeffrey Ryan Thalhammer <jeff@stratopan.com>
78
80       This software is copyright (c) 2015 by Jeffrey Ryan Thalhammer.
81
82       This is free software; you can redistribute it and/or modify it under
83       the same terms as the Perl 5 programming language system itself.
84
85
86
87perl v5.28.1                      2017-08-06     App::Pinto::Command::unpin(3)
Impressum