Skip to content

Commit

Permalink
0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
acidjazz committed Oct 4, 2020
1 parent 8de79fa commit 9d8e984
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 13 deletions.
22 changes: 10 additions & 12 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.1 darwin-x64 node-v12.18.0
fume-cli/0.0.2 darwin-x64 node-v12.18.0
$ fume --help [COMMAND]
USAGE
$ fume COMMAND
Expand All @@ -32,7 +32,7 @@ USAGE
* [`fume deploy ENVIRONMENT`](#fume-deploy-environment)
* [`fume help [COMMAND]`](#fume-help-command)
* [`fume init`](#fume-init)
* [`fume purge [FILE]`](#fume-purge-file)
* [`fume purge ENVIRONMENT`](#fume-purge-environment)

## `fume deploy ENVIRONMENT`

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

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

## `fume help [COMMAND]`

Expand Down Expand Up @@ -77,21 +77,19 @@ OPTIONS
--name=name Project Name (sets default environments)
```

_See code: [src/commands/init.ts](https://github.com/fumeapp/fume-cli/blob/v0.0.1/src/commands/init.ts)_
_See code: [src/commands/init.ts](https://github.com/fumeapp/fume-cli/blob/v0.0.2/src/commands/init.ts)_

## `fume purge [FILE]`
## `fume purge ENVIRONMENT`

describe the command here
Purge an environment

```
USAGE
$ fume purge [FILE]
$ fume purge ENVIRONMENT
OPTIONS
-f, --force
-h, --help show CLI help
-n, --name=name name to print
EXAMPLE
$ fume purge staging
```

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

0 comments on commit 9d8e984

Please sign in to comment.