The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

App::Pinto::Command::edit - change stack properties

VERSION

version 0.054

SYNOPSIS

  pinto --root=REPOSITORY_ROOT edit [OPTIONS] [STACK]

DESCRIPTION

This command edits the properties of a stack. See the props command to display stack properties.

COMMAND 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 default. Stack names must be alphanumeric plus hyphens and underscores, and are not case-sensitive.

COMMAND OPTIONS

--default

Causes the selected stack to be marked as the "default". The default stack becomes the default for all operations where you do no not specify an explicit stack. The default stack also governs the static index file for your repository. DO NOT CHANGE THE DEFAULT STACK WITHOUT DUE DILLIGENCE. It has broad impact, especially if your repository has multiple users.

--properties name1=value1
--prop name1=value1
-P 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 plus hyphens and underscores, and are not case sensitive. Properties starting with the prefix 'pinto-' are reserved for internal use, SO DO NOT 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.