pax-beehive/dsh-plugin-hub--packages-cli0

@dsh-plugin-hub/cli

Create, search, install, and apply versioned DeepSeek Harness plugins and profiles

AI 분석

用于在终端管理 DSH 插件和环境配置。适合需要跨设备同步 DSH 配置、锁定插件版本或进行安全配置回滚的开发人员。

패키지
@dsh-plugin-hub/cli
버전
0.1.1
최근 업데이트
2026. 8. 22.

설치

검증된 bundle이 없거나 호환성 검사에 실패했습니다. 먼저 저장소 설명을 읽어 주세요. 전체 README 읽기 ↗

@dsh-plugin-hub/cli

The dsh-hub command-line client for discovering DSH plugins, sharing complete version-locked Profiles, applying them safely, and rolling back local revisions.

Install

Requires Node.js 22.13 or later.

npm install --global @dsh-plugin-hub/cli
dsh-hub --help

You can also run it without a global install:

npx @dsh-plugin-hub/cli --help

Quick start

dsh-hub search vision
dsh-hub info 
 --version latest
dsh-hub install 
 --profile web --dry-run

dsh-hub profile search team
dsh-hub profile capture my-profile --profile web
dsh-hub profile share my-profile --version 1.0.0 --profile web
dsh-hub profile apply 
 --profile web --dry-run
dsh-hub profile history --profile web
dsh-hub profile rollback --profile web

A Profile Release locks the DSH runtime, Plugin versions, sources, integrity, and user-confirmed sequence. Apply uses a staging Profile, validation, atomic switch, and recoverable local revisions.

This is an independent community project and is not affiliated with or endorsed by DeepSeek.