NAME
App::Pinto::Command::props - show stack properties
VERSION
version 0.051
SYNOPSIS
pinto --root=REPOSITORY_ROOT props [OPTIONS] STACK
DESCRIPTION
This command shows the properties of a stack. See the edit command to change the properties.
COMMAND 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 default. Stack names must be alphanumeric (including "-" or "_") and will be forced to lowercase.
COMMAND OPTIONS
- --format=FORMAT_SPECIFICATION
-
Format the output using
printf
-style placeholders. Valid placeholders are:Placeholder Meaning ----------------------------------------------------------------------------- %n Property name %v Package value
AUTHOR
Jeffrey Thalhammer <jeff@imaginative-software.com>
COPYRIGHT AND LICENSE
This software is copyright (c) 2012 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.