Files
MyGoNavi/npm/gonavi-cli/README.md
Syngnat 4d5c0e6bb9 feat(cli): 新增独立命令行与发布链
- 新增无头运行时及连接、查询、导出、批处理、审计和 MCP 命令
- 复用活动数据根、密文存储与跨进程锁,落实写入安全和取消语义
- 增加六平台 CLI 归档、独立校验和、Docker、npm 与 WinGet 分发
- 隔离 GUI/CLI 更新资产并强化 macOS 签名与公证门禁
- 补充并发、审计、事务及发布契约回归测试

Refs #902
2026-08-11 10:34:58 +08:00

863 B

@syngnat/gonavi-cli

This package is published with the first stable GoNavi CLI release. It installs the standalone gonavi executable for the current platform. The npm lifecycle downloads the matching GoNavi Release archive and the independent gonavi-cli_${VERSION}_checksums.txt file, verifies SHA256, checks the fixed archive entries, and only then installs the executable.

npm install -g @syngnat/gonavi-cli
gonavi list-connections

Before the first stable CLI release is published, install the CLI directly from a release archive instead of the npm registry.

The package does not store credentials or configure a separate data directory; the executable keeps the normal GONAVI_DATA_ROOT and ~/.gonavi resolution. Set GONAVI_CLI_RELEASE_BASE_URL only when using a mirror that preserves the same release asset names and checksum file.