What do you think about adding a token_command feature? I've already logged into the glab CLI like this:
which stores my personal access token in ~/.config/glab-cli/config.yml (Linux) or ~/Library/Application Support/glab-cli/config.yml (macOS). I use it with the glab CLI, or I can get the token string like so:
[gitlab.com]
type = gitlab
url = https://gitlab.com/
token_command = glab config get --host gitlab.com token
[gitlab.cee.redhat.com]
type = gitlab
url = https://gitlab.cee.redhat.com/
token_command = glab config get --host gitlab.cee.redhat.com token
What do you think about adding a
token_commandfeature? I've already logged into theglabCLI like this:which stores my personal access token in
~/.config/glab-cli/config.yml(Linux) or~/Library/Application Support/glab-cli/config.yml(macOS). I use it with theglabCLI, or I can get the token string like so: