NAME
App::Pinto::Admin::Subcommand::stack::props - show stack properties
VERSION
version 0.040_001
SYNOPSIS
pinto-admin --root=/some/dir stack props [OPTIONS] STACK
DESCRIPTION
This command shows the properties of a stack. See the stack edit
subcommand to change the properties.
SUBCOMMAND ARGUMENTS
The argument is the name of the stack you wish to see the properties for. If you do not specify a stack, it defaults to whichever stack is marked as the master. Stack names must be alphanumeric (including "-" or "_") and will be forced to lowercase.
SUBCOMMAND OPTIONS
- --format=FORMAT_SPECIFICATION
-
Format the output using
printf
-style placeholders. Valid placeholders are:Placeholder Meaning ----------------------------------------------------------------------------- %n Property name %v Package value
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.