Skip to content

Commit cf02ad2

Browse files
committed
0.9.0
1 parent 9382179 commit cf02ad2

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -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.8.4/src/commands/cog/auth.ts)_
56+
_See code: [src/commands/cog/auth.ts](https://github.com/run-crank/cli/blob/v0.9.0/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.8.4/src/commands/cog/install.ts)_
80+
_See code: [src/commands/cog/install.ts](https://github.com/run-crank/cli/blob/v0.9.0/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.8.4/src/commands/cog/readme.ts)_
101+
_See code: [src/commands/cog/readme.ts](https://github.com/run-crank/cli/blob/v0.9.0/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.8.4/src/commands/cog/scaffold.ts)_
133+
_See code: [src/commands/cog/scaffold.ts](https://github.com/run-crank/cli/blob/v0.9.0/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.8.4/src/commands/cog/step.ts)_
156+
_See code: [src/commands/cog/step.ts](https://github.com/run-crank/cli/blob/v0.9.0/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.8.4/src/commands/cog/steps.ts)_
175+
_See code: [src/commands/cog/steps.ts](https://github.com/run-crank/cli/blob/v0.9.0/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.8.4/src/commands/cog/uninstall.ts)_
195+
_See code: [src/commands/cog/uninstall.ts](https://github.com/run-crank/cli/blob/v0.9.0/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.8.4/src/commands/registry/cogs.ts)_
236+
_See code: [src/commands/registry/cogs.ts](https://github.com/run-crank/cli/blob/v0.9.0/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.8.4/src/commands/registry/rebuild.ts)_
254+
_See code: [src/commands/registry/rebuild.ts](https://github.com/run-crank/cli/blob/v0.9.0/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.8.4/src/commands/registry/steps.ts)_
278+
_See code: [src/commands/registry/steps.ts](https://github.com/run-crank/cli/blob/v0.9.0/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.8.4/src/commands/run.ts)_
303+
_See code: [src/commands/run.ts](https://github.com/run-crank/cli/blob/v0.9.0/src/commands/run.ts)_
304304

305305
## `crank update [CHANNEL]`
306306

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "crank",
33
"description": "BDD test automation for integrated SaaS, by Automaton.",
4-
"version": "0.8.4",
4+
"version": "0.9.0",
55
"author": "Automaton Marketing, Inc",
66
"bin": {
77
"crank": "./bin/run"

0 commit comments

Comments
 (0)