@@ -36,7 +36,7 @@ $ npm install -g tape-cli
36
36
$ tape COMMAND
37
37
running command...
38
38
$ tape (-v| --version| version)
39
- tape-cli/0.12.1-0 linux -x64 node-v12.16.1
39
+ tape-cli/0.12.1 darwin -x64 node-v14.5.0
40
40
$ tape --help [COMMAND]
41
41
USAGE
42
42
$ tape COMMAND
@@ -74,7 +74,7 @@ EXAMPLE
74
74
$ tape config
75
75
```
76
76
77
- _ See code: [ src/commands/config.ts] ( https://github.com/edamameldn/tape-cli/blob/v0.12.1-0 /src/commands/config.ts ) _
77
+ _ See code: [ src/commands/config.ts] ( https://github.com/edamameldn/tape-cli/blob/v0.12.1/src/commands/config.ts ) _
78
78
79
79
## ` tape devices `
80
80
@@ -97,7 +97,7 @@ EXAMPLE
97
97
$ tape devices
98
98
```
99
99
100
- _ See code: [ src/commands/devices.ts] ( https://github.com/edamameldn/tape-cli/blob/v0.12.1-0 /src/commands/devices.ts ) _
100
+ _ See code: [ src/commands/devices.ts] ( https://github.com/edamameldn/tape-cli/blob/v0.12.1/src/commands/devices.ts ) _
101
101
102
102
## ` tape gif `
103
103
@@ -124,7 +124,7 @@ EXAMPLE
124
124
🎬 Recording started. Press SPACE to save or ESC to abort.
125
125
```
126
126
127
- _ See code: [ src/commands/gif.ts] ( https://github.com/edamameldn/tape-cli/blob/v0.12.1-0 /src/commands/gif.ts ) _
127
+ _ See code: [ src/commands/gif.ts] ( https://github.com/edamameldn/tape-cli/blob/v0.12.1/src/commands/gif.ts ) _
128
128
129
129
## ` tape help [COMMAND] `
130
130
@@ -169,7 +169,7 @@ EXAMPLE
169
169
https://example.com/image.png
170
170
```
171
171
172
- _ See code: [ src/commands/image.ts] ( https://github.com/edamameldn/tape-cli/blob/v0.12.1-0 /src/commands/image.ts ) _
172
+ _ See code: [ src/commands/image.ts] ( https://github.com/edamameldn/tape-cli/blob/v0.12.1/src/commands/image.ts ) _
173
173
174
174
## ` tape login `
175
175
@@ -187,7 +187,7 @@ EXAMPLE
187
187
$ tape login
188
188
```
189
189
190
- _ See code: [ src/commands/login.ts] ( https://github.com/edamameldn/tape-cli/blob/v0.12.1-0 /src/commands/login.ts ) _
190
+ _ See code: [ src/commands/login.ts] ( https://github.com/edamameldn/tape-cli/blob/v0.12.1/src/commands/login.ts ) _
191
191
192
192
## ` tape upgrade `
193
193
@@ -202,7 +202,7 @@ OPTIONS
202
202
-p, --plan=Pro Plan name to upgrade to
203
203
```
204
204
205
- _ See code: [ src/commands/upgrade.ts] ( https://github.com/edamameldn/tape-cli/blob/v0.12.1-0 /src/commands/upgrade.ts ) _
205
+ _ See code: [ src/commands/upgrade.ts] ( https://github.com/edamameldn/tape-cli/blob/v0.12.1/src/commands/upgrade.ts ) _
206
206
207
207
## ` tape video `
208
208
@@ -231,7 +231,7 @@ EXAMPLE
231
231
🎬 Recording started. Press SPACE to save or ESC to abort.
232
232
```
233
233
234
- _ See code: [ src/commands/video.ts] ( https://github.com/edamameldn/tape-cli/blob/v0.12.1-0 /src/commands/video.ts ) _
234
+ _ See code: [ src/commands/video.ts] ( https://github.com/edamameldn/tape-cli/blob/v0.12.1/src/commands/video.ts ) _
235
235
<!-- commandsstop -->
236
236
237
237
### License
0 commit comments