[go: up one dir, main page]

feat(config): add XDG config merging support

Description

  • feat(config): add XDG config merging support

When GLAB_CONFIG_DIR is not set, glab now merges configuration files from multiple XDG paths instead of using only the first file found. This allows system administrators to provide default configurations while users can selectively override specific settings.

Relates to #8018 (closed)

Related Issues

Resolves #[issue_number]

How has this been tested?

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation
  • Chore (Related to CI or Packaging to platforms)
  • Test gap

Merge request reports

Loading