Skip to content

Commit a7b74d9

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

19 files changed

Lines changed: 863 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

50.9 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

81.3 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 400
6+
Set Theme "Catppuccin Mocha"
7+
Set Padding 20
8+
9+
Type "stl builds:diagnostics list --build-id build_01jq8g7f3x9kw2m5n4v6b8d0h"
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

271 KB
Loading

assets/demo.tape

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
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 --org acme-corp --project acme-api --openapi-spec .stainless/openapi.json"
21+
Sleep 500ms
22+
Enter
23+
Sleep 2s
24+
25+
# Accept stainless config path default
26+
Enter
27+
Sleep 2s
28+
29+
# Accept target output paths (one Enter per target field to advance, form submits after last)
30+
Enter
31+
Sleep 500ms
32+
Enter
33+
Sleep 500ms
34+
Enter
35+
Sleep 500ms
36+
Enter
37+
Sleep 5s
38+
39+
# Preview
40+
Type "stl preview --project acme-api --oas .stainless/openapi.json --config .stainless/stainless.yml"
41+
Sleep 500ms
42+
Enter
43+
Sleep 10s
44+
Ctrl+C
45+
Sleep 1s

assets/preview.gif

136 KB
Loading

0 commit comments

Comments
 (0)