@sellable/install 0.1.214 → 0.1.215
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.
- package/bin/sellable-install.mjs +10 -10
- package/package.json +1 -1
package/bin/sellable-install.mjs
CHANGED
|
@@ -3794,16 +3794,16 @@ async function main() {
|
|
|
3794
3794
|
console.log(` apiUrl: ${apiUrl}`);
|
|
3795
3795
|
console.log(` Continue in your agent:`);
|
|
3796
3796
|
console.log(` Claude Code: /sellable:create-campaign`);
|
|
3797
|
-
|
|
3798
|
-
|
|
3799
|
-
|
|
3800
|
-
|
|
3801
|
-
|
|
3802
|
-
|
|
3803
|
-
|
|
3804
|
-
|
|
3805
|
-
|
|
3806
|
-
|
|
3797
|
+
console.log(` Claude Code: /sellable:foundation`);
|
|
3798
|
+
console.log(` Claude Code: /sellable:content`);
|
|
3799
|
+
console.log(` Claude Code: /sellable:create-post`);
|
|
3800
|
+
console.log(` Claude Code: /sellable:inbox`);
|
|
3801
|
+
console.log(` Codex: $sellable:create-campaign`);
|
|
3802
|
+
console.log(` Codex: $sellable:foundation`);
|
|
3803
|
+
console.log(` Codex: $sellable:content`);
|
|
3804
|
+
console.log(` Codex: $sellable:create-post`);
|
|
3805
|
+
console.log(` Codex: $sellable:inbox`);
|
|
3806
|
+
process.exit(0);
|
|
3807
3807
|
}
|
|
3808
3808
|
if (rawArgs[0] === "prefs") {
|
|
3809
3809
|
const dryRun = rawArgs.includes("--dry-run");
|