runnerty-cli
v3.2.0
Published
Runnerty CLI Tool
Downloads
9
Readme
Runnerty CLI Tool
What is?
Runnerty CLI
You can simple use it via npx
npx runnerty-cli new my-workflowInstallation
npm i -g runnerty-cliUsage
Create new runnerty project
rty new my-workflowMigrate CRON file to runnerty project
From "crontab -l" of the system:
rty migrate my-workflowFrom a crontab file:
rty migrate my-workflow my-crontab-file.txtAdd Runnerty modules
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-namerty add @runnerty/module-name@versionYou can specify a custom config.json file path:
rty add @runnerty/module-name@version -c ./config_dev.jsonYou can specify that do not include scaffolding:
rty add @runnerty/module-name@version -wsFor more options
rty --help