You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/reference/terrariumctl.md
+56Lines changed: 56 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,9 @@
9
9
|`terrariumctl install`| optional flags, see below | interactive mode | Installs or bootstraps Terrarium on the current host, including preflight verification for external OIDC and S3 when enabled. |
10
10
|`terrariumctl status`| none | n/a | Shows Terrarium service status, management endpoints, IDP mode, admin group, and the oauth2-proxy state. |
11
11
|`terrariumctl launch`| required: image and instance name; optional provisioning flags | normal LXD launch with optional generated cloud-init | Launches an LXD container, optionally applying resource limits, generated Ansible/Docker Compose provisioning, and a Terrarium `user.proxy` label. |
12
+
|`terrariumctl image create`| required: instance and image alias; optional: `--snapshot`, `--live`, `--reuse`| creates a temporary snapshot and sanitized image | Publishes a reusable golden LXD image from a container or snapshot without carrying published-route proxy config into the image. |
13
+
|`terrariumctl image launch`| required: image alias and new instance name; optional launch flags | same as `terrariumctl launch`| Launches a new container from a Terrarium golden image. |
14
+
|`terrariumctl image list/delete`| optional image alias for delete | n/a | Lists or removes local LXD images. |
12
15
|`terrariumctl exec`| required: instance name; optional command after `--`, `--root`, `--user`|`terrarium` login shell | Opens a shell or runs a command inside a container as the non-root `terrarium` user by default. |
13
16
|`terrariumctl backup list`| none | n/a | Lists local ZFS snapshots and, when enabled, S3 manifests. |
14
17
|`terrariumctl backup export`| none | n/a | Uploads the current incremental ZFS backup chain to configured S3 storage. |
0 commit comments