Skip to content

Commit 6bd924a

Browse files
committed
Update demo GIF with cleaner CLI examples
Show preflight commands directly without Docker build noise: - Two passing checks (cmd version, env exists) - Two failing checks (version constraint, pattern mismatch)
1 parent 5c7f922 commit 6bd924a

4 files changed

Lines changed: 12 additions & 12 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
88
Stop copying brittle shell scripts and installing a variety of tools for container validation. Preflight is a small, dependency-free binary that handles service readiness, health checks, environment validation, file verification, and more.
99

10-
![demo](demo/demo.gif?v=2)
10+
![demo](demo/cli-demo.gif)
1111

1212
```dockerfile
1313
COPY --from=ghcr.io/vertti/preflight:latest /preflight /usr/local/bin/preflight

demo/cli-demo.gif

96.4 KB
Loading

demo/demo.gif

-645 KB
Binary file not shown.

demo/demo.tape

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
1-
Output demo.gif
1+
Output cli-demo.gif
22
Set Shell bash
33
Set FontSize 16
4-
Set Width 900
5-
Set Height 550
4+
Set Width 800
5+
Set Height 400
66
Set Theme "Catppuccin Mocha"
77
Set Padding 20
88

9-
Type "# Show what we're building"
9+
Type "preflight cmd node --min 18.0"
1010
Enter
11-
Sleep 500ms
11+
Sleep 2s
1212

13-
Type "cat demo/Dockerfile"
13+
Type "preflight env HOME"
1414
Enter
15-
Sleep 4s
15+
Sleep 2s
1616

17-
Type "# Run the build"
17+
Type "preflight cmd node --min 99.0"
1818
Enter
19-
Sleep 500ms
19+
Sleep 2s
2020

21-
Type "docker build --progress=plain -f demo/Dockerfile ."
21+
Type "preflight env HOME --match '^/nonexistent'"
2222
Enter
23-
Sleep 10s
23+
Sleep 5s

0 commit comments

Comments
 (0)