.. _rez-rm: ====== rez-rm ====== .. program:: rez-rm Usage ===== .. code-block:: text rez rm [-h] [-p PACKAGE | -f FAMILY | --force-family | -i DAYS] [--dry-run] [-v] [PATH] description =========== Remove package(s) from a repository. Options ======= .. option:: -p, --package remove the specified package (eg ``foo-1.2.3``). This will work even if the package is currently ignored. .. option:: -f, --family remove the specified package family (eg ``python``). This is only supported if the family is empty .. option:: --force-family like :option:`-f`, but delete package family even if not empty .. option:: -i, --ignored-since remove all packages that have been ignored for >= DAYS .. option:: --dry-run dry run mode .. option:: -v, --verbose verbose mode, repeat for more verbosity