Skip to content

Commit

Permalink
2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
acidjazz committed Feb 25, 2024
1 parent fdddd62 commit 9258cf2
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/2.1.0 darwin-arm64 node-v18.15.0
fume-cli/2.1.1 darwin-arm64 node-v18.15.0
$ fume --help [COMMAND]
USAGE
$ fume COMMAND
Expand Down Expand Up @@ -63,7 +63,7 @@ ALIASES
$ fume login
```

_See code: [src/commands/auth/login.ts](https://github.com/fumeapp/fume-cli/blob/v2.1.0/src/commands/auth/login.ts)_
_See code: [src/commands/auth/login.ts](https://github.com/fumeapp/fume-cli/blob/v2.1.1/src/commands/auth/login.ts)_

## `fume auth logout`

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

_See code: [src/commands/auth/logout.ts](https://github.com/fumeapp/fume-cli/blob/v2.1.0/src/commands/auth/logout.ts)_
_See code: [src/commands/auth/logout.ts](https://github.com/fumeapp/fume-cli/blob/v2.1.1/src/commands/auth/logout.ts)_

## `fume auth status`

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

_See code: [src/commands/auth/status.ts](https://github.com/fumeapp/fume-cli/blob/v2.1.0/src/commands/auth/status.ts)_
_See code: [src/commands/auth/status.ts](https://github.com/fumeapp/fume-cli/blob/v2.1.1/src/commands/auth/status.ts)_

## `fume config`

Expand All @@ -114,7 +114,7 @@ DESCRIPTION
Generate a fume.yml config
```

_See code: [src/commands/config.ts](https://github.com/fumeapp/fume-cli/blob/v2.1.0/src/commands/config.ts)_
_See code: [src/commands/config.ts](https://github.com/fumeapp/fume-cli/blob/v2.1.1/src/commands/config.ts)_

## `fume deploy [ENVIRONMENT]`

Expand All @@ -137,7 +137,7 @@ EXAMPLES
$ fume deploy staging
```

_See code: [src/commands/deploy.ts](https://github.com/fumeapp/fume-cli/blob/v2.1.0/src/commands/deploy.ts)_
_See code: [src/commands/deploy.ts](https://github.com/fumeapp/fume-cli/blob/v2.1.1/src/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": "2.1.0",
"version": "2.1.1",
"author": "acidjazz @acidjazz",
"bin": {
"fume": "bin/run"
Expand Down

0 comments on commit 9258cf2

Please sign in to comment.