dated-cli
v0.3.1
Published
Yarn outdated wrapper
Downloads
352
Readme
Dated
Yarn outdate wrapper with notification
Configuration
Configuration file must be located in your project's root and named .dated.json
.
Possible options:
{
"name": null,
"webhook": null,
"channel": null,
"days": 7,
"debug": false,
"allowFailure": true,
"versionThreshold": "",
"ignorePackages": [],
"importantPackages": [],
"cacheFile": ".dated-cache"
}
name
– name of your appwebhook
– slack/mattermost webhook urlchannel
– slack/mattermost channel namedays
– period of notifications (0 means every time)debug
– turn on/off debug messages in consoleallowFailure
– fail or not when there are outdated packagesversionThreshold
– check versions outdated by treshold ("major|minor|patch")ignorePackages
– packages that will be ignored during check outdatedimportantPackages
– packages that will be printed in result messagecacheFile
– cache file path
Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/umbrellio/dated-cli.
License
Released under MIT License.
Authors
Created by Aleksei Bespalov.