From 72643374076c6c41adcec1154ee9d9c18180b1d3 Mon Sep 17 00:00:00 2001 From: Kevin Olson Date: Thu, 26 Nov 2020 00:57:28 -0600 Subject: [PATCH] 0.0.27 --- README.md | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index ed927ec..f71c5c5 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ $ npm install -g fume-cli $ fume COMMAND running command... $ fume (-v|--version|version) -fume-cli/0.0.26 darwin-x64 node-v14.15.1 +fume-cli/0.0.27 darwin-x64 node-v14.15.1 $ fume --help [COMMAND] USAGE $ fume COMMAND @@ -46,7 +46,7 @@ USAGE $ fume auth:login ``` -_See code: [src/commands/auth/login.ts](https://github.com/fumeapp/fume-cli/blob/v0.0.26/src/commands/auth/login.ts)_ +_See code: [src/commands/auth/login.ts](https://github.com/fumeapp/fume-cli/blob/v0.0.27/src/commands/auth/login.ts)_ ## `fume auth:logout` @@ -57,7 +57,7 @@ USAGE $ fume auth:logout ``` -_See code: [src/commands/auth/logout.ts](https://github.com/fumeapp/fume-cli/blob/v0.0.26/src/commands/auth/logout.ts)_ +_See code: [src/commands/auth/logout.ts](https://github.com/fumeapp/fume-cli/blob/v0.0.27/src/commands/auth/logout.ts)_ ## `fume auth:status` @@ -68,7 +68,7 @@ USAGE $ fume auth:status ``` -_See code: [src/commands/auth/status.ts](https://github.com/fumeapp/fume-cli/blob/v0.0.26/src/commands/auth/status.ts)_ +_See code: [src/commands/auth/status.ts](https://github.com/fumeapp/fume-cli/blob/v0.0.27/src/commands/auth/status.ts)_ ## `fume config` @@ -82,7 +82,7 @@ OPTIONS -h, --help show CLI help ``` -_See code: [src/commands/config.ts](https://github.com/fumeapp/fume-cli/blob/v0.0.26/src/commands/config.ts)_ +_See code: [src/commands/config.ts](https://github.com/fumeapp/fume-cli/blob/v0.0.27/src/commands/config.ts)_ ## `fume deploy ENVIRONMENT` @@ -96,7 +96,7 @@ EXAMPLE $ fume deploy staging ``` -_See code: [src/commands/deploy.ts](https://github.com/fumeapp/fume-cli/blob/v0.0.26/src/commands/deploy.ts)_ +_See code: [src/commands/deploy.ts](https://github.com/fumeapp/fume-cli/blob/v0.0.27/src/commands/deploy.ts)_ ## `fume help [COMMAND]` @@ -127,5 +127,5 @@ EXAMPLE $ fume purge staging ``` -_See code: [src/commands/purge.ts](https://github.com/fumeapp/fume-cli/blob/v0.0.26/src/commands/purge.ts)_ +_See code: [src/commands/purge.ts](https://github.com/fumeapp/fume-cli/blob/v0.0.27/src/commands/purge.ts)_ diff --git a/package.json b/package.json index 696edeb..51dae47 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "fume-cli", "description": "fume command line interface", - "version": "0.0.26", + "version": "0.0.27", "author": "acidjazz @acidjazz", "bin": { "fume": "./bin/run"