logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

App::Pinto::Command::stacks - show available stacks

Author

       Jeffrey Ryan Thalhammer <jeff@stratopan.com>

Command Arguments

       None.

Command Options

       --format=FORMAT_SPECIFICATION
           Format each record in the listing with "printf"-style placeholders.  Valid placeholders are:

             Placeholder    Meaning
             -----------------------------------------------------------------------------
             %k             Stack name
             %e             Stack description
             %M             Stack default status                             (*) = default
             %L             Stack lock status                                (!) = locked
             %i             Stack head revision id prefix
             $I             Stack head revision id
             %g             Stack head revision message (full)
             %t             Stack head revision message title
             %b             Stack head revision message body
             %u             Stack head revision committed-on
             %j             Stack head revision committed-by
             %%             A literal '%'

Description

       This command lists the names (and some other details) of all the stacks currently available in the
       repository.

Name

       App::Pinto::Command::stacks - show available stacks

Synopsis

         pinto --root=REPOSITORY_ROOT stacks [OPTIONS]

Version

       version 0.14

See Also