Skip to content

Commit

Permalink
0.2.13
Browse files Browse the repository at this point in the history
  • Loading branch information
acidjazz committed Aug 22, 2022
1 parent bf53cb8 commit 9284c3e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 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 (--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
Expand Down Expand Up @@ -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`

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

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

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

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

Expand Down
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.12",
"version": "0.2.13",
"author": "acidjazz @acidjazz",
"bin": {
"fume": "bin/run"
Expand Down

0 comments on commit 9284c3e

Please sign in to comment.