Skip to content

Commit e8d6426

Browse files
committed
[wip]
1 parent 030d036 commit e8d6426

19 files changed

Lines changed: 873 additions & 40 deletions

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ dist/
44
*.exe
55
/completions
66
/result
7+
/demo-server

assets/auth-login.gif

51.1 KB
Loading

assets/auth-login.tape

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
Output assets/auth-login.gif
2+
Set Shell "bash"
3+
Set FontSize 14
4+
Set Width 900
5+
Set Height 300
6+
Set Theme "Catppuccin Mocha"
7+
Set Padding 20
8+
9+
Type "stl auth login"
10+
Sleep 500ms
11+
Enter
12+
Sleep 2s
13+
14+
# Accept "Open browser?" confirm
15+
Enter
16+
Sleep 3s
17+
18+
Sleep 1s

assets/build:diagnostics-list.gif

125 KB
Loading

assets/build:diagnostics-list.tape

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
Output "assets/build:diagnostics-list.gif"
2+
Set Shell "bash"
3+
Set FontSize 14
4+
Set Width 1200
5+
Set Height 600
6+
Set Theme "Catppuccin Mocha"
7+
Set Padding 20
8+
9+
Type "stl builds:diagnostics list --build-id bui_0cmmtsksxj000425s640c55yf1"
10+
Sleep 500ms
11+
Enter
12+
Sleep 3s
13+
14+
Sleep 1s

assets/builds-list.gif

100 KB
Loading

assets/builds-list.tape

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
Output assets/builds-list.gif
2+
Set Shell "bash"
3+
Set FontSize 14
4+
Set Width 1200
5+
Set Height 800
6+
Set Theme "Catppuccin Mocha"
7+
Set Padding 20
8+
9+
Type "stl builds list --project acme-api --max-items 3"
10+
Sleep 500ms
11+
Enter
12+
Sleep 3s
13+
14+
Sleep 1s

assets/demo.gif

161 KB
Loading

assets/demo.tape

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
Output assets/demo.gif
2+
Set Shell "bash"
3+
Set FontSize 14
4+
Set Width 1200
5+
Set Height 800
6+
Set Theme "Catppuccin Mocha"
7+
Set Padding 20
8+
9+
# Auth login
10+
Type "stl auth login"
11+
Sleep 500ms
12+
Enter
13+
Sleep 2s
14+
15+
# Accept "Open browser?" confirm
16+
Enter
17+
Sleep 3s
18+
19+
# Init
20+
Type "stl init"
21+
Sleep 500ms
22+
Enter
23+
Sleep 2s
24+
25+
# Select project (acme-api is listed, press Enter to accept)
26+
Enter
27+
Sleep 2s
28+
29+
# Accept stainless config path default
30+
Enter
31+
Sleep 2s
32+
33+
# Accept target output paths (one Enter per target field to advance, form submits after last)
34+
Enter
35+
Sleep 500ms
36+
Enter
37+
Sleep 500ms
38+
Enter
39+
Sleep 500ms
40+
Enter
41+
Sleep 5s
42+
43+
# Preview
44+
Type "stl preview --project acme-api --oas .stainless/openapi.json --config .stainless/stainless.yml"
45+
Sleep 500ms
46+
Enter
47+
Sleep 10s
48+
Ctrl+C
49+
Sleep 1s

assets/preview.gif

177 KB
Loading

0 commit comments

Comments
 (0)