zcf 2.9.11 → 2.10.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -55,6 +55,38 @@ npx zcf → select 2 # Execute workflow update via menu
55
55
  > - You can choose operations through the menu or use commands directly for quick execution
56
56
  > - `zcf i` = full initialization, `zcf u` = update workflows only
57
57
 
58
+ #### 🤖 Non-interactive Mode
59
+
60
+ For CI/CD and automated setups, use `--skip-prompt` with parameters:
61
+
62
+ ```bash
63
+ # Shorthand version
64
+ npx zcf i -s -g zh-CN -t api_key -k "sk-xxx" -u "https://xxx.xxx"
65
+
66
+ # Complete version
67
+ npx zcf i --skip-prompt --all-lang zh-CN --api-type api_key --api-key "sk-xxx" --api-url "https://xxx.xxx"
68
+ ```
69
+
70
+ #### Non-interactive Mode Parameters
71
+
72
+ When using `--skip-prompt`, the following parameters are available:
73
+
74
+ | Parameter | Description | Values | Required | Default |
75
+ | ---------------------------- | ------------------------------------------------------- | ----------------------------------------------------------------------------------- | -------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------- |
76
+ | `--skip-prompt, -s` | Skip all interactive prompts | - | Yes (for non-interactive mode) | - |
77
+ | `--lang, -l` | ZCF display language | `zh-CN`, `en` | No | `en` |
78
+ | `--config-lang, -c` | Configuration language | `zh-CN`, `en` | No | `en` |
79
+ | `--ai-output-lang, -a` | AI output language | `zh-CN`, `en`, custom string | No | `en` |
80
+ | `--all-lang, -g` | Set all language parameters to this value | `zh-CN`, `en`, custom string | No | - (overrides above 3 params. Custom string sets AI output language to custom while interaction and config languages remain 'en') |
81
+ | `--config-action, -o` | Config handling | `new`, `backup`, `merge`, `docs-only`, `skip` | No | `backup` |
82
+ | `--api-type, -t` | API configuration type | `auth_token`, `api_key`, `ccr_proxy`, `skip` | No | `skip` |
83
+ | `--api-key, -k` | API key (for both API key and auth token types) | string | Required when `api-type` is not `skip` | - |
84
+ | `--api-url, -u` | Custom API URL | URL string | No | official API |
85
+ | `--mcp-services, -m` | MCP services to install (multi-select, comma-separated) | `context7`, `mcp-deepwiki`, `Playwright`, `exa`, or `skip` for none | No | `all` |
86
+ | `--workflows, -w` | Workflows to install (multi-select, comma-separated) | `sixStepsWorkflow`, `featPlanUx`, `gitWorkflow`, `bmadWorkflow`, or `skip` for none | No | `all` |
87
+ | `--ai-personality, -p` | AI personality type | `professional`, `catgirl`, `friendly`, `mentor`, `custom` | No | `professional` |
88
+ | `--install-cometix-line, -x` | Install CCometixLine statusline tool | `true`, `false` | No | `true` |
89
+
58
90
  #### 🎯 BMad Workflow (v2.7 New Feature)
59
91
 
60
92
  [BMad](https://github.com/bmad-code-org/BMAD-METHOD) (BMad-Method: Universal AI Agent Framework) is an enterprise-grade workflow system that provides: