@@ -53,7 +53,7 @@ EXAMPLE
5353 $ crank cog:auth MyCog
5454```
5555
56- _ See code: [ src/commands/cog/auth.ts] ( https://github.com/run-crank/cli/blob/v0.9.1 /src/commands/cog/auth.ts ) _
56+ _ See code: [ src/commands/cog/auth.ts] ( https://github.com/run-crank/cli/blob/v0.9.2 /src/commands/cog/auth.ts ) _
5757
5858## ` crank cog:install [COGNAME] `
5959
@@ -77,7 +77,7 @@ EXAMPLE
7777 $ crank install --source=local
7878```
7979
80- _ See code: [ src/commands/cog/install.ts] ( https://github.com/run-crank/cli/blob/v0.9.1 /src/commands/cog/install.ts ) _
80+ _ See code: [ src/commands/cog/install.ts] ( https://github.com/run-crank/cli/blob/v0.9.2 /src/commands/cog/install.ts ) _
8181
8282## ` crank cog:readme [COGNAME] `
8383
@@ -98,7 +98,7 @@ DESCRIPTION
9898 <!-- stepDetails -->
9999```
100100
101- _ See code: [ src/commands/cog/readme.ts] ( https://github.com/run-crank/cli/blob/v0.9.1 /src/commands/cog/readme.ts ) _
101+ _ See code: [ src/commands/cog/readme.ts] ( https://github.com/run-crank/cli/blob/v0.9.2 /src/commands/cog/readme.ts ) _
102102
103103## ` crank cog:scaffold `
104104
@@ -130,7 +130,7 @@ EXAMPLE
130130 $ crank cog:scaffold
131131```
132132
133- _ See code: [ src/commands/cog/scaffold.ts] ( https://github.com/run-crank/cli/blob/v0.9.1 /src/commands/cog/scaffold.ts ) _
133+ _ See code: [ src/commands/cog/scaffold.ts] ( https://github.com/run-crank/cli/blob/v0.9.2 /src/commands/cog/scaffold.ts ) _
134134
135135## ` crank cog:step COGNAME `
136136
@@ -153,7 +153,7 @@ EXAMPLES
153153 $ crank cog:step MyCog --step=MyStepId
154154```
155155
156- _ See code: [ src/commands/cog/step.ts] ( https://github.com/run-crank/cli/blob/v0.9.1 /src/commands/cog/step.ts ) _
156+ _ See code: [ src/commands/cog/step.ts] ( https://github.com/run-crank/cli/blob/v0.9.2 /src/commands/cog/step.ts ) _
157157
158158## ` crank cog:steps COGNAME `
159159
@@ -172,7 +172,7 @@ EXAMPLE
172172 $ crank cog:steps MyCog
173173```
174174
175- _ See code: [ src/commands/cog/steps.ts] ( https://github.com/run-crank/cli/blob/v0.9.1 /src/commands/cog/steps.ts ) _
175+ _ See code: [ src/commands/cog/steps.ts] ( https://github.com/run-crank/cli/blob/v0.9.2 /src/commands/cog/steps.ts ) _
176176
177177## ` crank cog:uninstall COGNAME `
178178
@@ -192,7 +192,7 @@ EXAMPLE
192192 $ crank uninstall automatoninc/my-cog
193193```
194194
195- _ See code: [ src/commands/cog/uninstall.ts] ( https://github.com/run-crank/cli/blob/v0.9.1 /src/commands/cog/uninstall.ts ) _
195+ _ See code: [ src/commands/cog/uninstall.ts] ( https://github.com/run-crank/cli/blob/v0.9.2 /src/commands/cog/uninstall.ts ) _
196196
197197## ` crank help [COMMAND] `
198198
@@ -233,7 +233,7 @@ EXAMPLES
233233 $ crank registry:cogs --extended --no-truncate
234234```
235235
236- _ See code: [ src/commands/registry/cogs.ts] ( https://github.com/run-crank/cli/blob/v0.9.1 /src/commands/registry/cogs.ts ) _
236+ _ See code: [ src/commands/registry/cogs.ts] ( https://github.com/run-crank/cli/blob/v0.9.2 /src/commands/registry/cogs.ts ) _
237237
238238## ` crank registry:rebuild [COGNAME] `
239239
@@ -251,7 +251,7 @@ EXAMPLES
251251 $ crank registry:rebuild my-org/my-cog
252252```
253253
254- _ See code: [ src/commands/registry/rebuild.ts] ( https://github.com/run-crank/cli/blob/v0.9.1 /src/commands/registry/rebuild.ts ) _
254+ _ See code: [ src/commands/registry/rebuild.ts] ( https://github.com/run-crank/cli/blob/v0.9.2 /src/commands/registry/rebuild.ts ) _
255255
256256## ` crank registry:steps `
257257
@@ -275,7 +275,7 @@ EXAMPLES
275275 $ crank registry:steps --extended --no-truncate
276276```
277277
278- _ See code: [ src/commands/registry/steps.ts] ( https://github.com/run-crank/cli/blob/v0.9.1 /src/commands/registry/steps.ts ) _
278+ _ See code: [ src/commands/registry/steps.ts] ( https://github.com/run-crank/cli/blob/v0.9.2 /src/commands/registry/steps.ts ) _
279279
280280## ` crank run FILE `
281281
@@ -300,7 +300,7 @@ EXAMPLES
300300 $ crank run scenario.crank.yml --token utmSource=Email -t "utmCampaign=Test Campaign"
301301```
302302
303- _ See code: [ src/commands/run.ts] ( https://github.com/run-crank/cli/blob/v0.9.1 /src/commands/run.ts ) _
303+ _ See code: [ src/commands/run.ts] ( https://github.com/run-crank/cli/blob/v0.9.2 /src/commands/run.ts ) _
304304
305305## ` crank update [CHANNEL] `
306306
0 commit comments