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
Please answer the following questions before submitting your issue. Thanks!
dcos --version
2.2.1 + latest
macOS Monterey 12.6
Opened a Terminal, copy pasted the provided code in install cli
curl https://downloads.dcos.io/binaries/cli/darwin/x86-64/latest/dcos -o dcos && chmod +x ./dcos && sudo mv dcos /usr/local/bin && dcos cluster setup http://10.210.5.236 && dcos
page opens up, doing successful login, copying the generated key.
Then I am going back to terminal to paste the key but there is no prompt where I can do that.
If possible please provide a recipe for reproducing.
A prompt where I could paste the generated key.
There is just If your browser didn't open, please follow this link:
http://x.x.x.x/login?dcos_cli_csrf_token=E37EP4qDWyKovgtUFNeAhNrPflYOIeYs%2F7fFiG3NnF8%3D&dcos_cli_flow=v1&redirect_uri=http%3A%2F%2Flocalhost%3A49589
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Please answer the following questions before submitting your issue. Thanks!
What version of DC/OS + DC/OS CLI are you using (
dcos --version
)?2.2.1 + latest
What operating system and version are you using?
macOS Monterey 12.6
What did you do?
Opened a Terminal, copy pasted the provided code in install cli
curl https://downloads.dcos.io/binaries/cli/darwin/x86-64/latest/dcos -o dcos &&
chmod +x ./dcos &&
sudo mv dcos /usr/local/bin &&
dcos cluster setup http://10.210.5.236 &&
dcos
page opens up, doing successful login, copying the generated key.
Then I am going back to terminal to paste the key but there is no prompt where I can do that.
If possible please provide a recipe for reproducing.
What did you expect to see?
A prompt where I could paste the generated key.
What did you see instead?
There is just If your browser didn't open, please follow this link:
The text was updated successfully, but these errors were encountered: