v3.0.0
Pre-release
Pre-release
3.0.0 (2021-04-18)
Features
BREAKING CHANGES
octoherd
can no longer be run without a command. Useoctoherd 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