Skip to content

v3.0.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 18 Apr 22:58
1cf29b1

3.0.0 (2021-04-18)

Features

  • octoherd run, use --octoherd-* flags for script and repos (#24) (45b127a)

BREAKING CHANGES

  • octoherd can no longer be run without a command. Use octoherd run instead
  • the script and repos arguments are now flags.

Instead of

octoherd --octoherd-token $TOKEN script.js octoherd/octoherd

do

octoherd run --octoherd-token $TOKEN --octoherd-script script.js --octoherd-repos octoherd/octoherd

or use the shortcut aliases

octoherd run -T $TOKEN -S script.js -R octoherd/octoherd