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/operator-guide/understackctl.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -144,6 +144,21 @@ Walk all YAML files in the cluster directory and update UnderStack container ima
144
144
145
145
-`--no-digest` — Write the tag only, skip the registry digest lookup.
146
146
147
+
#### deploy versions
148
+
149
+
```bash
150
+
understackctl deploy versions
151
+
```
152
+
153
+
List every environment in the deployment repo along with the `understack_ref` and `deploy_ref` from its `deploy.yaml`. Environments without a ref set are shown as `unknown`.
154
+
155
+
```console
156
+
$ understackctl deploy versions
157
+
ENVIRONMENT UNDERSTACK DEPLOY
158
+
cluster-a v0.4.16 HEAD
159
+
cluster-b unknown unknown
160
+
```
161
+
147
162
### device-type
148
163
149
164
Manage hardware device type definitions. Requires `UC_DEPLOY` to be set.
0 commit comments