/xj

A simple XXL-JOB CLI

Primary LanguageGoMIT LicenseMIT

XXL-JOB CLI

xj is XXL-JOB on the command line. It based on XXL-JOB api version 2.2.0.

Installation

Installation from source

  1. Verify that you have Go 1.21+ installed
$ go version
  1. Clone this repository
$ git clone https://github.com/tradlwa/xxljob-cli.git
$ cd xxljob-cli
  1. Install go-task

See here go-task installation

  1. Build and install

Unix-like systems

$ go install github.com/tradlwa/xj/cmd/xj@latest
  1. Run xj to check if it installed