It is that first p3x-verdaccio-cli
version that is working with the Verdaccio .
Based on https://github.com/verdaccio/verdaccio/issues/343
What is good about this, that when I checked my cache count is 1981, after clean my cache and reinstall my all repos is down to 881.
Of course, with an option eg. --storage=azure
it could be enabled.
MAKE SURE TO STOP VERDACCIO BEFORE YOU CONTINUE AND MAKE SURE TO BACKUP BEFORE YOU CHANGE ANYTHING, SO THAT YOU COULD REVERT IF SOMETHING IS NOT STATISFYING!!!
This is only working with the original Sinopia file system storage driver!!!
For own packages only works without namespaces!
p3x-verdaccio-cli
p3x-verdaccio-cli --config /var/npm/config.yml cache info
root@server:/var/npm# npm i -g p3x-verdaccio-cli
/usr/bin/p3x-verdaccio-cli -> /usr/lib/node_modules/p3x-verdaccio-cli/bin/p3x-verdaccio-cli.js
+ p3x-verdaccio-cli@2019.1.23-16
updated 1 package in 0.953s
root@server:/var/npm# p3x-verdaccio-cli --config=/var/npm/config.yaml cache info
(node:23539) ExperimentalWarning: The fs.promises API is experimental
Own packages: corifeus-utils, corifeus-builder, corifeus-builder-angular, corifeus-web, corifeus-web-material, p3x-aes-folder, p3x-angular-compile, p3x-docker-registry-client, p3x-html-pdf, p3x-onenote, p3x-ramdisk, p3x-systemd-manager, p3x-tools, p3x-freenom, grunt-p3x-express, corifeus-server, p3x-redis-ui-server, p3x-redis-ui-material, p3x-redis-ui, grunt-injector, p3x-verdaccio-cli
Own packages count: 21
Total of package count without own packages: 771
# first you can try a dry run and give some output info
p3x-verdaccio-cli --config /var/npm/config.yml --dry cache clean
# actually clean the cache
p3x-verdaccio-cli --config /var/npm/config.yml cache clean
# first you can try a dry run and give some output info
p3x-verdaccio-cli --config /var/npm/config.yml --dry pkg-rm my-own-pkg
# actually it removes a package
p3x-verdaccio-cli --config /var/npm/config.yml pkg-rm my-own-pkg
This function removes old versions from Verdaccio and keep the set minimum versions (eg. keep minimum 3 versions and delete the rest).
# first you can try a dry run and give some output info
p3x-verdaccio-cli --config /var/npm/config.yml --dry pkg keep
# actually keeps 3 last versions of your all own packages
p3x-verdaccio-cli --config /var/npm/config.yml pkg keep
# if you want more versions, use the --min flag, and keep 10 versions for each packages
p3x-verdaccio-cli --config /var/npm/config.yml pkg keep --min 10