Skip to content

Commit 606e8c4

Browse files
committed
fix: organize VHS output in img/ subdirectory
- Move generated GIFs to vhs/img/ to avoid redundant paths - Update all tape files to output to img/ directory - Update README path to vhs/img/quick-start.gif - Remove redundant demo.tape file - Update generate-demos.sh to check img/ directory
1 parent 4f74ca9 commit 606e8c4

File tree

9 files changed

+8
-179
lines changed

9 files changed

+8
-179
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
A unified command-line interface for managing Redis Cloud and Redis Enterprise deployments through their REST APIs.
99

10-
![Quick Start Demo](vhs/quick-start.gif)
10+
![Quick Start Demo](vhs/img/quick-start.gif)
1111

1212
## Features
1313

vhs/async-operations.tape

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Async Operations Demo - Tracking long-running operations
22

3-
Output vhs/async-operations.gif
3+
Output img/async-operations.gif
44
Set FontSize 16
55
Set Width 1200
66
Set Height 700

vhs/cloud-demo.tape

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Redis Cloud Demo - Managing Redis Cloud resources
22

3-
Output vhs/cloud-demo.gif
3+
Output img/cloud-demo.gif
44
Set FontSize 16
55
Set Width 1200
66
Set Height 700

vhs/demo.tape

Lines changed: 0 additions & 171 deletions
This file was deleted.

vhs/enterprise-demo.tape

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Redis Enterprise Demo - Working with Redis Enterprise clusters
22

3-
Output vhs/enterprise-demo.gif
3+
Output img/enterprise-demo.gif
44
Set FontSize 16
55
Set Width 1200
66
Set Height 700

vhs/generate-demos.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,11 @@ echo
7373
echo -e "${GREEN}✨ Demo generation complete!${NC}"
7474
echo
7575
echo "Generated files:"
76-
ls -lh *.gif 2>/dev/null || echo "No GIF files generated"
76+
ls -lh img/*.gif 2>/dev/null || echo "No GIF files generated"
7777

7878
echo
7979
echo "To view a demo:"
80-
echo " open vhs/quick-start.gif"
80+
echo " open vhs/img/quick-start.gif"
8181
echo
8282
echo "To create a new demo:"
8383
echo " 1. Create a new .tape file"

vhs/profile-management.tape

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Profile Management Demo - Managing authentication profiles
22

3-
Output vhs/profile-management.gif
3+
Output img/profile-management.gif
44
Set FontSize 16
55
Set Width 1100
66
Set Height 650

vhs/quick-start.tape

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Quick Start Demo - Getting started with redisctl
22

3-
Output vhs/quick-start.gif
3+
Output img/quick-start.gif
44
Set FontSize 16
55
Set Width 1000
66
Set Height 600

0 commit comments

Comments
 (0)