-
-
Notifications
You must be signed in to change notification settings - Fork 49
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
rebar3 hex docs --dry-run asking for my Local Password #309
Comments
We can fix that up, but also I recommend using |
Oh, cool. I'd never used it. Thanks. Edit: in any case I'm sure |
@paulo-ferraz-oliveira If you CI is only doing a dry run you can simply do Edit: Note my answer doesn't resolve the issue. It shouldn't happen during a dry-run :) |
Do you know if this still happens, @starbelly? I can try and find time to fix it, if it does. |
No, this will no longer prompt for the local password in the case of docs. Only in the case of package, but that should probably not be the case. I'll open up an issue for that one and close this. |
I'm using
--dry-run
inrebar3 hex publish docs
and it asks me forLocal Password:
.Since the documentation states
I'm wondering if that's intended behaviour, or a bug, since, when my password is asked for, the documentation is already generated.
I'd like to use the
--dry-run
command for CI (I imagine the exit code code be such that a CI flow could be interrupted), to make sure the documentation is possible to generate, without uploading it.Thanks.
The text was updated successfully, but these errors were encountered: