You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 21, 2026. It is now read-only.
This is not code related. Several GitHub projects, including https://github.com/spring-projects/spring-boot , implement behavior that redirects "latest" URLs to their latest release, e.g.
This redirect feature is extremely useful when implementing automated installation scripts, and it would be great to have it working for Spring Cloud CLI, too.
Enhancement
This is not code related. Several GitHub projects, including https://github.com/spring-projects/spring-boot , implement behavior that redirects "latest" URLs to their latest release, e.g.
https://github.com/spring-projects/spring-boot/releases/latest
as of now redirects to
https://github.com/spring-projects/spring-boot/releases/tag/v2.3.4.RELEASE
This does not happen for https://github.com/spring-cloud/spring-cloud-cli/releases/latest , which currently redirects to
https://github.com/spring-cloud/spring-cloud-cli/releases
This redirect feature is extremely useful when implementing automated installation scripts, and it would be great to have it working for Spring Cloud CLI, too.