Skip to content

Commit

Permalink
0.0.24
Browse files Browse the repository at this point in the history
  • Loading branch information
acidjazz committed Nov 26, 2020
1 parent a94fb12 commit d1ae0cf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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`

Expand All @@ -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`

Expand All @@ -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`

Expand All @@ -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`

Expand All @@ -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]`

Expand Down Expand Up @@ -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)_
<!-- commandsstop -->
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit d1ae0cf

Please sign in to comment.