-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
chectl
fails to find install download link for Apple silicon - Darwin ARM64
#22058
Comments
I see. [1] https://github.com/che-incubator/chectl/releases/tag/7.62.0 |
@cgruver |
@tolusha Next channel works. bash <(curl -sL https://www.eclipse.org/che/chectl/) --channel=next
chectl script requires superuser access.
You will be prompted for your password by sudo.
Password:
Downloading https://github.com/che-incubator/chectl/releases/download/20230314070752/chectl-darwin-arm64.tar.gz...
######################################################################### 100.0%
SUCCESS: chectl installed to /usr/local/bin/chectl
SUCCESS: installation log written in /Users/charrogruver/chectl-install.log
chectl/0.0.20230314-next.f7d1fd4 darwin-arm64 node-v16.13.2 |
@tolusha After installing from Next channel, it was also able to update back to stable. chectl update stable
chectl: Updating CLI from 0.0.20230314-next.f7d1fd4 to 7.62.0... done
chectl: Updating CLI... done |
Actually, it looks like the issue is resolved with the release of |
Describe the bug
The
chectl
install fails to find a download link:bash <(curl -sL https://www.eclipse.org/che/chectl/)
Throws the following error:
Che version
7.61@latest
Steps to reproduce
Expected behavior
chectl
install is successfulRuntime
other (please specify in additional context)
Screenshots
No response
Installation method
chectl/latest
Environment
macOS
Eclipse Che Logs
No response
Additional context
The
chectl
CLI can be installed by manually downloading and unpacking the tarball from thechectl
releases links.The text was updated successfully, but these errors were encountered: