@heroku-cli/plugin-automations
v1.0.3
Published
Heroku Automations Plugin for the Heroku CLI
Downloads
343
Keywords
Readme
Heroku Automations for the Heroku 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-cli/plugin-automations
$ oclif-example COMMAND
running command...
$ oclif-example (-v|--version|version)
@heroku-cli/plugin-automations/1.0.2 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 useSee code: src/commands/automations/migrate.ts
