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

SYNOPSIS

  pinto-admin --root=/some/dir stack remove [OPTIONS] STACK_NAME

DESCRIPTION

This command removes a stack from the repository. It only removes the stack itself, not the packages that were in it.

SUBCOMMAND ARGUMENTS

The single required argument is the name of the stack that you want to remove.

SUBCOMMAND OPTIONS

--force

Delete the stack, even if it has not been fully merged to another stack (NOT YET IMPLIMENTED).

--message=MESSAGE

Use the given MESSAGE as the revision log message.