GitBucket CLI
GitBucket CLI is a tool for seamless integration with GitBucket from the command line. You can use it to manipulate repositories, issues, organizations, etc.

Table of Contents
Features
You can do the following from the command line.
- Create, retrieve, and clone repositories
- Create and retrieve organizations
- Create and retrieve labels for repositories
- Create and retrieve issues in repositories
Motivation
I use GitHub in my private life, but I use GitBucket at work. GitBucket does not have a tool such as gh that allows seamless command line integration. For example, if I want to create a repository, I usually need to use a browser. Fortunately, GitBucket has some APIs, so I thought it would be possible to operate from the command line using those APIs.
Installation
go install github.com/guitarinchen/gitbucket-cli@latest
Usage
Setup
Execute
Create a repository
gitbucket-cli repo create <repository_name>
Show help
gitbucket-cli --help
Contribution
Thanks for taking the time to contribute. For detailed instructions on how to get started with our project, see CONTRIBUTING.md.
Inspiration
License
MIT License