Skip to content

Commit d75cfed

Browse files
Add option to bypass installation verification checks
Signed-off-by: Kate Goldenring <kate.goldenring@fermyon.com>
1 parent c775ecd commit d75cfed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ OPTIONS:
5353
-f, --file Path to local plugin manifest.
5454
-u, --url Address of remote plugin manifest.
5555
-v, --version Version of plugin to be installed. Defaults to latest.
56+
-y, --yes Assume yes to all queries.
5657
```
5758

5859
If the manifest is found, Spin will check that the plugin is compatible with the current OS, platform, and version of Spin. If so, before installing the plugin, Spin will prompt the user as to whether to trust the source. For example, the following prompt would be displayed for a plugin named `deploy` with an Apache 2 license and hosted at [`https://github.com/fermyon/spin-plugin-deploy/releases/download/v0.1.0/spin-plugin-deploy-v0.1.0-macos-aarch64.tar.gz`](https://github.com/fermyon/spin-plugin-deploy/releases/download/v0.1.0/spin-plugin-deploy-v0.1.0-macos-aarch64.tar.gz):

0 commit comments

Comments
 (0)