|
34 | 34 | SUBCOMMANDS:
|
35 | 35 | install Install plugin as described by a remote or local plugin manifest.
|
36 | 36 | uninstall Uninstall a plugin.
|
37 |
| - update Update one or all plugins to the latest or specified version. |
| 37 | + upgrade Upgrade one or all plugins to the latest or specified version. |
38 | 38 | ```
|
39 | 39 |
|
40 | 40 | **`spin plugin install`**
|
@@ -83,26 +83,26 @@ USAGE:
|
83 | 83 | spin plugin uninstall <name>
|
84 | 84 | ```
|
85 | 85 |
|
86 |
| -**`spin plugin update`** |
| 86 | +**`spin plugin upgrade`** |
87 | 87 |
|
88 |
| -The `spin plugin update` command updates one or all plugins. If updating a single plugin, the desired version can be specified. By default, plugins are updated to the latest version in the plugins repository. As with `spin plugin install`, the local path or remote addresses to a plugin manifest can be specified. |
| 88 | +The `spin plugin upgrade` command upgrades one or all plugins. If upgrading a single plugin, the desired version can be specified. By default, plugins are upgraded to the latest version in the plugins repository. As with `spin plugin install`, the local path or remote addresses to a plugin manifest can be specified. |
89 | 89 |
|
90 | 90 | ```bash
|
91 |
| -Update one or all installed Spin plugins. |
| 91 | +Upgrade one or all installed Spin plugins. |
92 | 92 |
|
93 | 93 | USAGE:
|
94 |
| - spin plugin update [OPTIONS] |
| 94 | + spin plugin upgrade [OPTIONS] |
95 | 95 |
|
96 | 96 | OPTIONS:
|
97 |
| - -a, --all Update all installed plugins (cannot be used with any other option). |
98 |
| - -p, --plugin Name of plugin to update. |
99 |
| - -v, --version Desired version to update the plugin to. Defaults to latest. |
| 97 | + -a, --all Upgrade all installed plugins to latest versions (cannot be used with any other option). |
| 98 | + -p, --plugin Name of plugin to upgrade. |
| 99 | + -v, --version Desired version to upgrade the plugin to. Defaults to latest. |
100 | 100 | -f, --file Path to local manifest (mutex with `-u`).
|
101 | 101 | -u, --url Address of remote manifest (mutex with `-f`).
|
102 | 102 | -d, --downgrade Enables downgrading a plugin to an older specified version.
|
103 | 103 | ```
|
104 | 104 |
|
105 |
| -The update will fail if the latest or user-specified version of the plugin is not [compatible with the current version of Spin](#plugin-compatibility). |
| 105 | +The upgrade will fail if the latest or user-specified version of the plugin is not [compatible with the current version of Spin](#plugin-compatibility). |
106 | 106 |
|
107 | 107 | ### Spin Plugin Manifest
|
108 | 108 |
|
|
0 commit comments