forked from transferia/transferia
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathdemo.tape
More file actions
39 lines (23 loc) · 710 Bytes
/
demo.tape
File metadata and controls
39 lines (23 loc) · 710 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
Output demo.gif
Require echo
Require trcli
Set Shell "bash"
Set FontSize 15
Set Width 1200
Set Height 800
Hide
Type "tput rmam && bat transfer.yaml" Enter
Show
Sleep 5s
Type "trcli validate --transfer transfer.yaml --log-config=minimal" Sleep 500ms Enter
Sleep 2s
Type "trcli check --transfer transfer.yaml --log-config=minimal" Sleep 500ms Enter
Sleep 5s
Type "trcli activate --transfer transfer.yaml --log-config=minimal" Sleep 500ms Enter
Sleep 5s
Type "clickhouse-client --host localhost --port 9000 --user default --password 'ch_password'" Enter
Sleep 1s
Type "select * from personas;" Sleep 500ms Enter
Sleep 10s
Type "echo 'all my favorite dudes in clickhouse now! <3'"
Sleep 10s