feat: add 'uc proxy' command to proxy a service port to a local port (#384)

Signed-off-by: Miek Gieben <miek@miek.nl>
Co-authored-by: Pasha Sviderski <me@psviderski.name>
This commit is contained in:
Miek Gieben
2026-06-02 18:56:16 +10:00
committed by GitHub
co-authored by Pasha Sviderski
parent 24b81af43c
commit 3586a32987
6 changed files with 220 additions and 1 deletions
+1
View File
@@ -26,6 +26,7 @@ A CLI tool for managing Uncloud resources such as machines, services, and volume
* [uc logs](uc_logs.md) - View service logs.
* [uc ls](uc_ls.md) - List services.
* [uc machine](uc_machine.md) - Manage machines in the cluster.
* [uc proxy](uc_proxy.md) - Proxy a service port to a local port.
* [uc ps](uc_ps.md) - List all service containers.
* [uc rm](uc_rm.md) - Remove one or more services.
* [uc run](uc_run.md) - Run a service.