Skip to content

Commit

Permalink
Update the demo GIF via demo.tape
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuru committed Feb 6, 2025
1 parent f2f6c4d commit 231c2fb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/vhs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ jobs:
echo "BANNER_MARK=🚀" >> ${ENV_FILE}
echo "ASSUME_ROLE_INACTIVE_MARK= " >> ${ENV_FILE}
echo "PROMPT_HOST_MARK=(demo)" >> ${ENV_FILE}
mkdir -p "$HOME/.geodesic"
cat > "$HOME/.geodesic/preferences" <<-'EOF'
mkdir -p "$HOME/.geodesic/defaults"
cat > "$HOME/.geodesic/defaults/preferences" <<-'EOF'
function demo-tofu-version() {
printf '\nTofu Version as of when we recorded this demo:\n'
Expand Down
5 changes: 3 additions & 2 deletions demo.tape
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,13 @@ Set PlaybackSpeed 1

Set Shell bash

Type "# After having run `make all`, simply run `make run` (or `geodesic`) to enter the interactive shell" Enter
Type "# After having run `DOCKER_BASE_TAG=latest make install`," Enter
Type "# simply run `make run` (or `geodesic`) to enter the interactive shell" Enter
Sleep 500ms

Type "geodesic" Enter

Sleep 4s
Sleep 7s

Type "# Open Tofu is pre-installed:" Enter
Type "demo-tofu-version" Enter
Expand Down

0 comments on commit 231c2fb

Please sign in to comment.