Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SCJ Tool

Tool to manage crons in setcronjob in bulk

Building Binary

go build cmd/main.go

Running Binary

To get list of all crons ids

./main --command=list-all -token=<setcronjob token>

To get list of all enabled crons ids

./main --command=list-enabled -token=<setcronjob token>

To enable a list of cron ids

./main --command=enable -ids=<list of comma separated cron ids> -token=<setcronjob token>

To disable a list of cron ids

./main --command=disable -ids=<list of comma separated cron ids> -token=<setcronjob token>

To run a list of cron ids

./main --command=run -ids=<list of comma separated cron ids> -token=<setcronjob token>

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages