-
Refactor authentication and service initialization code
Some checks failedgoreleaser / goreleaser (push) Has been cancelledreleased this
2025-07-03 16:43:15 +00:00 - Moved login and service management logic to
internal/cmdpackage (login.goandrun.go). - Introduced
DoLoginandStartServicefunctions for modularity. - Enhanced error handling by using structured
ErrorMessageinClient. - Improved token file saving process and added project-specific token identification.
- Updated API handlers to handle more detailed error responses, including status codes.
Downloads
- Moved login and service management logic to