azure5100/huahua-dsh-plugin-orchestra

Plugin ⭐ 0 MIT other

DSH plugin management system: inventory, changelog, update alerts, one-click upgrade, backup & rollback. DSH 插件管理系统

Install

# 1. 安装为 DSH profile 插件(npm 发布后)
dsh plugin --profile web add huahua-dsh-plugin-orchestra

# 或本地路径安装(开发态)
dsh plugin --profile web add file:./huahua-dsh-plugin-orchestra

# 2. CLI 命令(node lib/cli/index.js,或经 bin 安装后直接 orchestra)
node lib/cli/index.js list --json                # 插件清单(L1 用途摘要,缓存优先)
node lib/cli/index.js check --json               # 检查更新(--force 绕 TTL 缓存但保留 ETag)
node lib/cli/index.js upgrade <pkg> [--to <ver>] [--dry-run] [--yes]   # 升级:自动备份,失败自动回滚
node lib/cli/index.js downgrade <pkg> --to <ver> [--yes]               # 降级
node lib/cli/index.js rollback <pkg> [--backup <id>] [--yes]           # 回滚(缺省最近有效快照)
node lib/cli/index.js backup list|create <pkg>|prune <pkg> [--force]   # 备份管理

Add azure5100/huahua-dsh-plugin-orchestra to your DSH config (web profile) to enable.

README

Expand full README Collapse

README is empty.