1App::Pinto::Command::loUoske(r3)Contributed Perl DocumenAtpapt:i:oPninto::Command::look(3)
2
3
4
6 App::Pinto::Command::look - unpack and explore distributions with your
7 shell
8
10 version 0.14
11
13 pinto --root=REPOSITORY_ROOT look [OPTIONS] TARGET ...
14
16 Unpack one or more distributions and explore its contents with your
17 shell. This is handy if you want to manually inspect a distribution
18 before use. At present, this command only works with local
19 repositories and distributions that are already in the repository.
20
21 At present, this command only works with local repositories.
22
24 Arguments are the targets you wish to look at. Targets can be
25 specified as packages or distributions, such as:
26
27 Some::Package
28 Some::Other::Package
29
30 AUTHOR/Some-Dist-1.2.tar.gz
31 AUTHOR/Some-Other-Dist-1.3.zip
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
38 --stack=NAME
39 -s NAME
40 Resolve package targets against the stack with the given NAME.
41 Defaults to the name of whichever stack is currently marked as the
42 default stack. For distribution targets (i.e. those specified with
43 a complete AUTHOR/filename) the "--stack" option has no effect.
44
46 "PINTO_SHELL"
47 Sets the path to the command Pinto will use for the interactive
48 shell. If this is not set, Pinto defaults to either "SHELL" or
49 "COMSPEC".
50
52 Jeffrey Ryan Thalhammer <jeff@stratopan.com>
53
55 This software is copyright (c) 2015 by Jeffrey Ryan Thalhammer.
56
57 This is free software; you can redistribute it and/or modify it under
58 the same terms as the Perl 5 programming language system itself.
59
60
61
62perl v5.36.0 2023-01-20 App::Pinto::Command::look(3)