relayax-cli 0.4.22 → 0.4.23
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/dist/commands/publish.js +1 -7
- package/package.json +1 -1
package/dist/commands/publish.js
CHANGED
|
@@ -837,13 +837,7 @@ function registerPublish(program) {
|
|
|
837
837
|
else {
|
|
838
838
|
npxInstallCmd = `npx relayax-cli install ${result.slug}`;
|
|
839
839
|
}
|
|
840
|
-
// ──
|
|
841
|
-
console.log(`\n \x1b[1m설치 방법\x1b[0m \x1b[90m(Claude Code, Cursor, Codex 등 모든 에이전트)\x1b[0m`);
|
|
842
|
-
console.log(` ┌─`);
|
|
843
|
-
console.log(` │ ${npxInstallCmd}`);
|
|
844
|
-
console.log(` └─`);
|
|
845
|
-
console.log(`\n \x1b[90m소개:\x1b[0m https://relayax.com/@${detailSlug}`);
|
|
846
|
-
// ── 공유 텍스트 (코드블록, 그대로 복붙) ──
|
|
840
|
+
// ── 공유 텍스트 (박스, 그대로 복붙) ──
|
|
847
841
|
if (isTTY) {
|
|
848
842
|
const shareBlock = [
|
|
849
843
|
`[${config.name}] 설치하기`,
|