@oclif/plugin-update 4.1.2 → 4.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/oclif.lock +384 -597
- package/oclif.manifest.json +2 -1
- package/package.json +18 -18
package/README.md
CHANGED
|
@@ -33,7 +33,7 @@ FLAGS
|
|
|
33
33
|
-a, --available See available versions.
|
|
34
34
|
-i, --interactive Interactively select version to install. This is ignored if a channel is provided.
|
|
35
35
|
-v, --version=<value> Install a specific version.
|
|
36
|
-
|
|
36
|
+
--force Force a re-download of the requested version.
|
|
37
37
|
|
|
38
38
|
DESCRIPTION
|
|
39
39
|
update the oclif-example CLI
|
|
@@ -56,6 +56,6 @@ EXAMPLES
|
|
|
56
56
|
$ oclif-example update --available
|
|
57
57
|
```
|
|
58
58
|
|
|
59
|
-
_See code: [src/commands/update.ts](https://github.com/oclif/plugin-update/blob/4.1.
|
|
59
|
+
_See code: [src/commands/update.ts](https://github.com/oclif/plugin-update/blob/4.1.4/src/commands/update.ts)_
|
|
60
60
|
|
|
61
61
|
<!-- commandsstop -->
|