Files
deepseek-harness/packages/sdk/create-sdk/src/templates/assets/usage.txt.tpl
imccyu 78f21bf703 fix(sdk): list create <source> and headless flags in usage help
dsh-sdk's usage template predates the create command and create-sdk's
predates --config/--config-json/--json, so --help hid both surfaces the
README already documents. Pin each with a help-output assertion.
2026-07-18 22:10:22 +08:00

15 lines
290 B
Smarty

Usage: create-sdk [directory] [options]
Options:
--description <text>
--provider <deepseek|custom>
--base-url <url>
--api-key <key>
--model <name>
--interface <acp|stdio|embed>
--pm <npm|pnpm|yarn>
--install / --no-install
--config <path>
--config-json <json>
--json