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

Make --quiet a global flag / flag supported by all commands #56

Closed
jabbrwcky opened this issue Jul 20, 2016 · 1 comment
Closed

Make --quiet a global flag / flag supported by all commands #56

jabbrwcky opened this issue Jul 20, 2016 · 1 comment

Comments

@jabbrwcky
Copy link

Hi,

it would be nice to have the --quiet flag for all subcommands. I currently use gem bump in a filter script for git-flow and it is a real pain to catch all output by gem bump to make sure that the filter just returns the version to use for the release.

@svenfuchs
Copy link
Owner

Thanks for the report, @jabbrwcky , and sorry for not following up on this earlier.

I believe your issue should be addressed in 2.0.0.pre.1, see #64

Specifically, there's now more flexibility in configuring gem-release. And things are tested better. See https://github.com/svenfuchs/gem-release/tree/sf-v2#configuration for configuration options.

I believe in your case it should be sufficient to use:

# top level keys, apply to all commands
quiet: true

or

export GEM_RELEASE_QUIET=true

I am going to close this here. Please let me know if things do not work as expected.

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