Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

cargo-reaper-clean

NAME

cargo-reaper-clean -- Remove plugin(s) from the UserPlugins directory that cargo-reaper has generated in the past.

SYNOPSIS

cargo-reaper clean [options]

DESCRIPTION

Clean plugin symlinks from REAPER's UserPlugins directory, and optionally artifacts generated by cargo-reaper.

OPTIONS

-p key
--plugin key

Clean plugin(s) by key.

-n
--dry-run

Display what would be deleted without deleting anything.

-a
--remove-artifacts

Remove artifacts that cargo-reaper has generated in the past.

-h
--help

Print help information.

EXAMPLES

  1. Remove all plugin symlinks whose keys exist in the cargo-reaper configuration file.
cargo reaper clean
  1. Remove specific plugin symlinks by referencing its key in the cargo-reaper configuration file.
cargo reaper clean -p reaper_my_plugin
  1. Display cargo artifacts generated by cargo-reaper and symlinks for plugins whose keys exist in the cargo-reaper configuration file without removing them.
cargo reaper clean --remove-artifacts --dry-run