NAME

App::Pinto::Admin::Subcommand::stack::create - create a new empty stack

VERSION

version 0.040_001

SYNOPSIS

pinto-admin --root=/some/dir stack create [OPTIONS] STACK

DESCRIPTION

This command creates a new empty stack.

Please see the stack copy subcommand to create a new stack from another one, or the stack edit subcommand to change a stack's properties after it has been created.

SUBCOMMAND 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.

SUBCOMMAND OPTIONS

--description=TEXT

Annotates this stack with a description of its purpose.

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.