We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 162ac16 commit 225cad5Copy full SHA for 225cad5
1 file changed
README.md
@@ -339,18 +339,15 @@ Used internally by commands to populate frontmatter.
339
### Checking Plugin Version
340
341
```bash
342
-# List installed plugins
343
-/plugin list
344
-
345
-# Show detailed plugin info
346
-/plugin show stepwise-dev@stepwise-dev
+/plugin
+# Check on Installed tab
347
```
348
349
### Updating
350
351
352
-# Update plugin (includes scripts and all components)
353
-/plugin update stepwise-dev@stepwise-dev
+/plugin -> Marketplaces tab -> stepwise-dev -> Update marketplace
+/plugin -> Installed -> stepwise-dev -> Update now
354
355
356
**Note**: Plugin updates include commands, agents, and scripts automatically. No separate script installation needed.
0 commit comments