Skip to content

Commit 76aa5da

Browse files
Rename update command to upgrade
Signed-off-by: Kate Goldenring <kate.goldenring@fermyon.com>
1 parent 1cd903d commit 76aa5da

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

docs/content/sips/006-spin-plugins.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ USAGE:
3434
SUBCOMMANDS:
3535
install Install plugin as described by a remote or local plugin manifest.
3636
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.
3838
```
3939

4040
**`spin plugin install`**
@@ -83,26 +83,26 @@ USAGE:
8383
spin plugin uninstall <name>
8484
```
8585

86-
**`spin plugin update`**
86+
**`spin plugin upgrade`**
8787

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.
8989

9090
```bash
91-
Update one or all installed Spin plugins.
91+
Upgrade one or all installed Spin plugins.
9292

9393
USAGE:
94-
spin plugin update [OPTIONS]
94+
spin plugin upgrade [OPTIONS]
9595

9696
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.
100100
-f, --file Path to local manifest (mutex with `-u`).
101101
-u, --url Address of remote manifest (mutex with `-f`).
102102
-d, --downgrade Enables downgrading a plugin to an older specified version.
103103
```
104104

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).
106106

107107
### Spin Plugin Manifest
108108

0 commit comments

Comments
 (0)