mirror of
https://github.com/kubeshark/kubeshark.git
synced 2026-07-17 01:54:32 +00:00
* 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>