Hulk is a tool written in Go to make bulk changes in BitBucket repos.
BitBucket API lib: https://pkg.go.dev/github.com/ktrysmt/go-bitbucket
BitBucket API docs: https://developer.atlassian.com/bitbucket/api/2/reference
- Move to lib folder and execute
go build
- Move to cli folder and execute
go build
- Move to gui folder and execute
go build
- In the root folder execute
go install
- Execute
hulk
to check it works
go run main.py
go test
(TODO)
go build
hulk <user> <pass> <owner>
ie. hulk [email protected] 1234 me