Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 678 Bytes

neco-updater.md

File metadata and controls

23 lines (17 loc) · 678 Bytes

neco-updater

neco-updater is a daemon program for handle update condition of neco-worker.

Usage

$ neco-updater [OPTIONS]
Option Default value Description
--config /etc/neco/config.yml Configuration file path.

neco-updater will notify status to webhook URL when update process is completed or stopped. This URL keeps on memory to prevent etcd connection refused.

It also periodically checks GitHub release of this repository. To prevent rate limits for GitHub, it is highly recommended that set personal access token by neco config set github-token TOKEN.