New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

bitbucket_pr_commnet

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bitbucket_pr_commnet

  • 0.1.0
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

bitbucket_pr_commnet

Gem Version

post comment to pull requiest on bitbucket

Require

  • git

Install

$ gem install bitbucket_pr_commnet

Setup

Get the bitbucket consumer key.

OAuth on Bitbucket Cloud

  • Callback URL: urn:ietf:wg:oauth:2.0:oob
  • Check This is a private consumer

Pleasse make sure the consumer key and secret.

Usage

Set the client_id and client_secret to arguments or environment variables. And, please specify a comment by the filename or pipe.

Exaple:

$ cat comment_file
Pull request commnet test!
$ bitbucket_pr_commnet comment_file --client_id xxxx --client_secret xxxx

OR

$ export CLIENT_ID=xxxx
$ export CLIENT_SECRET=xxxx
$ cat comment_file
Pull request commnet test!
$ cat comment_file | bitbucket_pr_commnet

License

MIT

FAQs

Package last updated on 30 Oct 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc