From d1ae0cf15ad410c702cde546f1249bd058374153 Mon Sep 17 00:00:00 2001 From: Kevin Olson Date: Wed, 25 Nov 2020 23:51:36 -0600 Subject: [PATCH] 0.0.24 --- README.md | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index d4a63fb..4823a24 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.23 darwin-x64 node-v13.14.0 +fume-cli/0.0.24 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.23/src/commands/auth/login.ts)_ +_See code: [src/commands/auth/login.ts](https://github.com/fumeapp/fume-cli/blob/v0.0.24/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.23/src/commands/auth/logout.ts)_ +_See code: [src/commands/auth/logout.ts](https://github.com/fumeapp/fume-cli/blob/v0.0.24/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.23/src/commands/auth/status.ts)_ +_See code: [src/commands/auth/status.ts](https://github.com/fumeapp/fume-cli/blob/v0.0.24/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.23/src/commands/config.ts)_ +_See code: [src/commands/config.ts](https://github.com/fumeapp/fume-cli/blob/v0.0.24/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.23/src/commands/deploy.ts)_ +_See code: [src/commands/deploy.ts](https://github.com/fumeapp/fume-cli/blob/v0.0.24/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.23/src/commands/purge.ts)_ +_See code: [src/commands/purge.ts](https://github.com/fumeapp/fume-cli/blob/v0.0.24/src/commands/purge.ts)_ diff --git a/package.json b/package.json index d2ff133..bef3ff2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "fume-cli", "description": "fume command line interface", - "version": "0.0.23", + "version": "0.0.24", "author": "acidjazz @acidjazz", "bin": { "fume": "./bin/run"