CLI Tool for Codeberg similar to gh
and glab
.
The easiest way to install the berg
command is using cargo. (If you haven't installed rust/cargo yet, take a look here)
Clone the repo and install berg
with
sh
cargo install --path .
Anywhere, just run
sh
cargo install codeberg-cli
After that, the berg
command should be available for you. Check it with berg -V
sh
berg 0.3.1
Run berg -h
for the help menu. Each subcommand also has it's own help menu
```sh Codeberg CLI app
Usage: berg [COMMAND]
Commands: auth Authentication subcommands user User subcommands issue Issue subcommands pull Pull request subcommands label Label subcommands repo Repository subcommands milestone Milestone subcommands completion Print completion script help Print this message or the help of the given subcommand(s)
Options: -h, --help Print help (see more with '--help') -V, --version Print version
```
Please take a look at CONTRIBUTING.md before opening PRs. We can't accept PRs which don't stick to the guidelines.