NAME
App::Pinto::Command::props - show or set stack properties
VERSION
version 0.065_01
SYNOPSIS
pinto --root=REPOSITORY_ROOT props [OPTIONS] [STACK]
DESCRIPTION
This command shows or sets stack configuration properties. If the --properties
option is given, then the properties will be set. If the --properties
option is not given, then properties will just be shown.
COMMAND ARGUMENTS
If the STACK
argument is given, then the properties for that stack will be set/shown. If the STACK
argument is not given, then properties for the default stack will be set/shown.
COMMAND OPTIONS
- --format=FORMAT_SPECIFICATION
-
Format the output using
printf
-style placeholders. This only matters when showing properties. Valid placeholders are:Placeholder Meaning ----------------------------------------------------------------------------- %p Property name %v Package value
- --properties name=value
- --prop name=value
- -P name=value
-
Specifies property names and values. You can repeat this option to set multiple properties. If the property with that name does not already exist, it will be created. Property names must be alphanumeric plus hyphens and underscores, and will be forced to lower case. Setting a property to an empty string will cause it to be deleted.
Properties starting with the prefix
pinto-
are reserved for internal use, SO DO NOT CREATE OR CHANGE THEM.
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.