Skip to main content
The aircloud CLI lets you inspect endpoints, open container shells, connect over SSH, and manage local CLI configuration.

Install the CLI

Verify installation

Expected commands include:
  • config
  • endpoints
  • exec
  • ssh
  • whoami

Configure the CLI

Common commands

Initial setup

The CLI stores configuration in ~/.aircloud/config.json.

Check authentication context

Example output:

Inspect and manage endpoints

Available commands

List endpoints

Get endpoint details

Start, stop, and scale

Patch a stopped endpoint

Patching is supported only when the endpoint is stopped.

Check replicas

View logs

Open a shell with aircloud exec

aircloud exec opens an interactive shell inside a running container without requiring sshd.

Open a shell

Pin to a replica

Use a different shell

End the session

Type exit or press Ctrl + D.

Use aircloud ssh

For SSH-based access workflows, use aircloud ssh. Read Connect with SSH for image preparation, SSH key registration, and examples.