Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.

bundle config NAME is too verbose by default #4913

Closed
ghost opened this issue Aug 25, 2016 · 4 comments
Closed

bundle config NAME is too verbose by default #4913

ghost opened this issue Aug 25, 2016 · 4 comments

Comments

@ghost
Copy link

ghost commented Aug 25, 2016

And doesn't provide a non-verbose option.

Bundler version 1.12.5
ruby 2.3.1p112 (2016-04-26 revision 54768) [x86_64-darwin16]
rubygems 2.6.6

What you're trying to accomplish

I would like to query the value of a config setting.

The command you ran

bundle config my-setting

What you expected to happen

return the value associated with my-setting, possibly just the value, possibly as KEY=VALUE

What actually happened

Information overload!

@indirect
Copy link
Member

I think this is a good point. We have added the --parseable option for this type of use, and I think it would be useful to add it here.

@ghost
Copy link
Author

ghost commented Aug 25, 2016

Yes, that would be perfect, since my end goal was for this to be machine readable.

@coilysiren
Copy link
Contributor

Relevant PR #4919

@colby-swandale
Copy link
Member

Hi 👋 , We have added a --parseable option to bundle config in the latest release.

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

No branches or pull requests

4 participants