bissucket is a tool to manipulate Bitbucket Issue from the CLI.
NAME:
bissucket - bissucket is a tool to manipulate Bitbucket Issue from the CLI.
USAGE:
bissucket [global options] command [command options] [arguments...]
VERSION:
0.1.1
COMMANDS:
list Display issues for the specified repository.
config Command to set bissucket related operations. If there is no argument, display a list of settings.
help, h Shows a list of commands or help for one command
GLOBAL OPTIONS:
--help, -h show help
--version, -v print the version
If you have installed Golang:
go get -u github.com/namahu/bissucket
cd $GOPATH/src/github.com/namahu/bissucket
go install
When you execute the command for the first time,
you need to enter the user name and password of Bitbucket.
- Command add
- issue create
- issue complete
- add comment
- etc...
namahu