commently-cli
v6.27.0
Published
Easily comment on github issues and PRs from the CLI
Downloads
1,452
Readme
commently-cli
Usage
You can use commently
locally or in a CI environent. When using it locally it is required to provide the pr, owner, repo, and message flags.
GH_TOKEN=YOUR_TOKEN commently --pr 510 --owner Fuego --repo Vulcan --message "Test this"
When used in the CI it will detect the pr, owner and repo so you only have to provide a message.
GH_TOKEN=YOUR_TOKEN commently --message "Test this"