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/08/22

インストール

検証済み bundle がないか、互換性チェックに失敗しています。先にリポジトリの説明を読んでください。 README 全文を読む ↗

ドキュメント

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.