Skip to content

Commit

Permalink
docs: add instruction how to update add-ons (ddev#5990) [skip ci]
Browse files Browse the repository at this point in the history
Co-authored-by: Randy Fay <[email protected]>
  • Loading branch information
mscieszka and rfay authored Apr 5, 2024
1 parent 1ae5df7 commit 9ec938c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docs/content/users/extend/additional-services.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,13 @@ Officially-supported add-ons:
* [Selenium Standalone Chrome](https://github.com/ddev/ddev-selenium-standalone-chrome): `ddev get ddev/ddev-selenium-standalone-chrome`.
* [Varnish](https://github.com/ddev/ddev-varnish): `ddev get ddev/ddev-varnish`.

## Viewing and Removing Installed Add-Ons
## Managing Installed Add-Ons

Add-ons installed in DDEV v1.22+ are versioned and can be viewed by running `ddev get --installed`. You can remove an add-on by running `ddev get --remove <addonname>`. If you have add-ons that were installed before v1.22, re-add them with `ddev get <addonname>` and they will be versioned and available in `ddev get --installed`.
Add-ons installed in DDEV v1.22+ are versioned and can be viewed by running `ddev get --installed`.

You can update an add-on by running `ddev get <addonname>`, or remove it by running `ddev get --remove <addonname>`.

If you have add-ons that were installed before v1.22, update them with `ddev get <addonname>` and they will be versioned and available in `ddev get --installed`.

## Creating an Additional Service for `ddev get`

Expand Down

0 comments on commit 9ec938c

Please sign in to comment.