Files
kubeshark/cmd
Volodymyr Stoiko ad5df664fc cli: mark 'console' as under refactoring and early-exit (#1946)
* cli: mark 'console' as non-functional / under refactoring

Hub PR #464 moved scripting-console log streaming off the /scripts/logs
WebSocket onto a Connect-RPC streaming service (ScriptLogsDashboard).
The console command still dials ws://.../api/scripts/logs, a route the
hub no longer serves, so it never streams and spins in its reconnect
loop. Surface this in the command help (Short/Long) and as a runtime
warning until the client is re-pointed at the Connect-RPC stream.

* cli: early-exit 'console' while under refactoring

Instead of warning and then entering the (now broken) reconnect loop, the
console command logs the under-refactoring notice and returns immediately
so users don't get stuck in a spinning client that never streams.

* cli: silence unused linter on retained console helpers

---------

Co-authored-by: Alon Girmonsky <1990761+alongir@users.noreply.github.com>
2026-07-14 11:13:45 -07:00
..
2024-05-23 01:20:55 +03:00
2023-07-06 21:57:21 +03:00
2024-05-23 01:20:55 +03:00
2022-12-29 03:45:24 +03:00