Skip to content

Commit

Permalink
0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
iamEAP committed Jun 19, 2020
1 parent 0e85f81 commit 4eba446
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ EXAMPLE
$ crank cog:auth MyCog
```

_See code: [src/commands/cog/auth.ts](https://github.com/run-crank/cli/blob/v0.10.2/src/commands/cog/auth.ts)_
_See code: [src/commands/cog/auth.ts](https://github.com/run-crank/cli/blob/v0.11.0/src/commands/cog/auth.ts)_

## `crank cog:install [COGNAME]`

Expand All @@ -77,7 +77,7 @@ EXAMPLE
$ crank install --source=local
```

_See code: [src/commands/cog/install.ts](https://github.com/run-crank/cli/blob/v0.10.2/src/commands/cog/install.ts)_
_See code: [src/commands/cog/install.ts](https://github.com/run-crank/cli/blob/v0.11.0/src/commands/cog/install.ts)_

## `crank cog:readme [COGNAME]`

Expand All @@ -98,7 +98,7 @@ DESCRIPTION
<!-- stepDetails -->
```

_See code: [src/commands/cog/readme.ts](https://github.com/run-crank/cli/blob/v0.10.2/src/commands/cog/readme.ts)_
_See code: [src/commands/cog/readme.ts](https://github.com/run-crank/cli/blob/v0.11.0/src/commands/cog/readme.ts)_

## `crank cog:scaffold`

Expand Down Expand Up @@ -130,7 +130,7 @@ EXAMPLE
$ crank cog:scaffold
```

_See code: [src/commands/cog/scaffold.ts](https://github.com/run-crank/cli/blob/v0.10.2/src/commands/cog/scaffold.ts)_
_See code: [src/commands/cog/scaffold.ts](https://github.com/run-crank/cli/blob/v0.11.0/src/commands/cog/scaffold.ts)_

## `crank cog:step COGNAME`

Expand All @@ -153,7 +153,7 @@ EXAMPLES
$ crank cog:step MyCog --step=MyStepId
```

_See code: [src/commands/cog/step.ts](https://github.com/run-crank/cli/blob/v0.10.2/src/commands/cog/step.ts)_
_See code: [src/commands/cog/step.ts](https://github.com/run-crank/cli/blob/v0.11.0/src/commands/cog/step.ts)_

## `crank cog:steps COGNAME`

Expand All @@ -172,7 +172,7 @@ EXAMPLE
$ crank cog:steps MyCog
```

_See code: [src/commands/cog/steps.ts](https://github.com/run-crank/cli/blob/v0.10.2/src/commands/cog/steps.ts)_
_See code: [src/commands/cog/steps.ts](https://github.com/run-crank/cli/blob/v0.11.0/src/commands/cog/steps.ts)_

## `crank cog:uninstall COGNAME`

Expand All @@ -192,7 +192,7 @@ EXAMPLE
$ crank uninstall automatoninc/my-cog
```

_See code: [src/commands/cog/uninstall.ts](https://github.com/run-crank/cli/blob/v0.10.2/src/commands/cog/uninstall.ts)_
_See code: [src/commands/cog/uninstall.ts](https://github.com/run-crank/cli/blob/v0.11.0/src/commands/cog/uninstall.ts)_

## `crank help [COMMAND]`

Expand Down Expand Up @@ -233,7 +233,7 @@ EXAMPLES
$ crank registry:cogs --extended --no-truncate
```

_See code: [src/commands/registry/cogs.ts](https://github.com/run-crank/cli/blob/v0.10.2/src/commands/registry/cogs.ts)_
_See code: [src/commands/registry/cogs.ts](https://github.com/run-crank/cli/blob/v0.11.0/src/commands/registry/cogs.ts)_

## `crank registry:rebuild [COGNAME]`

Expand All @@ -251,7 +251,7 @@ EXAMPLES
$ crank registry:rebuild my-org/my-cog
```

_See code: [src/commands/registry/rebuild.ts](https://github.com/run-crank/cli/blob/v0.10.2/src/commands/registry/rebuild.ts)_
_See code: [src/commands/registry/rebuild.ts](https://github.com/run-crank/cli/blob/v0.11.0/src/commands/registry/rebuild.ts)_

## `crank registry:steps`

Expand All @@ -275,7 +275,7 @@ EXAMPLES
$ crank registry:steps --extended --no-truncate
```

_See code: [src/commands/registry/steps.ts](https://github.com/run-crank/cli/blob/v0.10.2/src/commands/registry/steps.ts)_
_See code: [src/commands/registry/steps.ts](https://github.com/run-crank/cli/blob/v0.11.0/src/commands/registry/steps.ts)_

## `crank run FILE`

Expand All @@ -300,7 +300,7 @@ EXAMPLES
$ crank run scenario.crank.yml --token utmSource=Email -t "utmCampaign=Test Campaign"
```

_See code: [src/commands/run.ts](https://github.com/run-crank/cli/blob/v0.10.2/src/commands/run.ts)_
_See code: [src/commands/run.ts](https://github.com/run-crank/cli/blob/v0.11.0/src/commands/run.ts)_

## `crank update [CHANNEL]`

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "crank",
"description": "BDD test automation for integrated SaaS, by Automaton.",
"version": "0.10.2",
"version": "0.11.0",
"author": "Automaton Marketing, Inc",
"bin": {
"crank": "./bin/run"
Expand Down

0 comments on commit 4eba446

Please sign in to comment.