- Confirmation? (yes/no)
- Init? --init
- Set config path? (-c, --config defaults to ./poosh.json5)
- Delete only ?
- Use collect form for plugins: --plugin --plugin ?
- Each: match + ignore:true = file is ignored (not deleted) ?
- Option validation dedicated error with nice messages (+cli)
- Config path resolve
- Config cache location + file (resolve relative to config file (or cwd))
- Config possible in package.json as eslint do (an .eslintrc.* file or an eslintConfig field in a package.json)
- Add tests on cache & config files resolution
- Switch from NeDB to LokiJS (lighter footprint) ?
- Add support for month and week units in duration parsing.
- See vercel/ms#57
- See #2
- Add S3 required credentials to the doc (readme)
- Add remote.endpoint (or .absoluteUrl ?)
- AWS SDK (> v2.3.0) native support for promises https://blogs.aws.amazon.com/javascript/post/Tx3BZ2DC4XARUGG/Support-for-Promises-in-the-SDK
- Take poosh environment into account
- Walk using https://github.com/jprichardson/node-klaw ?