Files
pikasTech-unidesk/.agents/skills/unidesk-trans/references/operations.md
T
2026-07-03 07:06:18 +00:00

526 B

Trans Operations

Prefer direct, bounded operations:

  • sh / bash: explicit shell scripts only, with short output.
  • kubectl: diagnostics and emergency reads; formal CI/CD control remains in the UniDesk CLI.
  • logs: tail bounded logs, not full dumps.
  • py, upload, download: one-off support operations when patch is not appropriate.

Ordinary trans/SSH work must fit the short connection budget. Long build, CI/CD, trace, probe or rollout work must use submit-and-poll through a controlled job/status surface.