@telelabsai/ship 1.1.12 → 1.1.14

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.
@@ -109,7 +109,7 @@ function sync(args) {
109
109
  process.exit(1);
110
110
  }
111
111
 
112
- const claude = spawn('claude', ['plugin', 'add', selected.deployUrl], {
112
+ const claude = spawn('claude', ['/plugin', 'marketplace', 'add', selected.deployUrl], {
113
113
  stdio: 'inherit',
114
114
  cwd: process.cwd(),
115
115
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@telelabsai/ship",
3
- "version": "1.1.12",
3
+ "version": "1.1.14",
4
4
  "description": "Ship code faster with pre-configured agents, skills, rules, and hooks for Claude Code.",
5
5
  "bin": {
6
6
  "ship": "cli/bin.js"