#merge-request

app glab-push-cli

A CLI tool that enhances git push for GitLab repositories using GitLab's push options

3 releases

0.1.4 Sep 25, 2024
0.1.3 Sep 25, 2024
0.1.0 Sep 25, 2024

#201 in Development tools

Download history 356/week @ 2024-09-22 76/week @ 2024-09-29 17/week @ 2024-10-06

449 downloads per month

MIT license

130KB
637 lines

GLab Push CLI

GLab Push is a command-line tool that allows you to push your code to a GitLab repository with magic -o args.

Install

The simplest way is to install the crate using cargo:

cargo install glab-push-cli

alternatively you can build the crate from source:

cargo install --git https://gitlab.com/zegerius/glab-push

or clone the repository and build it manually:

git clone https://gitlab.com/zegerius/glab-push
cd glab-push
cargo install --path .

Usage

glab-push-cli

I recommend creating an alias for this command:

alias glp="glab-push-cli"

Screenshot

Screenshot

Dependencies

~8–17MB
~235K SLoC