Smart Processes Management
Runnerty CLI
You can simple use it via npx
npx runnerty-cli new my-workflow
npm i -g runnerty-cli
rty new my-workflow
From "crontab -l" of the system:
rty migrate my-workflow
From a crontab file:
rty migrate my-workflow my-crontab-file.txt
This command installs modules in your project. You can also include a sample configuration in your project's config.json
file and/or include a sample plan to use the module. The module must contain scaffolds to allow the generation of examples.
rty add @runnerty/module-name
rty add @runnerty/module-name@version
You can specify a custom config.json
file path:
rty add @runnerty/module-name@version -c ./config_dev.json
You can specify that do not include scaffolding:
rty add @runnerty/module-name@version -ws
rty --help