glab-config - Man Page
Set and get glab settings
Synopsis
glab config [flags]
Description
Get and set key/value strings.
Current respected settings:
- token: Your GitLab access token, defaults to environment variables
- host: if unset, defaults to
https://gitlab.com
- browser: if unset, defaults to environment variables
- editor: if unset, defaults to environment variables.
- visual: alternative for editor. if unset, defaults to environment variables.
- glamour_style: Your desired Markdown renderer style. Options are dark, light, notty. Custom styles are allowed using glamour ⟨https://github.com/charmbracelet/glamour#styles⟩
- glab_pager: Your desired pager command to use (e.g. less -R)
Options
-g, --global[=false] Use global config file
Options Inherited from Parent Commands
--help[=false] Show help for command
See Also
Referenced By
glab(1), glab-config-get(1), glab-config-set(1).
Aug 2023 Auto generated by spf13/cobra