A CLI toolchain for operating GitLab projects, driven through the glab CLI.
The commands talk to GitLab via glab, so an authenticated glab installation is required.
The package is provided as a Nix flake.
nix profile install github:Omochice/nyctereutesIt can also be installed with the Go toolchain.
go install github.com/Omochice/nyctereutes@latestThe main commands are documented in their own pages.
- dep manages dependency-update merge requests.
- infra manages project settings through YAML manifests.
- doc reads these pages back out of the installed binary.
The development environment is provided by the flake.
nix develop
go test ./...
nix flake checkThis project is licensed under the zlib License.