Skip to content

Repository files navigation

gh-config

GitHub CLI extension to get configuration values from emberlamp/config repository.

Purpose

Centralized configuration management for all emberlamp CLI extensions.

Installation

gh extension install emberlamp/config

Usage

Get a config value

gh config warningsEnabled

List all config keys

gh config --list

Configuration

The config is stored in emberlamp/config repository.

{
"warningsEnabled": true,
"pinRepoEnabled": false,
"defaultOrg": "emberlamp",
"features": {
"autoPin": false,
"autoLicense": true,
"autoReadme": true
}
}

About

GitHub CLI extension to manage warning messages from warnings repo

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages