Skip to content

Commit

Permalink
2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
acidjazz committed Mar 29, 2023
1 parent 8109e7f commit d0f3bb1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 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.0.1 darwin-arm64 node-v18.15.0
fume-cli/2.0.2 darwin-arm64 node-v18.15.0
$ fume --help [COMMAND]
USAGE
$ fume COMMAND
Expand Down Expand Up @@ -108,7 +108,7 @@ DESCRIPTION
Generate a fume.yml config
```

_See code: [dist/commands/config.ts](https://github.com/fumeapp/fume-cli/blob/v2.0.1/dist/commands/config.ts)_
_See code: [dist/commands/config.ts](https://github.com/fumeapp/fume-cli/blob/v2.0.2/dist/commands/config.ts)_

## `fume deploy [ENVIRONMENT]`

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

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

0 comments on commit d0f3bb1

Please sign in to comment.