gitlab-cli icon indicating copy to clipboard operation
gitlab-cli copied to clipboard

A simple command line interface to GitLab

Results 11 gitlab-cli issues
Sort by recently updated
recently updated
newest added

The `projects` command now has a parameter `GROUP`: ``` $ gitlab projects -h List all your projects or projects within a specific group Usage: gitlab projects [GROUP] [flags] Flags: --format...

I tried the Go install command and it said there were no files The instructions say as the last resort download the install files, which are listed as gitlab_v4.1.0-alpha.2_windows_amd64 for...

Akin to `gh pr create`, which automatically forks the upstream repository if needed, pushes the current branch, and creates a PR.

Given that most of the underlying functionality is split out of the actual commands, anyway, there is opportunity to provide importable Go routines for interacting with GitLab instances.

enhancement

This allows grabbing the latest release with go get and go modules enabled. For this, the import path within the Go files needed to be changed in order to reflect...

Currently the only command referenced for `issue` is `inspect`. Would it be possible to add a `create` command with parameters: - title - details This would make adding issues way...

enhancement

When i do `projects`or `projects ` or `projects /` nothing is displayed.

bug

I've managed to authenticate to our self-hosted gitlab CE server and get some information out of it, but there doesn't seem to be any documentation of the CLI other than...

question