Releases: octoherd/cli
Releases · octoherd/cli
v3.1.0-beta.3
3.1.0-beta.3 (2021-04-18)
Features
v3.1.0-beta.2
3.1.0-beta.2 (2021-04-18)
Features
v3.1.0-beta.1
v3.0.0
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