0.3.1 • Published 3 years ago

dated-cli v0.3.1

Weekly downloads
40
License
MIT
Repository
github
Last release
3 years ago

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 app
  • webhook – slack/mattermost webhook url
  • channel – slack/mattermost channel name
  • days – period of notifications (0 means every time)
  • debug – turn on/off debug messages in console
  • allowFailure – fail or not when there are outdated packages
  • versionThreshold – check versions outdated by treshold ("major|minor|patch")
  • ignorePackages – packages that will be ignored during check outdated
  • importantPackages – packages that will be printed in result message
  • cacheFile – 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.

0.3.1

3 years ago

0.3.0

4 years ago

0.2.0

4 years ago

0.1.0

4 years ago