Community Note
- Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
- Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
- If you are interested in working on this issue or have submitted a pull request, please leave a comment
Description
It would be helpful to migrate to the latest version of the console api that is provided for instance console.
It would mean:
- Migrating from
v2/ws to v3/ws in
|
wsURL: fmt.Sprintf("wss://tty.%s.scaleway.com/v2/ws", zone.String()), |
- Use the new messages for authentication
- use the new binary format for input / output
- Manage the Ctrl-Q in the CLI
How I imagine scw could expose this functionality
References
Community Note
Description
It would be helpful to migrate to the latest version of the console api that is provided for instance console.
It would mean:
v2/wstov3/wsinscaleway-cli/internal/gotty/client.go
Line 39 in 660e8b8
How I imagine scw could expose this functionality
References