Skip to content

Commit

Permalink
Remove plugin-update (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
shamsartem authored Jun 6, 2022
1 parent 3f3e713 commit b612704
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 146 deletions.
38 changes: 0 additions & 38 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ USAGE
* [`fluence plugins update`](#fluence-plugins-update)
* [`fluence remove [NAME] [--timeout <milliseconds>]`](#fluence-remove-name---timeout-milliseconds)
* [`fluence run [--on <peer_id>] [--aqua <path>] [-f <function-call>] [--relay <multiaddr>] [--timeout <milliseconds>] [--data <json>] [--data-path <path>] [--import <path>]`](#fluence-run---on-peer_id---aqua-path--f-function-call---relay-multiaddr---timeout-milliseconds---data-json---data-path-path---import-path)
* [`fluence update [CHANNEL]`](#fluence-update-channel)

## `fluence autocomplete [SHELL]`

Expand Down Expand Up @@ -437,41 +436,4 @@ EXAMPLES
```

_See code: [dist/commands/run.ts](https://github.com/fluencelabs/fluence-cli/blob/v0.0.2/dist/commands/run.ts)_

## `fluence update [CHANNEL]`

update the fluence CLI

```
USAGE
$ fluence update [CHANNEL] [-a] [-v <value> | -i] [--force]
FLAGS
-a, --available Install a specific version.
-i, --interactive Interactively select version to install. This is ignored if a channel is provided.
-v, --version=<value> Install a specific version.
--force Force a re-download of the requested version.
DESCRIPTION
update the fluence CLI
EXAMPLES
Update to the stable channel:
$ fluence update stable
Update to a specific version:
$ fluence update --version 1.0.0
Interactively select version:
$ fluence update --interactive
See available versions:
$ fluence update --available
```

_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/v3.0.0/src/commands/update.ts)_
<!-- commandsstop -->
120 changes: 16 additions & 104 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 0 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@
"@oclif/plugin-help": "^5",
"@oclif/plugin-not-found": "^2.3.1",
"@oclif/plugin-plugins": "^2.0.1",
"@oclif/plugin-update": "^3.0.0",
"@oclif/plugin-warn-if-update-available": "^2.0.4",
"ajv": "^8.11.0",
"inquirer": "^8.2.2",
"platform": "^1.3.6",
Expand Down Expand Up @@ -84,8 +82,6 @@
"@oclif/plugin-help",
"@oclif/plugin-plugins",
"@oclif/plugin-not-found",
"@oclif/plugin-update",
"@oclif/plugin-warn-if-update-available",
"@oclif/plugin-autocomplete"
],
"topicSeparator": " ",
Expand Down

0 comments on commit b612704

Please sign in to comment.