command
module
Version:
v0.0.0-...-fce59a5
Opens a new window with list of versions in this module.
Published: May 31, 2016
License: Apache-2.0
Opens a new window with license information.
Imports: 10
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
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
¶
There is no documentation for this package.
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.