bitbucket-golang-base

command module
v0.0.0-...-fce59a5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 31, 2016 License: Apache-2.0 Imports: 10 Imported by: 0

README

Simple Bitbucket Connect Go Add-on

Running the add-on from the command line is straight forward, provided we remember to export a couple of environment variables.

  • Configure and launch ngrok with:

    ngrok http 8080
    
  • Note down the unique https URL generated by ngrok for you.

  • Use the URL to pass the proper configuration to the Go program:

    BASE_URL=https://<generated-for-you>.ngrok.io CONSUMER_KEY=<yoursecretkey> go run main.go
    
  • Go to Bitbucket settings - Manage add-ons - Install add-on from URL and insert the ngrok URL.

  • Browse to one of your repositories.

  • ??

  • Profit.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL