logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

App::Pinto::Command::clean - remove orphaned distribution archives

Author

       Jeffrey Ryan Thalhammer <jeff@stratopan.com>

Command Arguments

       None.

Command Options

       None.

Description

       The database for Pinto is transactional, so failures and aborted commands do not change the indexes.
       However, the filesystem where distribution archives are physically stored is not transactional and may
       become cluttered with archives that are not in the database.

       Normally, Pinto tries to clean up those orphaned archives.  But in some cases it might not.  Running this
       command will force their removal.

       This command also runs some optimizations on the database.  So if your repository seems to be running
       slowly, try running this command to see if performance improves.

Name

       App::Pinto::Command::clean - remove orphaned distribution archives

Synopsis

         pinto --root=REPOSITORY_ROOT clean

Version

       version 0.14

See Also