Crates.io | agscheduler-cli |
lib.rs | agscheduler-cli |
version | 0.5.0 |
source | src |
created_at | 2024-04-13 16:45:42.336981 |
updated_at | 2024-06-15 01:25:20.180921 |
description | Command line interface for AGScheduler |
homepage | https://github.com/AGScheduler/agscheduler-cli |
repository | https://github.com/AGScheduler/agscheduler-cli |
max_upload_size | |
id | 1207690 |
size | 108,682 |
Command line interface for AGScheduler
cargo install agscheduler-cli
$ agscheduler-cli -h
Command line interface for AGScheduler
Usage: agscheduler-cli [OPTIONS]
Options:
-e, --endpoint <ENDPOINT> AGScheduler HTTP endpoint [default: http://127.0.0.1:36370]
-p, --password <PASSWORD> AGScheduler password
You can also use the AGSCHEDULERCLI_AUTH environment variable to pass this password more safely [default: ]
-h, --help Print help
-V, --version Print version
$ agscheduler-cli
Connecting to `http://127.0.0.1:36370`...
? Select your operation › [Page 1/3]
Add Job
Get Job
❯ Get All Jobs
Update Job
Delete Job
Delete All Jobs
Pause Job
Resume Job
✔ Select your operation · Get All Jobs
+------------------+-------+----------+-----------+---------------------+---------------------+---------+
| ID | Name | Type | TypeValue | LastRunTime | NextRunTime | Status |
+=======================================================================================================+
| 8088b567cc3a4345 | myJob | interval | 60s | 2024-02-18 00:17:28 | 2024-02-18 00:18:28 | running |
+------------------+-------+----------+-----------+---------------------+---------------------+---------+
Total 1
# Clone code
git clone git@github.com:agscheduler/agscheduler-cli.git
# Working directory
cd agscheduler-cli
# Install dependencies
make install
# Run check
make check-all