Streamline 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 <plugin> --to 1.2.3
patchline upgrade <plugin> --major|--minor|--patch
patchline upgrade --all
patchline snapshot <plugin>
patchline rollback <plugin>
patchline version
--project <dir>: project root to scan foropencode.json.--global-config <file>: override the global config path.--cache-dir <dir>: override the OpenCode plugin cache directory.--snapshot-dir <dir>: override where snapshots are stored.--local-dir <dir>: add an extra local plugin directory (repeatable).
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.
- 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-configor--cache-dir.