Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Read config values via CLI selectively #632

Open
NobbZ opened this issue Jul 14, 2018 · 1 comment
Open

Read config values via CLI selectively #632

NobbZ opened this issue Jul 14, 2018 · 1 comment

Comments

@NobbZ
Copy link
Member

NobbZ commented Jul 14, 2018

When we want to debug settings we always ask for the output of exercism configure with the hint to redact/remove the token from the ouptut.

So this time, I was only interested in the API URL, so I asked for the output of exercism configure 2>&1 | grep -- --all this feels very clumsy.

Can we have an interface like with git config where git config foo reads and git config foo bar writes?

@NobbZ NobbZ changed the title Ask the CLI for config values Read config values via CLI selectively Jul 14, 2018
@kytrinyx
Copy link
Member

I like this idea -- it's very clean!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants