glab
glab copied to clipboard
The GitLab CLI tool. Archived: now officially adopted by GitLab as the official CLI tool and maintained at https://gitlab.com/gitlab-org/cli. See https://github.com/profclems/glab/issues/983
As mentioned in #958, the output of most `glab` commands is "pretty" in the sense of an end user eyeballing it, but it is not easy to parse and process...
I realize this tool is primarily targeting interactive use, but I find it useful to have tools that are both useful to run by hand *and* to script. One of...
**Describe the feature or problem you'd like to solve** I'd like to avoid storing my token in plaintext file even it's on an encrypted partition. **Propose a Solution** It would...
### Discussed in https://github.com/profclems/glab/discussions/955 Originally posted by **BonaBeavis** February 12, 2022 The description says: -t, --track set checked out branch to track remote branch, adds remote if needed What does...
**Describe the feature or problem you'd like to solve** Authentication using GITLAB_TOKEN environment variable works only with Personal Access Tokens. We would like to work with GLab CLI using GitLab...
By **[kaHaleMaKai](https://gitlab.com/kaHaleMaKai)**, --- **Description** When on a branch that includes character that require url-encoding, they don't get encoded when opening the repo in a browser. **Expected Behavior vs Actual Behavior**...
**Describe the feature or problem you'd like to solve** It would be great if `glab` cli could read CI/CD variable same way as it is set **Propose a Solution** `glab...
**Create Gitlab Push/Pull Mirrors** I have a need to recreate a lot of repositories with pull mirroring. This tool has all the other pieces I need except this one feature....
The `--defaultBranch` parameter of `glab repo create` allows for specification of the default branch upon project creation. I would like to actually **modify** the default branch of my remote repo...
**Description** ``` > glab auth status gitlab.com x gitlab.com: api call failed: GET https://gitlab.com/api/v4/user: 401 {message: 401 Unauthorized} ✓ Git operations for gitlab.com configured to use ssh protocol. ✓ API...