NAME
App::Pinto::Admin::Subcommand::stack::edit - change stack properties
VERSION
version 0.040_001
SYNOPSIS
pinto-admin --root=/some/dir stack edit [OPTIONS] [STACK]
DESCRIPTION
This command edits the properties of a stack. See the props
subcommand to display properties.
SUBCOMMAND ARGUMENTS
The argument is the name of the stack you wish to edit the properties for. If you do not specify a stack, it defaults to whichever stack is currently marked as master. Stack names must be alphanumeric (including "-" or "_") and will be forced to lowercase.
SUBCOMMAND OPTIONS
- --master
-
Causes the selected stack to be marked as the master. The master stack becomes the default stack for all operations where you do no not specify an explicit stack. The master stack also governs the index file for your repository. DO NOT CHANGE THE MASTER STACK WITHOUT DUE DILLIGENCE. It has broad impact, especially if your repository has multiple users.
- --properties name1=value1
- --props name1=value1
-
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, and may not contain spaces. They will also be forced to lowercase. Properties starting with the prefix 'pinto:' are reserved for internal use, SO DO NOT CHANGE THEM.
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.