cli/README.md

425 lines
12 KiB
Markdown
Raw Normal View History

# GLab
2022-10-06 20:15:03 +00:00
![GLab](docs/assets/glab-logo.png)
2022-05-12 17:58:44 +00:00
[![Go Report Card](https://goreportcard.com/badge/gitlab.com/gitlab-org/cli)](https://goreportcard.com/report/gitlab.com/gitlab-org/cli)
2022-10-04 19:30:12 +00:00
[![Coverage](https://gitlab.com/gitlab-org/cli/badges/main/coverage.svg)](https://gitlab.com/gitlab-org/cli/badges/main)
2021-10-07 11:07:19 +00:00
[![Mentioned in Awesome Go](https://awesome.re/mentioned-badge.svg)](https://github.com/avelino/awesome-go#version-control)
[![Gitpod Ready-to-Code](https://img.shields.io/badge/Gitpod-Ready--to--Code-blue?style=flat&logo=gitpod&logoColor=white)](https://gitpod.io/#https://github.com/quarkusio/quarkus/-/tree/main/)
GLab is an open source GitLab CLI tool bringing GitLab to your terminal next to where you are already working with `git` and your code without switching between windows and browser tabs. Work with issues, merge requests, **watch running pipelines directly from your CLI** among other features.
2020-07-25 19:18:55 +00:00
`glab` is available for repositories hosted on GitLab.com and self-managed GitLab instances. `glab` supports multiple authenticated GitLab instances and automatically detects the authenticated hostname from the remotes available in the working Git directory.
2022-10-06 20:15:03 +00:00
![command example](docs/assets/command-example.png)
2020-07-27 23:42:37 +00:00
## Table of contents
- [Usage](#usage)
- [Demo](#demo)
- [Documentation](#documentation)
- [Installation](#installation)
- [Quick Install](#quick-install)
- [Windows](#windows)
- [WinGet](#winget)
- [Scoop](#scoop)
- [EXE Installer](#exe-installer)
- [Linux](#linux)
- [Linuxbrew (Homebrew)](#linuxbrew-homebrew)
- [Snapcraft](#snapcraft)
- [Arch Linux](#arch-linux)
- [KISS Linux](#kiss-linux)
- [Alpine Linux](#alpine-linux)
- [Install a pinned version from edge](#install-a-pinned-version-from-edge)
- [Alpine Linux Docker-way](#alpine-linux-docker-way)
- [Nix/NixOS](#nixnixos)
- [MPR (Debian/Ubuntu)](#mpr-debianubuntu)
- [Prebuilt-MPR](#prebuilt-mpr)
- [Spack](#spack)
- [macOS](#macos)
- [Homebrew](#homebrew)
- [MacPorts](#macports)
- [Building From Source](#building-from-source)
- [Prerequisites](#prerequisites-for-building-from-source-are)
- [Authentication](#authentication)
- [Configuration](#configuration)
- [Environment Variables](#environment-variables)
- [What about lab](#what-about-lab)
- [Issues](#issues)
- [Contributing](#contributing)
2020-07-25 19:22:14 +00:00
## Usage
```shell
glab <command> <subcommand> [flags]
```
2020-07-25 19:18:55 +00:00
2020-10-28 03:20:59 +00:00
## Demo
2020-10-28 18:49:36 +00:00
[![asciicast](https://asciinema.org/a/368622.svg)](https://asciinema.org/a/368622)
2021-08-09 03:59:58 +00:00
## Documentation
2021-08-09 03:59:58 +00:00
Read the [documentation](https://glab.readthedocs.io/) for usage instructions.
2020-07-25 19:18:55 +00:00
2020-07-27 07:49:14 +00:00
## Installation
2022-05-12 18:05:16 +00:00
Download a binary suitable for your OS at the [releases page](https://gitlab.com/gitlab-org/cli/-/releases).
2020-07-27 07:49:14 +00:00
### Quick install
**Supported Platforms**: Linux and macOS
#### Homebrew quick install
```shell
brew install glab
```
Updating (Homebrew):
```shell
brew upgrade glab
```
Alternatively, you can install `glab` by shell script:
```shell
curl -s "https://gitlab.com/gitlab-org/cli/-/raw/main/scripts/install.sh" | sudo sh
2020-08-04 02:50:17 +00:00
```
*Installs into `usr/bin`*
2020-08-04 02:50:17 +00:00
**NOTE**: Take care when running scripts in this fashion. Consider peeking at the install script itself and verify that it works as intended.
2020-09-10 17:00:46 +00:00
2020-07-27 07:49:14 +00:00
### Windows
Available for download via [WinGet](https://github.com/microsoft/winget-cli), [scoop](https://scoop.sh), or downloadable EXE installer file.
#### WinGet
```shell
winget install glab.glab
```
Updating (WinGet):
```shell
winget install glab.glab
```
2020-07-27 07:49:14 +00:00
2020-08-05 05:11:04 +00:00
#### Scoop
```shell
2020-08-05 05:11:04 +00:00
scoop install glab
```
Updating (Scoop):
```shell
scoop update glab
```
#### EXE Installer
2022-05-12 18:05:16 +00:00
EXE installers are available for download on the [releases page](https://gitlab.com/gitlab-org/cli/-/releases).
2020-08-05 05:11:04 +00:00
2020-07-27 07:49:14 +00:00
### Linux
2022-05-12 18:05:16 +00:00
Prebuilt binaries available at the [releases page](https://gitlab.com/gitlab-org/cli/-/releases).
2020-07-27 07:49:14 +00:00
2020-08-05 05:11:04 +00:00
#### Linuxbrew (Homebrew)
```shell
brew install glab
2020-08-05 05:11:04 +00:00
```
Updating (Homebrew):
```shell
2020-08-05 05:11:04 +00:00
brew upgrade glab
```
#### Snapcraft
[![Get it from the Snap Store](https://snapcraft.io/static/images/badges/en/snap-store-black.svg)](https://snapcraft.io/glab)
2020-07-27 07:49:14 +00:00
1. Make sure you have [snap installed on your Linux distribution](https://snapcraft.io/docs/installing-snapd).
1. `sudo snap install --edge glab`
1. `sudo snap connect glab:ssh-keys` to grant SSH access
2020-07-27 07:49:14 +00:00
2020-11-14 16:53:54 +00:00
#### Arch Linux
2022-05-12 18:05:16 +00:00
`glab` is available through the [community/glab](https://archlinux.org/packages/community/x86_64/glab/) package or download and install an archive from the [releases page](https://gitlab.com/gitlab-org/cli/-/releases). Arch Linux also supports [snap](https://snapcraft.io/docs/installing-snap-on-arch-linux).
```shell
pacman -S glab
2020-11-14 16:53:54 +00:00
```
#### KISS Linux
WARNING:
It seems that KISS Linux may no longer be actively maintained, so links to its web domain have been removed from this README.
`glab` is available on the [KISS Linux Community Repository](https://github.com/kisslinux/community) as `gitlab-glab`.
If you already have the community repository configured in your `KISS_PATH` you can install `glab` through your terminal.
```shell
2020-11-14 16:53:54 +00:00
kiss b gitlab-glab && kiss i gitlab-glab
```
2020-07-27 07:49:14 +00:00
#### Alpine Linux
`glab` is available on the [Alpine Community Repository](https://git.alpinelinux.org/aports/tree/community/glab?h=master) as `glab`.
##### Install
We use `--no-cache` so an `apk update` is not required.
```shell
apk add --no-cache glab
```
##### Install a pinned version from edge
To ensure that by default edge is used to get the latest updates. We need the edge repository in `/etc/apk/repositories`.
Afterwards you can install it with `apk add --no-cache glab@edge`
We use `--no-cache` so an `apk update` is not required.
```shell
echo "@edge http://dl-cdn.alpinelinux.org/alpine/edge/community" >> /etc/apk/repositories
apk add --no-cache glab@edge
```
##### Alpine Linux Docker-way
Use edge directly
```shell
FROM alpine:3.13
RUN apk add --no-cache glab
```
Fetching latest glab version from edge
```shell
FROM alpine:3.13
RUN echo "@edge http://dl-cdn.alpinelinux.org/alpine/edge/community" >> /etc/apk/repositories
RUN apk add --no-cache glab@edge
```
#### Nix/NixOS
Nix (NixOS) users can install from [nixpkgs](https://search.nixos.org/packages?channel=unstable&show=glab&from=0&size=30&sort=relevance&query=glab):
```shell
nix-env -iA nixos.glab
```
#### MPR (Debian/Ubuntu)
`glab` is available inside the [makedeb package repository](https://mpr.makedeb.org/packages/glab). To install, run the following:
```shell
git clone 'https://mpr.makedeb.org/glab'
cd glab/
makedeb -si
```
##### Prebuilt-MPR
The above method downloads glab from source and builds it before packaging it into a `.deb` package. If you don't want to compile or just want a prebuilt package, you can also install glab from the Prebuilt-MPR.
First [set up the Prebuilt-MPR on your system](https://docs.makedeb.org/prebuilt-mpr/getting-started/#setting-up-the-repository), and then run the following:
```shell
sudo apt install glab
```
#### Spack
```shell
spack install glab
```
Updating (Spack):
```shell
spack uninstall glab && spack install glab
```
2021-02-03 15:24:06 +00:00
### macOS
2020-08-05 05:11:04 +00:00
#### Homebrew
2021-02-03 14:57:27 +00:00
`glab` is available via [Homebrew](https://formulae.brew.sh/formula/glab)
```shell
brew install glab
2020-08-05 05:11:04 +00:00
```
2020-08-05 05:11:04 +00:00
Updating:
```shell
2020-08-05 05:11:04 +00:00
brew upgrade glab
```
2021-02-03 14:57:27 +00:00
#### MacPorts
`glab`is also available via [MacPorts](https://ports.macports.org/port/glab/summary)
```shell
2021-02-03 14:57:27 +00:00
sudo port install glab
```
Updating:
```shell
2021-02-03 14:57:27 +00:00
sudo port selfupdate && sudo port upgrade glab
```
### Building from source
2022-05-12 18:05:16 +00:00
If a supported binary for your OS is not found at the [releases page](https://gitlab.com/gitlab-org/cli/-/releases), you can build from source:
2020-07-27 13:44:50 +00:00
#### Prerequisites for building from source
- `make`
- Go 1.13+
1. Verify that you have Go 1.13+ installed
2020-07-27 13:44:50 +00:00
```shell
2020-07-27 13:44:50 +00:00
$ go version
go version go1.14
```
If `go` is not installed, follow instructions on [the Go website](https://golang.org/doc/install).
1. Clone this repository
2020-07-27 13:44:50 +00:00
```shell
2022-08-11 21:57:33 +00:00
git clone https://gitlab.com/gitlab-org/cli.git glab
cd glab
2020-07-27 19:02:00 +00:00
```
If you have `$GOPATH/bin` or `$GOBIN` in your `$PATH`, you can just install with `make install` (install glab in `$GOPATH/bin`) and **skip steps 3 and 4**.
1. Build the project:
```shell
make
2020-07-27 13:44:50 +00:00
```
1. Change PATH to find newly compiled `glab`
2020-07-27 13:44:50 +00:00
```shell
export PATH=$PWD/bin:$PATH
2020-07-27 13:44:50 +00:00
```
1. Run `glab version` to confirm that it worked.
2020-07-27 13:44:50 +00:00
2020-11-02 10:42:09 +00:00
## Authentication
2020-07-27 13:44:50 +00:00
Get a GitLab access token at <https://gitlab.com/-/profile/personal_access_tokens> or <https://gitlab.example.com/-/profile/personal_access_tokens> if self-managed:
- Start interactive setup:
2020-11-02 10:42:09 +00:00
```shell
2021-08-09 03:59:58 +00:00
glab auth login
```
2020-11-02 10:42:09 +00:00
- Authenticate against `gitlab.com` by reading the token from a file:
```shell
2021-08-09 03:59:58 +00:00
glab auth login --stdin < myaccesstoken.txt
```
2020-11-02 10:42:09 +00:00
- Authenticate against a self-managed GitLab instance by reading from a file:
```shell
2021-08-09 03:59:58 +00:00
glab auth login --hostname salsa.debian.org --stdin < myaccesstoken.txt
```
- Authenticate with token and hostname. Not recommended for shared environments:
```shell
2021-08-09 03:59:58 +00:00
glab auth login --hostname gitlab.example.org --token xxxxx
```
2020-11-02 10:42:09 +00:00
## Configuration
By default, `glab` follows the XDG Base Directory [Spec](https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html):
2020-11-02 10:42:09 +00:00
- The global configuration file is saved at `~/.config/glab-cli`.
- The local configuration file is saved at `.git/glab-cli` in the current working Git directory.
- Advanced workflows may override the location of the global configuration by setting the `GLAB_CONFIG_DIR` environment variable.
2020-11-02 10:42:09 +00:00
- **To set configuration globally**
2020-11-02 10:42:09 +00:00
```shell
glab config set --global editor vim
```
2020-11-02 10:42:09 +00:00
- **To set configuration for current directory (must be a Git repository)**
```shell
glab config set editor vim
```
2020-11-02 10:42:09 +00:00
- **To set configuration for a specific host**
2020-11-02 10:42:09 +00:00
Use the `--host` flag to set configuration for a specific host. This configuration is always stored in the global configuration file, with or without the `global` flag.
2020-11-02 10:42:09 +00:00
```shell
glab config set editor vim --host gitlab.example.org
```
2020-09-10 17:00:46 +00:00
## Environment variables
2020-07-27 08:30:07 +00:00
```plaintext
GITLAB_TOKEN: an authentication token for API requests. Setting this avoids being
prompted to authenticate and overrides any previously stored credentials.
Can be set in the config with 'glab config set token xxxxxx'
2020-07-25 19:18:55 +00:00
GITLAB_URI or GITLAB_HOST: specify the url of the gitlab server if self hosted (eg: https://gitlab.example.com). Default is https://gitlab.com.
2020-09-29 06:45:27 +00:00
GITLAB_API_HOST: specify the host where the API endpoint is found. Useful when there are separate [sub]domains or hosts for git and the API endpoint: defaults to the hostname found in the git URL
2021-01-30 21:03:36 +00:00
REMOTE_ALIAS or GIT_REMOTE_URL_VAR: git remote variable or alias that contains the gitlab url.
Can be set in the config with 'glab config set remote_alias origin'
2020-07-25 19:18:55 +00:00
VISUAL, EDITOR (in order of precedence): the editor tool to use for authoring text.
Can be set in the config with 'glab config set editor vim'
BROWSER: the web browser to use for opening links.
Can be set in the config with 'glab config set browser mybrowser'
2020-09-29 06:45:27 +00:00
GLAMOUR_STYLE: environment variable to set your desired markdown renderer style
Available options are (dark|light|notty) or set a custom style
https://github.com/charmbracelet/glamour#styles
NO_COLOR: set to any value to avoid printing ANSI escape sequences for color output.
Add support for terminal hyperlinks (#852) * feat: Add ground work for supporting hyperlinks to iostreams See GH #812 See https://gist.github.com/egmontkob/eb114294efbcd5adb1944c9f3cb5feda for technical details behind the hyperlink escape sequence For now hyperlinks are enabled as long as long as standard output is a TTY - we'll want to add some additional detection/flags down the road * feat: use terminal hyperlinks when listing issues/MRs See GH #812 * feat(hyperlinks): Add display_hyperlinks config option * chore(hyperlinks): Clean up Hyperlink API a bit * feat(hyperlinks): default hyperlinks to off I think hyperlink display should default to off while the feature is new so that users can play with it * feat(hyperlinks): Implement FORCE_HYPERLINKS Setting the FORCE_HYPERLINKS environment variable forces glab to render hyperlinks when it can - otherwise, it falls back to display_hyperlinks from the config, which tells glab whether or not to enable hyperlinks based on whether or not we're outputting to a TTY. * fix(hyperlink): accommodate hyperlink OSC in string stripping * fix: Fix incorrect web_url in fixture data * test(hyperlink): Add tests for hyperlinks in issues list * test(hyperlink): Add tests for truncating text with hyperlink OSC * fix(hyperlinks): accommodate hyperlinks in Truncate * test(hyperlinks): Add tests for showing hyperlinks in mr list * docs(hyperlink): Add docs for FORCE_HYPERLINKS and display_hyperlinks * fix(hyperlinks): simplify truncate algorithm …while also fixing tableprinter tests, which expect that the first grapheme provided to Truncate is always preserved * fix(hyperlinks): Deactivate hyperlinks in auto mode if we're writing to a pager
2021-10-27 09:41:35 +00:00
FORCE_HYPERLINKS: set to 1 to force hyperlinks to be output, even when not outputing to a TTY
```
2020-07-25 19:18:55 +00:00
## What about Lab?
2021-01-24 22:44:56 +00:00
2022-09-13 19:30:16 +00:00
Both `glab` and [lab] are open-source tools with the same goal of bringing GitLab to your command line and simplifying the developer workflow.
2021-01-24 22:44:56 +00:00
If you want a tool that's more opinionated and intended to help simplify your GitLab workflows from the command line, then `glab` is for you. However, if you want a tool like [hub] that feels like using Git and allows you to interact with GitLab, consider using [lab].
2021-01-24 22:44:56 +00:00
Some `glab` commands such as `ci view` and `ci trace` were adopted from [lab].
2021-01-24 22:44:56 +00:00
[hub]:https://github.com/github/hub
[lab]:https://github.com/zaquestion/lab
2021-01-24 22:44:56 +00:00
2020-08-28 12:17:25 +00:00
## Issues
2022-05-12 18:05:16 +00:00
If you have an issue: report it on the [issue tracker](https://gitlab.com/gitlab-org/cli/-/issues)
2020-07-29 00:56:09 +00:00
2020-09-18 00:46:12 +00:00
## Contributing
Feel like contributing? That's awesome! We have a [contributing guide](https://gitlab.com/gitlab-org/cli/-/blob/main/CONTRIBUTING.md) and [Code of conduct](https://gitlab.com/gitlab-org/cli/-/blob/main/CODE_OF_CONDUCT.md) to help guide you.