codeberg-cli 0.1.0

CLI Tool for codeberg similar to gh and glab
codeberg-cli-0.1.0 is not a library.
Visit the last successful build: codeberg-cli-0.4.11

License: AGPL v3

cod-rs

CLI Tool for Codeberg similar to gh and glab.

Installation

I. Cargo

The easiest way to install the cod command is using cargo. (If you haven't installed rust/cargo yet, take a look here)

I.I. Cargo Build

Clone the repo and install cod with

cargo install --path .

I.II. Cargo Crates.io (Not working at the moment)

I can't publish the crate at the moment since all dependencies of this crate must be available on crates.io. However, some of my dependencies are forks that include fixes / new features and this prevents me from triggering the release workflow.


Anywhere, just run

cargo install codeberg-cli

II. Checking the installation

After that, the cod command should be available for you. Check it with cod -V

cod 0.1.0

Usage

Run cod -h for the help menu. Each subcommand also has it's own help menu

Codeberg CLI app

Usage: cod [COMMAND]

Commands:
  auth        Authentication subcommands
  user        User subcommands
  issue       Issue subcommands
  pull        Pull request subcommands
  label       Label subcommands
  repo        Repository 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

Development