Skip to content

Commit 7bd54cf

Browse files
committed
chore: fix vhs tapes missing venv activation in bash shell
1 parent cc592e1 commit 7bd54cf

14 files changed

Lines changed: 28 additions & 0 deletions

docs/vhs/advanced-features.gif

1.73 MB
Loading

docs/vhs/advanced-features.tape

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ Type "# StructKit Advanced Features Demo"
1111
Enter
1212
Sleep 1s
1313

14+
Type "source .venv/bin/activate"
15+
Enter
16+
Sleep 500ms
17+
1418
Type "# Generate schema for VSCode autocompletion"
1519
Enter
1620
Type "mkdir -p .vscode"

docs/vhs/basic-usage.tape

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ Type "# StructKit - Basic Usage Demo"
1010
Enter
1111
Sleep 1s
1212

13+
Type "source .venv/bin/activate"
14+
Enter
15+
Sleep 500ms
16+
1317
Type "# First, let's see what structures are available"
1418
Enter
1519
Sleep 500ms

docs/vhs/mappings-demo.gif

329 KB
Loading

docs/vhs/mappings-demo.tape

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ Type "# StructKit Mappings Demo"
1111
Enter
1212
Sleep 1s
1313

14+
Type "source .venv/bin/activate"
15+
Enter
16+
Sleep 500ms
17+
1418
Type "# Create a simple mapping file with team data"
1519
Enter
1620
Type "cat > team-mapping.yaml << EOF"

docs/vhs/multiple-mappings.gif

497 KB
Loading

docs/vhs/multiple-mappings.tape

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ Type "# StructKit Multiple Mappings Demo"
1111
Enter
1212
Sleep 1s
1313

14+
Type "source .venv/bin/activate"
15+
Enter
16+
Sleep 500ms
17+
1418
Type "# Create company info mapping"
1519
Enter
1620
Type "cat > company-info.yaml << EOF"

docs/vhs/remote-content.gif

818 KB
Loading

docs/vhs/remote-content.tape

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ Type "# StructKit Remote Content Demo"
1111
Enter
1212
Sleep 1s
1313

14+
Type "source .venv/bin/activate"
15+
Enter
16+
Sleep 500ms
17+
1418
Type "# Create configuration with remote files"
1519
Enter
1620
Type "cat > remote-example.yaml << EOF"

docs/vhs/schema-generation.gif

1.48 MB
Loading

0 commit comments

Comments
 (0)