logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Author

       Jeffrey Ryan Thalhammer <jeff@stratopan.com>

Command Arguments

       The required argument is the name of the stack you wish to kill.  Stack names must be alphanumeric plus
       hyphens and underscores, and are not case-sensitive.

Command Options

       --force
           Kill the stack even if it is currently locked.  Normally, locked stacks cannot be deleted.  Take care
           when deleting a locked stack as it usually means the stack is important to someone.

Description

       This command permanently deletes a stack.  Once a stack is killed, there is no direct way to get it back.
       However, any distributions that were registered on the stack will still remain in the repository.

Name

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

Synopsis

         pinto --root=REPOSITORY_ROOT kill [OPTIONS] STACK

Version

       version 0.14

See Also