Skip to content

Commit

Permalink
2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
acidjazz committed Feb 26, 2024
1 parent 0851f83 commit 65f2ea9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 27 deletions.
36 changes: 10 additions & 26 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.1 darwin-arm64 node-v18.15.0
fume-cli/2.1.2 darwin-arm64 node-v18.15.0
$ fume --help [COMMAND]
USAGE
$ fume COMMAND
Expand Down Expand Up @@ -63,8 +63,6 @@ ALIASES
$ fume login
```

_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`

Invalidate token and remove credentials
Expand All @@ -80,8 +78,6 @@ ALIASES
$ fume logout
```

_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`

View authentication status
Expand All @@ -97,8 +93,6 @@ ALIASES
$ fume status
```

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

## `fume config`

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

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

## `fume deploy [ENVIRONMENT]`

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

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

## `fume help [COMMAND]`

Expand Down Expand Up @@ -215,7 +209,7 @@ Installs a plugin into the CLI.

```
USAGE
$ fume plugins add plugins:install PLUGIN...
$ fume plugins:install PLUGIN...
ARGUMENTS
PLUGIN Plugin to install.
Expand Down Expand Up @@ -253,7 +247,7 @@ Displays installation properties of a plugin.

```
USAGE
$ fume plugins inspect PLUGIN...
$ fume plugins:inspect PLUGIN...
ARGUMENTS
PLUGIN [default: .] Plugin to inspect.
Expand All @@ -272,15 +266,13 @@ EXAMPLES
$ fume plugins:inspect myplugin
```

_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v2.4.3/src/commands/plugins/inspect.ts)_

## `fume plugins:install PLUGIN...`

Installs a plugin into the CLI.

```
USAGE
$ fume plugins install PLUGIN...
$ fume plugins:install PLUGIN...
ARGUMENTS
PLUGIN Plugin to install.
Expand Down Expand Up @@ -312,15 +304,13 @@ EXAMPLES
$ fume plugins:install someuser/someplugin
```

_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v2.4.3/src/commands/plugins/install.ts)_

## `fume plugins:link PLUGIN`

Links a plugin into the CLI for development.

```
USAGE
$ fume plugins link PLUGIN
$ fume plugins:link PLUGIN
ARGUMENTS
PATH [default: .] path to plugin
Expand All @@ -341,15 +331,13 @@ EXAMPLES
$ fume plugins:link myplugin
```

_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v2.4.3/src/commands/plugins/link.ts)_

## `fume plugins:uninstall PLUGIN...`

Removes a plugin from the CLI.

```
USAGE
$ fume plugins remove plugins:uninstall PLUGIN...
$ fume plugins:uninstall PLUGIN...
ARGUMENTS
PLUGIN plugin to uninstall
Expand All @@ -372,7 +360,7 @@ Removes a plugin from the CLI.

```
USAGE
$ fume plugins uninstall PLUGIN...
$ fume plugins:uninstall PLUGIN...
ARGUMENTS
PLUGIN plugin to uninstall
Expand All @@ -389,15 +377,13 @@ ALIASES
$ fume plugins remove
```

_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v2.4.3/src/commands/plugins/uninstall.ts)_

## `fume plugins:uninstall PLUGIN...`

Removes a plugin from the CLI.

```
USAGE
$ fume plugins unlink plugins:uninstall PLUGIN...
$ fume plugins:uninstall PLUGIN...
ARGUMENTS
PLUGIN plugin to uninstall
Expand Down Expand Up @@ -430,8 +416,6 @@ DESCRIPTION
Update installed plugins.
```

_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v2.4.3/src/commands/plugins/update.ts)_

## `fume status`

View authentication status
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.1",
"version": "2.1.2",
"author": "acidjazz @acidjazz",
"bin": {
"fume": "bin/run"
Expand Down

0 comments on commit 65f2ea9

Please sign in to comment.