Skip to main content
Runtimes support terminal-style workflows through run_cmd and optional SSH access.

When to Use run_cmd

  • Install dependencies at runtime (needs a network policy — see Install Packages)
  • Run shell scripts and CLIs
  • Inspect filesystem/process state
  • Execute one-off operational commands

Example

Terminal + SSH

  • Use run_cmd for programmatic command execution.
  • Use SSH for interactive operator access.
  • Revoke SSH when interactive access is no longer required.

Run Command

Detailed run_cmd usage and parameters

Access Runtime

Enable, disable, and rotate SSH credentials