glab-config-set - Man Page
Updates configuration with the value of a given key
Synopsis
glab config set [flags]
Description
Update the configuration by setting a key to a value. Use glab config set --global if you want to set a global config. Specifying the --hostname flag also saves in the global config file
Options
-g, --global[=false] Write to global ~/.config/glab-cli/config.yml file rather than the repository .git/glab-cli/config.yml file
-h, --host="" Set per-host setting
Options Inherited from Parent Commands
--help[=false] Show help for command
Example
glab config set editor vim glab config set token xxxxx -h gitlab.com
See Also
Referenced By
Aug 2023 Auto generated by spf13/cobra