feat: 添加 ucas 命令别名 #24

Closed
opened 2026-05-30 05:48:53 +00:00 by xingyue · 0 comments
Owner

Summary

将 CLI 命令名从 json-cas 改为 ucas(Uncaged Content-Addressable Storage)。

范围

  • 只改 bin 注册,在 package.jsonbin 字段添加 ucas 入口
  • 保留 json-cas 命令继续可用
  • 不改包名、不改内部引用

验收标准

  • ucas --version 正常输出
  • ucas bootstrap 等所有子命令可用
  • json-cas 旧命令仍然可用
## Summary 将 CLI 命令名从 `json-cas` 改为 `ucas`(Uncaged Content-Addressable Storage)。 ## 范围 - 只改 bin 注册,在 `package.json` 的 `bin` 字段添加 `ucas` 入口 - 保留 `json-cas` 命令继续可用 - 不改包名、不改内部引用 ## 验收标准 - [ ] `ucas --version` 正常输出 - [ ] `ucas bootstrap` 等所有子命令可用 - [ ] `json-cas` 旧命令仍然可用
This repo is archived. You cannot comment on issues.
No Label
1 Participants
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: uncaged/json-cas#24