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::delete - permanently remove an archive

Author

       Jeffrey Ryan Thalhammer <jeff@stratopan.com>

Command Arguments

       Arguments are the targets that you want to delete.  Targets are specified as "AUTHOR/FILENAME".  For
       example:

         SHAKESPEARE/King-Lear-1.2.tar.gz

       You can also pipe arguments to this command over STDIN.  In that case, blank lines and lines that look
       like comments (i.e. starting with "#" or ';') will be ignored.

Command Options

       --force
           Deletes  the  archive  even  if  its  packages are pinned to a stack.  Take care when deleting pinned
           packages, as it usually means that particular package is important to someone.

Description

       !! THIS COMMAND IS EXPERIMENTAL !!

       IMPORTANT:  This command is dangerous.  If you just want to remove packages or distributions from a
       stack, then you should probably be looking at the unregister command instead.

       This command permanently removes an archive from the repository, thereby unregistering it from all stacks
       and wiping it from all history (as if it had never been put in the repository).  Beware that once an
       archive is deleted it cannot be recovered.  There will be no record that the archive was ever added or
       deleted, and this change cannot be undone.

       To merely remove packages from a stack (while preserving the archive), use the unregister command.

Name

       App::Pinto::Command::delete - permanently remove an archive

Synopsis

         pinto --root=REPOSITORY_ROOT delete [OPTIONS] TARGET ...

Version

       version 0.14

See Also