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
-n
--dry-run
-a
--remove-artifacts
-h
--help
EXAMPLES
- Remove all plugin symlinks whose keys exist in the
cargo-reaperconfiguration file.
cargo reaper clean
- Remove specific plugin symlinks by referencing its key in the
cargo-reaperconfiguration file.
cargo reaper clean -p reaper_my_plugin
- Display cargo artifacts generated by
cargo-reaperand symlinks for plugins whose keys exist in thecargo-reaperconfiguration file without removing them.
cargo reaper clean --remove-artifacts --dry-run