From b7eeb4bf7e91722213a4230d86c26984f81792ab Mon Sep 17 00:00:00 2001 From: Eric Peterson Date: Tue, 11 Feb 2020 12:27:46 -0800 Subject: [PATCH] 0.9.2 --- README.md | 22 +++++++++++----------- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 2a2e5f8..e6ad7de 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ EXAMPLE $ crank cog:auth MyCog ``` -_See code: [src/commands/cog/auth.ts](https://github.com/run-crank/cli/blob/v0.9.1/src/commands/cog/auth.ts)_ +_See code: [src/commands/cog/auth.ts](https://github.com/run-crank/cli/blob/v0.9.2/src/commands/cog/auth.ts)_ ## `crank cog:install [COGNAME]` @@ -77,7 +77,7 @@ EXAMPLE $ crank install --source=local ``` -_See code: [src/commands/cog/install.ts](https://github.com/run-crank/cli/blob/v0.9.1/src/commands/cog/install.ts)_ +_See code: [src/commands/cog/install.ts](https://github.com/run-crank/cli/blob/v0.9.2/src/commands/cog/install.ts)_ ## `crank cog:readme [COGNAME]` @@ -98,7 +98,7 @@ DESCRIPTION ``` -_See code: [src/commands/cog/readme.ts](https://github.com/run-crank/cli/blob/v0.9.1/src/commands/cog/readme.ts)_ +_See code: [src/commands/cog/readme.ts](https://github.com/run-crank/cli/blob/v0.9.2/src/commands/cog/readme.ts)_ ## `crank cog:scaffold` @@ -130,7 +130,7 @@ EXAMPLE $ crank cog:scaffold ``` -_See code: [src/commands/cog/scaffold.ts](https://github.com/run-crank/cli/blob/v0.9.1/src/commands/cog/scaffold.ts)_ +_See code: [src/commands/cog/scaffold.ts](https://github.com/run-crank/cli/blob/v0.9.2/src/commands/cog/scaffold.ts)_ ## `crank cog:step COGNAME` @@ -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.9.1/src/commands/cog/step.ts)_ +_See code: [src/commands/cog/step.ts](https://github.com/run-crank/cli/blob/v0.9.2/src/commands/cog/step.ts)_ ## `crank cog:steps COGNAME` @@ -172,7 +172,7 @@ EXAMPLE $ crank cog:steps MyCog ``` -_See code: [src/commands/cog/steps.ts](https://github.com/run-crank/cli/blob/v0.9.1/src/commands/cog/steps.ts)_ +_See code: [src/commands/cog/steps.ts](https://github.com/run-crank/cli/blob/v0.9.2/src/commands/cog/steps.ts)_ ## `crank cog:uninstall COGNAME` @@ -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.9.1/src/commands/cog/uninstall.ts)_ +_See code: [src/commands/cog/uninstall.ts](https://github.com/run-crank/cli/blob/v0.9.2/src/commands/cog/uninstall.ts)_ ## `crank help [COMMAND]` @@ -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.9.1/src/commands/registry/cogs.ts)_ +_See code: [src/commands/registry/cogs.ts](https://github.com/run-crank/cli/blob/v0.9.2/src/commands/registry/cogs.ts)_ ## `crank registry:rebuild [COGNAME]` @@ -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.9.1/src/commands/registry/rebuild.ts)_ +_See code: [src/commands/registry/rebuild.ts](https://github.com/run-crank/cli/blob/v0.9.2/src/commands/registry/rebuild.ts)_ ## `crank registry:steps` @@ -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.9.1/src/commands/registry/steps.ts)_ +_See code: [src/commands/registry/steps.ts](https://github.com/run-crank/cli/blob/v0.9.2/src/commands/registry/steps.ts)_ ## `crank run FILE` @@ -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.9.1/src/commands/run.ts)_ +_See code: [src/commands/run.ts](https://github.com/run-crank/cli/blob/v0.9.2/src/commands/run.ts)_ ## `crank update [CHANNEL]` diff --git a/package-lock.json b/package-lock.json index 2fd1e78..538795c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "crank", - "version": "0.9.1", + "version": "0.9.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 2e34286..c2f3482 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "crank", "description": "BDD test automation for integrated SaaS, by Automaton.", - "version": "0.9.1", + "version": "0.9.2", "author": "Automaton Marketing, Inc", "bin": { "crank": "./bin/run"