GitHub CLI extension to get configuration values from emberlamp/config repository.
Centralized configuration management for all emberlamp CLI extensions.
gh extension install emberlamp/configgh config warningsEnabledgh config --listThe config is stored in emberlamp/config repository.
{
"warningsEnabled": true,
"pinRepoEnabled": false,
"defaultOrg": "emberlamp",
"features": {
"autoPin": false,
"autoLicense": true,
"autoReadme": true
}
}