Skip to main content
Runtime commands operate on a LibOps dashboard Site. In core sitectl language, that Site is also the remote environment target. For the broader platform and repository workflows, see API and sitectl and GitHub Integration.

Ping

Ping a site URL or Site ID to wake/check the web endpoint:

SSH

Connect to the Site environment:
The command uses the exact SSH hostname returned by the LibOps API. It does not derive an SSH name from a managed HTTP domain. Use --ssh-host only when you need an explicit operator override.

Checkout

Clone the configured GitHub repository and check out the configured ref:
Your GitHub username must be set in LibOps, and your SSH public key must be added to both GitHub and LibOps.

Context update

Create or update a core sitectl remote context from the LibOps Site:
Use --plugin, --project-dir, --ssh-host, --ssh-user, --ssh-port, and --ssh-key to override inferred values.