Skip to content
This repository has been archived by the owner on Sep 18, 2020. It is now read-only.

riaf/clclean

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

clclean Code Climate Gitter chat

clclean deletes the old images from cloudinary.

Installation

npm -g install clclean

How to use

clclean --cloudname=YOUR_CLOUD_NAME --apikey=YOUR_API_KEY --secret=YOUR_API_SECRET

Dry dun

clclean --cloudname=YOUR_CLOUD_NAME --apikey=YOUR_API_KEY --secret=YOUR_API_SECRET --dry-run

next_cursor from opt (continue mode)

clclean --cloudname=YOUR_CLOUD_NAME --apikey=YOUR_API_KEY --secret=YOUR_API_SECRET --moment=7776000 --cursor=NEXT_CURSOR

Options

default

{
    "cursor": null,
    "cloudname": null,
    "apikey": null,
    "secret": null,
    "dry-run": false,
    "type": "fetch",
    "moment": 86400,
    "verbose": false,
    "economize": 50
}

About

deletes the old images from cloudinary.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published