@cartanova/qgrid-cli 2.3.9 → 2.4.0
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/README.ko.md +2 -2
- package/README.md +2 -2
- package/bundle/web-dist/client/assets/{index-Cj1iWi5i.js → index-DVdnvcvo.js} +3 -3
- package/bundle/web-dist/client/assets/{logs-DvGWhZTu.js → logs-B82PGnxD.js} +1 -1
- package/bundle/web-dist/client/assets/{routes-B_xvkM-J.js → routes-CvCEcpZ7.js} +1 -1
- package/bundle/web-dist/client/assets/{show-C6W3ywZz.js → show-DWRh--ML.js} +1 -1
- package/bundle/web-dist/client/assets/{tokens-CxjeN72g.js → tokens-DOu_ZFUL.js} +1 -1
- package/bundle/web-dist/client/index.html +1 -1
- package/bundle/web-dist/server/entry-server.generated.js +1 -1
- package/dist/cli.js +86 -5
- package/package.json +1 -1
- package/skills/qgrid/references/cli-env-and-server-boot.md +2 -0
package/README.ko.md
CHANGED
|
@@ -70,8 +70,8 @@ qgrid [options]
|
|
|
70
70
|
-h, --help 도움말
|
|
71
71
|
```
|
|
72
72
|
|
|
73
|
-
CLI는 실행 시 npm의 최신 버전을 확인하고
|
|
74
|
-
|
|
73
|
+
CLI는 실행 시 npm의 최신 버전을 확인하고 patch를 포함해 설치된 버전과 다르면 자동 업데이트함.
|
|
74
|
+
업데이터는 방금 확인한 정확한 배포 버전을 설치하고 업데이트된 binary로 재시작함.
|
|
75
75
|
|
|
76
76
|
## 환경변수
|
|
77
77
|
|
package/README.md
CHANGED
|
@@ -70,8 +70,8 @@ qgrid [options]
|
|
|
70
70
|
-h, --help Help
|
|
71
71
|
```
|
|
72
72
|
|
|
73
|
-
On startup the CLI checks the latest version on npm and self-updates
|
|
74
|
-
|
|
73
|
+
On startup the CLI checks the latest version on npm and self-updates whenever the installed version differs, including patch releases.
|
|
74
|
+
The updater installs the exact published version it just resolved and restarts from the updated binary.
|
|
75
75
|
|
|
76
76
|
## Environment variables
|
|
77
77
|
|