NAME

App::Pinto::Admin::Subcommand::stack::list - show stacks (or their contents)

VERSION

version 0.040_001

SYNOPSIS

pinto-admin --root=/some/dir stack list [OPTIONS]
pinto-admin --root=/some/dir stack list [OPTIONS] STACK_NAME

DESCRIPTION

This command lists the names (and some other details) of all the stacks in the repository. Or it will list the contents of a particular stack.

SUBCOMMAND ARGUMENTS

If given no arguments, then just stack names and basic information are shown. If given a STACK argument, then the contents of that stack will be listed instead. So the following two commands are equivalent:

$> pinto-admin --root=/some/dir list --stack=development $> pinto-admin --root=/some/dir stack list development

SUBCOMMAND 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 status                                    (*) = master
%U             Stack last-modified-on
%j             Stack last-modified-by
%%             A literal '%'

AUTHOR

Jeffrey Ryan Thalhammer <jeff@imaginative-software.com>

COPYRIGHT AND LICENSE

This software is copyright (c) 2011 by Imaginative Software Systems.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.