filesafe/scripts
Bobby Wibowo e22c180edd
Updated scripts/README.md again again
I'm so f'in drunk.
2019-09-19 20:44:48 +07:00
..
bump-versions.js Updated 2019-09-19 20:39:23 +07:00
cf-purge.js Updates (very important to read) 2019-09-15 13:20:11 +07:00
clean-up.js Updated 2019-09-19 19:10:37 +07:00
delete-expired.js Updated 2019-09-19 19:10:37 +07:00
README.md Updated scripts/README.md again again 2019-09-19 20:44:48 +07:00
thumbs.js Updates (very important to read) 2019-09-15 13:20:11 +07:00

README

cf-purge.js

$ yarn cf-purge
$ node ./scripts/cf-purge.js

Purge Cloudflare's cache.

Usage:
node scripts/cf-purge.js ...filename

filename:
Upload names separated by space (will automatically include their thumbs if available).

clean-up.js

$ yarn clean-up -h
$ node ./scripts/clean-up.js -h

Clean up files that are not in the database.

Usage:
node scripts/clean-up.js [mode=0|1|2]

mode:
0 = Only list names of files that are not in the database.
1 = Clean up the files.

delete-expired.js

$ yarn delete-expired -h
$ node ./scripts/delete-expired.js -h

Bulk delete expired files.

Usage:
node scripts/delete-expired.js [mode=0|1|2]

mode:
0 = Only list names of the expired files.
1 = Delete expired files (output file names).
2 = Delete expired files (no output).

thumbs.js

[...]

bump-versions.js

[...]