Streamline OpenCode plugin updates.
npm install patchlineStreamline OpenCode plugin updates
Patchline does not install plugins or run OpenCode. After running Patchline, launch OpenCode to reinstall or refresh plugins.
```
brew install AksharP5/tap/patchline
``
go install github.com/AksharP5/Patchline/cmd/patchline@latest
``
npm i -g patchline
``
patchline list
patchline outdated
patchline sync
patchline upgrade
patchline upgrade
patchline upgrade --all
patchline snapshot
patchline rollback
patchline version
- --project
: project root to scan for opencode.json.
- --global-config : override the global config path.
- --cache-dir : override the OpenCode plugin cache directory.
- --snapshot-dir : override where snapshots are stored.
- --local-dir : add an extra local plugin directory (repeatable).Status meanings
-
missing: declared in config, but no cache entry was found.
- mismatch: cache entry exists but does not match the pinned version.
- outdated: installed version is behind the npm registry latest.
- local/unmanaged: plugin is a local file and not managed by npm.Troubleshooting
- Feel free to submit an issue
- If plugins show as
missing, run OpenCode to install them.
- If Patchline cannot find your config or cache, pass --global-config or --cache-dir`.