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

Running the publish command with package and dry run arguments args prompts for password #315

Open
starbelly opened this issue Nov 19, 2022 · 0 comments

Comments

@starbelly
Copy link
Member

In the case of a dry run, there's no need to prompt for a password what so ever. This could be solved a few ways.

  1. If the dry run switch is given, don't get read only hex config. This makes the most sense to me as it keeps that logic localized to the publish command, which is the only place that knows about the concept of a dry-run.

  2. Pass the dry run switch or some equiv to rebar3_hex_config:get_hex_config/3, this really means rebar3_hex_config:get_hex_config/4.

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

1 participant