Skip to content

Commit 3eab748

Browse files
committed
Install aka plugin from registry
Signed-off-by: itowlson <[email protected]>
1 parent c1c8752 commit 3eab748

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

content/wasm-functions/deploy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ In order to interact with Fermyon Wasm Functions (Login, Deploy, etc), you need
3737
<!-- @selectiveCpy -->
3838

3939
```console
40-
$ spin plugin install --url https://fermyon-neutrino-artifacts-public.s3.amazonaws.com/plugin/aka.json
40+
$ spin plugin install aka
4141
```
4242

4343
If you've previously installed the `aka` plugin, take a moment to upgrade it to ensure compatibility with the latest features and fixes. To upgrade, run:
@@ -46,7 +46,7 @@ If you've previously installed the `aka` plugin, take a moment to upgrade it to
4646

4747
```console
4848
$ spin plugins update
49-
$ spin plugins upgrade --url https://fermyon-neutrino-artifacts-public.s3.amazonaws.com/plugin/aka.json
49+
$ spin plugins upgrade aka
5050
```
5151

5252
You can learn more about managing Spin plugins in [this article](../spin/v3/managing-plugins.md).

content/wasm-functions/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ In order to interact with Fermyon Wasm Functions (Login, Deploy, etc), you need
8888
<!-- @selectiveCpy -->
8989

9090
```
91-
$ spin plugin install --url https://fermyon-neutrino-artifacts-public.s3.amazonaws.com/plugin/aka.json
91+
$ spin plugin install aka
9292
```
9393

9494
## Install Language Specific Tooling

0 commit comments

Comments
 (0)