nexus-agent-installer 0.1.3 → 0.1.4

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 +6 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -14,6 +14,11 @@ nexus-agent start # 서버 시작 → http://localhost:4821
14
14
  nexus-agent update # 최신 버전 업데이트
15
15
  ```
16
16
 
17
- 패키지는 다운로더 역할만 하므로, 이후 업데이트는 npm이 아닌 `nexus-agent update`로 하면 됩니다.
17
+ 대화형 터미널에서 `nexus-agent start`를 실행하면 버전이 있을 업데이트 여부를
18
+ 묻고, 동의하면 설치 후 같은 옵션으로 서버를 다시 시작합니다. 확인을 생략하려면
19
+ `nexus-agent start --no-update-check` 또는 `NEXUS_NO_UPDATE_CHECK=1`을 사용합니다.
20
+
21
+ 이 패키지는 다운로더 역할만 하므로 이후 업데이트를 위해 npm 패키지를 다시
22
+ 설치할 필요는 없습니다. 시작 시 질문 또는 `nexus-agent update`를 사용하면 됩니다.
18
23
 
19
24
  지원 플랫폼은 macOS (Apple Silicon/Intel), Linux (x86_64), Windows (x64)이며 Node.js 18 이상이 필요합니다.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nexus-agent-installer",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "description": "Installer for Nexus Agent — downloads the platform wheel from GitHub Releases and installs it via uv",
5
5
  "scripts": {
6
6
  "postinstall": "node install.js"