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/more/debugging.md
+18-18Lines changed: 18 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,14 +12,14 @@ The renderer opens a fullscreen pager in TTY (press `q` to quit, `↑`/`↓`/`Pg
12
12
13
13
Render the manifest with environment variable interpolation applied. Any missing `${VAR}` will be replaced with an empty string and reported as a warning.
14
14
15
-
```bash
15
+
```bash [shell ~vscode-icons:file-type-shell~]
16
16
# From the directory containing your manifest
17
-
dockform manifest render
17
+
$ dockform manifest render
18
18
19
19
# Or specify a path (file or directory); discovery order:
-**TTY behavior**: Opens a fullscreen pager with highlighted YAML, line numbers, and a relative file title (e.g., File: apps/web/docker-compose.yml). If multiple files are merged, the title shows a suffix like (+N).
0 commit comments