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

NAME

App::Pinto::Command::delete - delete a stack

VERSION

version 0.043

SYNOPSIS

  pinto --root=REPOSITORY_ROOT delete [OPTIONS] STACK

DESCRIPTION

This command creates deletes a stack. Only the stack itself is deleted -- all distributuions that were registered on the stack will 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.

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.