logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

App::Pinto::Command::look - unpack and explore distributions with your shell

Author

       Jeffrey Ryan Thalhammer <jeff@stratopan.com>

Command Arguments

       Arguments are the targets you wish to look at.  Targets can be specified as packages or distributions,
       such as:

         Some::Package
         Some::Other::Package

         AUTHOR/Some-Dist-1.2.tar.gz
         AUTHOR/Some-Other-Dist-1.3.zip

       You can also pipe arguments to this command over STDIN.  In that case, blank lines and lines that look
       like comments (i.e. starting with "#" or ';') will be ignored.

Command Options

       --stack=NAME
       -s NAME
           Resolve  package  targets  against  the  stack with the given NAME. Defaults to the name of whichever
           stack is currently marked as the default stack. For distribution targets (i.e. those specified with a
           complete AUTHOR/filename) the "--stack" option has no effect.

Description

       Unpack one or more distributions and explore its contents with your shell.  This is handy if you want to
       manually inspect a distribution before use.  At present, this command only works with local repositories
       and distributions that are already in the repository.

       At present, this command only works with local repositories.

Environment Variables

       "PINTO_SHELL"
           Sets the path to the command Pinto will use for the interactive shell. If  this  is  not  set,  Pinto
           defaults to either "SHELL" or "COMSPEC".

Name

       App::Pinto::Command::look - unpack and explore distributions with your shell

Synopsis

         pinto --root=REPOSITORY_ROOT look [OPTIONS] TARGET ...

Version

       version 0.14

See Also