patchline 1.1.8 → 1.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Patchline
2
2
 
3
- Streamline OpenCode plugin updates by inspecting config and cache state, pinning versions, and invalidating stale cache entries.
3
+ Streamline OpenCode plugin updates
4
4
 
5
5
  Patchline does not install plugins or run OpenCode. After running Patchline, launch OpenCode to reinstall or refresh plugins.
6
6
 
@@ -32,7 +32,7 @@ patchline outdated
32
32
  patchline sync
33
33
  patchline upgrade <plugin> --to 1.2.3
34
34
  patchline upgrade <plugin> --major|--minor|--patch
35
- patchline upgrade --all --minor
35
+ patchline upgrade --all
36
36
  patchline snapshot <plugin>
37
37
  patchline rollback <plugin>
38
38
  patchline version
@@ -45,7 +45,6 @@ patchline version
45
45
  - `--cache-dir <dir>`: override the OpenCode plugin cache directory.
46
46
  - `--snapshot-dir <dir>`: override where snapshots are stored.
47
47
  - `--local-dir <dir>`: add an extra local plugin directory (repeatable).
48
- - `--offline`: skip npm registry calls.
49
48
 
50
49
  ## Status meanings
51
50
 
@@ -56,5 +55,6 @@ patchline version
56
55
 
57
56
  ## Troubleshooting
58
57
 
58
+ - Feel free to submit an issue
59
59
  - If plugins show as `missing`, run OpenCode to install them.
60
60
  - If Patchline cannot find your config or cache, pass `--global-config` or `--cache-dir`.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "patchline",
3
- "version": "1.1.8",
3
+ "version": "1.3.1",
4
4
  "description": "Streamline OpenCode plugin updates.",
5
5
  "license": "UNLICENSED",
6
6
  "bin": {