Skip to content

emberlamp/config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Packages

 
 
 

Contributors

Languages