Heroku Automations for CLI
Make use of this plugin to migrate your existing Jobs from the Heroku Scheduler add-on to Heroku Automations.
Usage
$ npm install -g heroku-automations-cli
$ oclif-example COMMAND
running command...
$ oclif-example (-v|--version|version)
heroku-automations-cli/1.0.0 darwin-x64 node-v8.11.3
$ oclif-example --help [COMMAND]
USAGE
$ oclif-example COMMAND
...
Commands
oclif-example automations:migrate
Import existing jobs from the Heroku Scheduler add-on into Heroku Automations
USAGE
$ oclif-example automations:migrate
OPTIONS
-a, --app=app (required) app to run command against
-r, --remote=remote git remote of app to use
See code: src/commands/automations/migrate.ts