Add terminal walkthrough assets
This commit is contained in:
parent
be654b5b41
commit
895cb608c0
6 changed files with 153 additions and 0 deletions
50
docs/assets/first-run.tape
Normal file
50
docs/assets/first-run.tape
Normal file
|
|
@ -0,0 +1,50 @@
|
|||
Output docs/assets/first-run.gif
|
||||
|
||||
Require uv
|
||||
|
||||
Set Shell "zsh"
|
||||
Set FontSize 18
|
||||
Set Width 1200
|
||||
Set Height 820
|
||||
Set Theme "Dracula"
|
||||
Set TypingSpeed 35ms
|
||||
Set Padding 24
|
||||
Set WindowBar Colorful
|
||||
|
||||
Hide
|
||||
Type "cd /home/thales/projects/personal/pyro"
|
||||
Enter
|
||||
Type "export UV_CACHE_DIR=.uv-cache"
|
||||
Enter
|
||||
Show
|
||||
|
||||
Type "printf '\\n# Check host support from the repo checkout\\n'"
|
||||
Enter
|
||||
Sleep 800ms
|
||||
Type "uv run pyro doctor"
|
||||
Enter
|
||||
Sleep 2200ms
|
||||
|
||||
Type "printf '\\n# Inspect and pull the default environment\\n'"
|
||||
Enter
|
||||
Sleep 800ms
|
||||
Type "uv run pyro env list"
|
||||
Enter
|
||||
Sleep 1800ms
|
||||
Type "uv run pyro env pull debian:12"
|
||||
Enter
|
||||
Sleep 1800ms
|
||||
|
||||
Type "printf '\\n# Run one command in an isolated guest\\n'"
|
||||
Enter
|
||||
Sleep 800ms
|
||||
Type "uv run pyro run debian:12 -- git --version"
|
||||
Enter
|
||||
Sleep 2200ms
|
||||
|
||||
Type "printf '\\n# Prove the one-shot VM lifecycle demo\\n'"
|
||||
Enter
|
||||
Sleep 800ms
|
||||
Type "uv run pyro demo"
|
||||
Enter
|
||||
Sleep 2600ms
|
||||
Loading…
Add table
Add a link
Reference in a new issue