Update a plugin
Review version and compatibility changes before updating the profile dependency.
- 01
Record the installed version
List profile dependencies and keep the current version for regression diagnosis.
dsh plugin --profile web list - 02
Review new-version evidence
Check the validation date, Harness version, build approval, and README migration notes on the detail page.
- 03
Update one plugin
Replace the example package with the npm package name, then restart and verify critical behavior.
dsh plugin --profile web update <package-name>