diff --git a/README.md b/README.md index 2610d9f..1280181 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.11 darwin-arm64 node-v16.16.0 +fume-cli/0.2.12 darwin-arm64 node-v16.16.0 $ 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.11/dist/commands/auth/login.ts)_ +_See code: [dist/commands/auth/login.ts](https://github.com/fumeapp/fume-cli/blob/v0.2.12/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.11/dist/commands/auth/logout.ts)_ +_See code: [dist/commands/auth/logout.ts](https://github.com/fumeapp/fume-cli/blob/v0.2.12/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.11/dist/commands/auth/status.ts)_ +_See code: [dist/commands/auth/status.ts](https://github.com/fumeapp/fume-cli/blob/v0.2.12/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.11/dist/commands/config.ts)_ +_See code: [dist/commands/config.ts](https://github.com/fumeapp/fume-cli/blob/v0.2.12/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.11/dist/commands/deploy.ts)_ +_See code: [dist/commands/deploy.ts](https://github.com/fumeapp/fume-cli/blob/v0.2.12/dist/commands/deploy.ts)_ ## `fume help [COMMAND]` diff --git a/package.json b/package.json index 21e3b2c..eb17d34 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "fume-cli", "description": "fume command line interface", - "version": "0.2.11", + "version": "0.2.12", "author": "acidjazz @acidjazz", "bin": { "fume": "bin/run"