-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmobitag-cli.tape
78 lines (65 loc) · 1.23 KB
/
mobitag-cli.tape
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
# Where should we write the GIF?
Output mobitag-cli.gif
Output mobitag-cli.mp4
Output mobitag-cli.webm
Set Margin 60
Set MarginFill "#6B50FF"
Set BorderRadius 10
# Set up a 1200x600 terminal with 46px font.
Set FontSize 14
Set Width 1200
Set Height 600
# Type a command in the terminal.
Type "# 🙌 Welcome to mobitag cli demo"
Sleep 500ms
# Run the command by pressing enter.
Enter
Enter
Sleep 1s
# Type a command in the terminal
Type "# 📜 Get source code"
Enter
Type "gh repo clone supervinh/mobitag-cli"
Enter
Sleep 4000ms
Type "cd mobitag-cli"
Enter
Sleep 2000ms
Type "ls"
Sleep 200ms
Enter
Sleep 1s
Sleep 200ms
# Run the command by pressing enter.
Enter
Type "# ⚙️ Build the cli"
Enter
Type "task build"
Enter
Sleep 3000ms
Type "clear"
Enter
Type "# 🚀 Enjoy the cli"
Enter
Type "# 📝 Get help"
Enter
Type "./bin/mobitag-cli --help"
Enter
Sleep 2000ms
Type "# 🧪 Test environment"
Enter
Type "./bin/mobitag-cli dryRun"
Enter
Sleep 2000ms
Type "# 📲 Send sms"
Enter
Type `./bin/mobitag-cli send --to ${MOBILIS_NUMBER} --message "Hello World : a mobitag from Go(lang) XD"`
Enter
Sleep 5s
Type "# 📲 That's all folks!"
Enter
Sleep 1s
Type "# 🔖 Stay connected"
Enter
Type "# https://github.com/supervinh/mobitag-cli"
Sleep 3s