Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 603 Bytes

README.md

File metadata and controls

29 lines (17 loc) · 603 Bytes

Hulk CLI

Hulk is a tool written in Go to make bulk changes in BitBucket repos.

Dependencies

BitBucket API lib: https://pkg.go.dev/github.com/ktrysmt/go-bitbucket

BitBucket API docs: https://developer.atlassian.com/bitbucket/api/2/reference

Installation

  1. Move to lib folder and execute go build
  2. Move to cli folder and execute go build
  3. Move to gui folder and execute go build
  4. In the root folder execute go install
  5. Execute hulk to check it works

go run main.py

go test (TODO)

go build

Usage

hulk <user> <pass> <owner>

ie. hulk [email protected] 1234 me