We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It's not clear why zrok fails when running zrok enable ${token} on the same machine more than once.
zrok
zrok enable ${token}
Expected Behavior: zrok should inform me I'm already enabled, or just tell me that the machine is enabled
Actual Behavior: zrok indicates an error enabling my environment
The text was updated successfully, but these errors were encountered:
guard against multiple 'zrok enable' (#190)
c633b13
This is a regression. Corrected in v0.3.0-rc6:
v0.3.0-rc6
[ERROR] you already have an enabled environment, zrok disable first before you zrok enable
Sorry, something went wrong.
It'd be nice if it didn't error if i used the same token as already configured
michaelquigley
No branches or pull requests
It's not clear why
zrok
fails when runningzrok enable ${token}
on the same machine more than once.Expected Behavior:
zrok should inform me I'm already enabled, or just tell me that the machine is enabled
Actual Behavior:
zrok indicates an error enabling my environment
The text was updated successfully, but these errors were encountered: