NAME
App::Pinto::Command::delete - delete a stack
VERSION
version 0.048
SYNOPSIS
pinto --root=REPOSITORY_ROOT delete [OPTIONS] STACK
DESCRIPTION
This command deletes a stack. Any distributions that were registered on that stack will be permanently deleted, unless they are also registered on another stack.
The stack that is currently marked as the default can never be deleted. If you wish to delete it, you must first mark another stack as the default. Use the edit command to control which stack is the default.
COMMAND ARGUMENTS
The required argument is the name of the stack you wish to delete. Stack names must be alphanumeric (including "-" or "_") and will be forced to lowercase.
COMMAND OPTIONS
None.
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.