NAME
App::Pinto::Command::new - create a new empty stack
VERSION
version 0.044
SYNOPSIS
pinto --root=REPOSITORY_ROOT new [OPTIONS] STACK
DESCRIPTION
This command creates a new empty stack.
Please see the copy command to create a new stack from another one, or the edit:App::Pinto::Command::copy command to change a stack's properties after it has been created.
COMMAND ARGUMENTS
The required argument is the name of the stack you wish to create. Stack names must be alphanumeric (including "-" or "_") and will be forced to lowercase.
COMMAND OPTIONS
- --description TEXT
-
Annotates this stack with a description of its purpose.
- --dryrun
-
Go through all the motions, but do not actually commit any changes to the repository. Use this option to see how operations would potentially impact the stack.
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.