NAME
App::Pinto::Command::delete - delete a stack
VERSION
version 0.052
SYNOPSIS
pinto --root=REPOSITORY_ROOT delete [OPTIONS] STACK
DESCRIPTION
This command permanently deletes a stack. Once a stack is deleted, there is no way to get it back. However, any distributions that were registered on the stack will always remain in the repository.
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 plus hyphens and undersocres, and are not case-sensitive.
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.