From 9284c3e33d9115fb83ef70d04ac494e1f98ca6f9 Mon Sep 17 00:00:00 2001 From: kevin olson Date: Mon, 22 Aug 2022 12:08:55 -0500 Subject: [PATCH] 0.2.13 --- README.md | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index d6cee82..d24ce25 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ $ npm install -g fume-cli $ fume COMMAND running command... $ fume (--version) -fume-cli/0.2.12 darwin-arm64 node-v16.13.1 +fume-cli/0.2.13 darwin-arm64 node-v16.13.1 $ fume --help [COMMAND] USAGE $ fume COMMAND @@ -63,7 +63,7 @@ ALIASES $ fume login ``` -_See code: [dist/commands/auth/login.ts](https://github.com/fumeapp/fume-cli/blob/v0.2.12/dist/commands/auth/login.ts)_ +_See code: [dist/commands/auth/login.ts](https://github.com/fumeapp/fume-cli/blob/v0.2.13/dist/commands/auth/login.ts)_ ## `fume auth:logout` @@ -80,7 +80,7 @@ ALIASES $ fume logout ``` -_See code: [dist/commands/auth/logout.ts](https://github.com/fumeapp/fume-cli/blob/v0.2.12/dist/commands/auth/logout.ts)_ +_See code: [dist/commands/auth/logout.ts](https://github.com/fumeapp/fume-cli/blob/v0.2.13/dist/commands/auth/logout.ts)_ ## `fume auth:status` @@ -97,7 +97,7 @@ ALIASES $ fume status ``` -_See code: [dist/commands/auth/status.ts](https://github.com/fumeapp/fume-cli/blob/v0.2.12/dist/commands/auth/status.ts)_ +_See code: [dist/commands/auth/status.ts](https://github.com/fumeapp/fume-cli/blob/v0.2.13/dist/commands/auth/status.ts)_ ## `fume config` @@ -114,7 +114,7 @@ DESCRIPTION Generate a fume.yml config ``` -_See code: [dist/commands/config.ts](https://github.com/fumeapp/fume-cli/blob/v0.2.12/dist/commands/config.ts)_ +_See code: [dist/commands/config.ts](https://github.com/fumeapp/fume-cli/blob/v0.2.13/dist/commands/config.ts)_ ## `fume deploy [ENVIRONMENT]` @@ -137,7 +137,7 @@ EXAMPLES $ fume deploy staging ``` -_See code: [dist/commands/deploy.ts](https://github.com/fumeapp/fume-cli/blob/v0.2.12/dist/commands/deploy.ts)_ +_See code: [dist/commands/deploy.ts](https://github.com/fumeapp/fume-cli/blob/v0.2.13/dist/commands/deploy.ts)_ ## `fume help [COMMAND]` diff --git a/package.json b/package.json index eb17d34..ac1088e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "fume-cli", "description": "fume command line interface", - "version": "0.2.12", + "version": "0.2.13", "author": "acidjazz @acidjazz", "bin": { "fume": "bin/run"