@@ -53,7 +53,7 @@ EXAMPLE
53
53
$ crank cog:auth MyCog
54
54
```
55
55
56
- _ See code: [ src/commands/cog/auth.ts] ( https://github.com/run-crank/cli/blob/v0.9.2 /src/commands/cog/auth.ts ) _
56
+ _ See code: [ src/commands/cog/auth.ts] ( https://github.com/run-crank/cli/blob/v0.10.0 /src/commands/cog/auth.ts ) _
57
57
58
58
## ` crank cog:install [COGNAME] `
59
59
@@ -77,7 +77,7 @@ EXAMPLE
77
77
$ crank install --source=local
78
78
```
79
79
80
- _ See code: [ src/commands/cog/install.ts] ( https://github.com/run-crank/cli/blob/v0.9.2 /src/commands/cog/install.ts ) _
80
+ _ See code: [ src/commands/cog/install.ts] ( https://github.com/run-crank/cli/blob/v0.10.0 /src/commands/cog/install.ts ) _
81
81
82
82
## ` crank cog:readme [COGNAME] `
83
83
@@ -98,7 +98,7 @@ DESCRIPTION
98
98
<!-- stepDetails -->
99
99
```
100
100
101
- _ See code: [ src/commands/cog/readme.ts] ( https://github.com/run-crank/cli/blob/v0.9.2 /src/commands/cog/readme.ts ) _
101
+ _ See code: [ src/commands/cog/readme.ts] ( https://github.com/run-crank/cli/blob/v0.10.0 /src/commands/cog/readme.ts ) _
102
102
103
103
## ` crank cog:scaffold `
104
104
@@ -130,7 +130,7 @@ EXAMPLE
130
130
$ crank cog:scaffold
131
131
```
132
132
133
- _ See code: [ src/commands/cog/scaffold.ts] ( https://github.com/run-crank/cli/blob/v0.9.2 /src/commands/cog/scaffold.ts ) _
133
+ _ See code: [ src/commands/cog/scaffold.ts] ( https://github.com/run-crank/cli/blob/v0.10.0 /src/commands/cog/scaffold.ts ) _
134
134
135
135
## ` crank cog:step COGNAME `
136
136
@@ -153,7 +153,7 @@ EXAMPLES
153
153
$ crank cog:step MyCog --step=MyStepId
154
154
```
155
155
156
- _ See code: [ src/commands/cog/step.ts] ( https://github.com/run-crank/cli/blob/v0.9.2 /src/commands/cog/step.ts ) _
156
+ _ See code: [ src/commands/cog/step.ts] ( https://github.com/run-crank/cli/blob/v0.10.0 /src/commands/cog/step.ts ) _
157
157
158
158
## ` crank cog:steps COGNAME `
159
159
@@ -172,7 +172,7 @@ EXAMPLE
172
172
$ crank cog:steps MyCog
173
173
```
174
174
175
- _ See code: [ src/commands/cog/steps.ts] ( https://github.com/run-crank/cli/blob/v0.9.2 /src/commands/cog/steps.ts ) _
175
+ _ See code: [ src/commands/cog/steps.ts] ( https://github.com/run-crank/cli/blob/v0.10.0 /src/commands/cog/steps.ts ) _
176
176
177
177
## ` crank cog:uninstall COGNAME `
178
178
@@ -192,7 +192,7 @@ EXAMPLE
192
192
$ crank uninstall automatoninc/my-cog
193
193
```
194
194
195
- _ See code: [ src/commands/cog/uninstall.ts] ( https://github.com/run-crank/cli/blob/v0.9.2 /src/commands/cog/uninstall.ts ) _
195
+ _ See code: [ src/commands/cog/uninstall.ts] ( https://github.com/run-crank/cli/blob/v0.10.0 /src/commands/cog/uninstall.ts ) _
196
196
197
197
## ` crank help [COMMAND] `
198
198
@@ -233,7 +233,7 @@ EXAMPLES
233
233
$ crank registry:cogs --extended --no-truncate
234
234
```
235
235
236
- _ See code: [ src/commands/registry/cogs.ts] ( https://github.com/run-crank/cli/blob/v0.9.2 /src/commands/registry/cogs.ts ) _
236
+ _ See code: [ src/commands/registry/cogs.ts] ( https://github.com/run-crank/cli/blob/v0.10.0 /src/commands/registry/cogs.ts ) _
237
237
238
238
## ` crank registry:rebuild [COGNAME] `
239
239
@@ -251,7 +251,7 @@ EXAMPLES
251
251
$ crank registry:rebuild my-org/my-cog
252
252
```
253
253
254
- _ See code: [ src/commands/registry/rebuild.ts] ( https://github.com/run-crank/cli/blob/v0.9.2 /src/commands/registry/rebuild.ts ) _
254
+ _ See code: [ src/commands/registry/rebuild.ts] ( https://github.com/run-crank/cli/blob/v0.10.0 /src/commands/registry/rebuild.ts ) _
255
255
256
256
## ` crank registry:steps `
257
257
@@ -275,7 +275,7 @@ EXAMPLES
275
275
$ crank registry:steps --extended --no-truncate
276
276
```
277
277
278
- _ See code: [ src/commands/registry/steps.ts] ( https://github.com/run-crank/cli/blob/v0.9.2 /src/commands/registry/steps.ts ) _
278
+ _ See code: [ src/commands/registry/steps.ts] ( https://github.com/run-crank/cli/blob/v0.10.0 /src/commands/registry/steps.ts ) _
279
279
280
280
## ` crank run FILE `
281
281
@@ -300,7 +300,7 @@ EXAMPLES
300
300
$ crank run scenario.crank.yml --token utmSource=Email -t "utmCampaign=Test Campaign"
301
301
```
302
302
303
- _ See code: [ src/commands/run.ts] ( https://github.com/run-crank/cli/blob/v0.9.2 /src/commands/run.ts ) _
303
+ _ See code: [ src/commands/run.ts] ( https://github.com/run-crank/cli/blob/v0.10.0 /src/commands/run.ts ) _
304
304
305
305
## ` crank update [CHANNEL] `
306
306
0 commit comments