We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9fa55d commit 0d1fba2Copy full SHA for 0d1fba2
1 file changed
docs/OPSM-API.adoc
@@ -38,6 +38,15 @@ payloads that evaluate to a JSON object, for example:
38
* `POST /smart/plan` -> `{ "tokens": [...] }` or `{ "command": "opsm install ..." }`
39
* `POST /smart/apply` -> executes plan (no dry-run)
40
41
+== Backend Environment Variables
42
+
43
+Some backends require extra context:
44
45
+* `OPSM_TOOLBOX_NAME` (default: `default`)
46
+* `OPSM_DISTROBOX_NAME` (required for distrobox backend)
47
+* `OPSM_CONTAINER_IMAGE` (required for container backend)
48
+* `OPSM_CONTAINER_CMD` (optional; default `dnf install -y`)
49
50
== Response Formats
51
52
`/smart/plan` returns a grouped plan plus backend availability:
0 commit comments