Skip to content

feat: configuration enhancement

Clement Sam requested to merge feat-configuration-enhancement into trunk

For a much cleaner usage of configuration command, set and get commands have been added to the config command.

  • set accepts two arguments <key> <value> and get accept one argument <key> and prints the value.
  • Depreciation notice has been added to the former --flag=value config format.
  • Added init command to config to prompt for basic glab configuration.

Usage

$ glab config set gitlab_uri  https://gitlab.example.org

$ glab config get gitlab_uri
https://gitlab.example.org

Merge request reports