@heroku-cli/plugin-automations

Heroku Automations Plugin for the Heroku CLI

Usage no npm install needed!

<script type="module">
  import herokuCliPluginAutomations from 'https://cdn.skypack.dev/@heroku-cli/plugin-automations';
</script>

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 use

See code: src/commands/automations/migrate.ts