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
|`--work-dir DIR`| Working directory for builds (overrides config). This directory is where images are constructed before being finalized. |
146
146
|`--verbose, -v`| Enable verbose output (equivalent to --log-level debug). Displays detailed information about each step of the build process. |
147
-
|`--dotfile, -f FILE`| Generate a dot file for the merged template dependency graph (user + defaults with resolved packages). Nodes are color-coded: essentials (pale yellow), template packages (green), kernel (blue), bootloader (orange). |
147
+
|`--dotfile, -f FILE`| Generate a dot file for the merged template dependency graph (user + defaults with resolved packages). |
148
148
|`--system-packages-only`| When paired with `--dotfile`, limit the dependency graph to roots defined in `SystemConfig.Packages`. Dependencies pulled in by those roots still appear, but essentials/kernel/bootloader packages aren't drawn unless required by a system package. |
Copy file name to clipboardExpand all lines: docs/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -220,7 +220,7 @@ Flags:
220
220
-`--cache-dir, -d`: Package cache directory (overrides the configuration file)
221
221
-`--work-dir`: Working directory for builds (overrides the configuration file)
222
222
-`--verbose, -v`: Enable verbose output
223
-
-`--dotfile, -f`: Generate a dependency graph for the merged template as a dot file (color legend: essential = pale yellow, user packages = green, kernel = blue, bootloader = orange)
223
+
-`--dotfile, -f`: Generate a dependency graph for the merged template as a dot file
224
224
-`--system-packages-only`: Use together with `--dotfile` to keep only `SystemConfig.Packages` roots in the graph (dependencies still appear if required)
225
225
-`--config`: Path to the configuration file
226
226
-`--log-level`: Log level (debug, info, warn, and error)
0 commit comments