Pro CLI
dkron Professional distributed job scheduling system Synopsis Dkron is a system service that runs scheduled jobs at given intervals or times, just like the cron unix service but distributed in several machines in a cluster. If a machine fails (the leader), a follower will take over and keep running the scheduled jobs without human intervention. Options --config string config file (default is /etc/dkron/dkron.yml) -h, --help help for dkron SEE ALSO dkron agent - Start a dkron agent dkron doc - Generate Markdown documentation for the Dkron CLI.
dkron agent Start a dkron agent Synopsis Start a dkron agent that schedule jobs, listen for executions and run executors. It also runs a web UI. dkron agent [flags] Options --advertise-addr string Address used to advertise to other nodes in the cluster. By default, the bind address is advertised. --advertise-rpc-port int Use the value of rpc-port by default. --auto-tls Client TLS using generated certificates (default true) --backend string store backend (default "boltdb") --backend-machine strings store backend machines addresses (default [.
dkron doc Generate Markdown documentation for the Dkron CLI. Synopsis Generate Markdown documentation for the Dkron CLI. This command is, mostly, used to create up-to-date documentation of Dkron’s command-line interface for http://dkron.io/. It creates one Markdown file per command with front matter suitable for rendering in Hugo. dkron doc [flags] Options --dir string the directory to write the doc. (default "/tmp/dkrondoc/") -h, --help help for doc Options inherited from parent commands --config string config file (default is /etc/dkron/dkron.
dkron keygen Generates a new encryption key Synopsis Generates a new encryption key that can be used to configure the agent to encrypt traffic. The output of this command is already in the proper format that the agent expects. dkron keygen [flags] Options -h, --help help for keygen Options inherited from parent commands --config string config file (default is /etc/dkron/dkron.yml) SEE ALSO dkron - Professional distributed job scheduling system Auto generated by spf13/cobra on 21-Jan-2019
dkron version Show version Synopsis Show the version dkron version [flags] Options -h, --help help for version Options inherited from parent commands --config string config file (default is /etc/dkron/dkron.yml) SEE ALSO dkron - Professional distributed job scheduling system Auto generated by spf13/cobra on 21-Jan-2019