Skip to content

Commit

Permalink
0.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
acidjazz committed Apr 24, 2022
1 parent 11408a7 commit b66054c
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.2.6 darwin-arm64 node-v16.13.1
fume-cli/0.2.7 darwin-arm64 node-v16.13.1
$ fume --help [COMMAND]
USAGE
$ fume COMMAND
Expand Down Expand Up @@ -48,7 +48,7 @@ ALIASES
$ fume login
```

_See code: [src/commands/auth/login.ts](https://github.com/fumeapp/fume-cli/blob/v0.2.6/src/commands/auth/login.ts)_
_See code: [src/commands/auth/login.ts](https://github.com/fumeapp/fume-cli/blob/v0.2.7/src/commands/auth/login.ts)_

## `fume auth:logout`

Expand All @@ -62,7 +62,7 @@ ALIASES
$ fume logout
```

_See code: [src/commands/auth/logout.ts](https://github.com/fumeapp/fume-cli/blob/v0.2.6/src/commands/auth/logout.ts)_
_See code: [src/commands/auth/logout.ts](https://github.com/fumeapp/fume-cli/blob/v0.2.7/src/commands/auth/logout.ts)_

## `fume auth:status`

Expand All @@ -76,7 +76,7 @@ ALIASES
$ fume status
```

_See code: [src/commands/auth/status.ts](https://github.com/fumeapp/fume-cli/blob/v0.2.6/src/commands/auth/status.ts)_
_See code: [src/commands/auth/status.ts](https://github.com/fumeapp/fume-cli/blob/v0.2.7/src/commands/auth/status.ts)_

## `fume config`

Expand All @@ -90,7 +90,7 @@ OPTIONS
-h, --help show CLI help
```

_See code: [src/commands/config.ts](https://github.com/fumeapp/fume-cli/blob/v0.2.6/src/commands/config.ts)_
_See code: [src/commands/config.ts](https://github.com/fumeapp/fume-cli/blob/v0.2.7/src/commands/config.ts)_

## `fume deploy [ENVIRONMENT]`

Expand All @@ -110,7 +110,7 @@ EXAMPLE
$ fume deploy staging
```

_See code: [src/commands/deploy.ts](https://github.com/fumeapp/fume-cli/blob/v0.2.6/src/commands/deploy.ts)_
_See code: [src/commands/deploy.ts](https://github.com/fumeapp/fume-cli/blob/v0.2.7/src/commands/deploy.ts)_

## `fume help [COMMAND]`

Expand All @@ -127,5 +127,5 @@ OPTIONS
--all see all commands in CLI
```

_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v3.2.17/src/commands/help.ts)_
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v3.3.1/src/commands/help.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.2.6",
"version": "0.2.7",
"author": "acidjazz @acidjazz",
"bin": {
"fume": "bin/run"
Expand Down

0 comments on commit b66054c

Please sign in to comment.