licell 0.9.35 → 0.9.37

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.
Files changed (3) hide show
  1. package/README.md +11 -0
  2. package/dist/licell.js +176 -172
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -45,6 +45,17 @@ licell login --region cn-hangzhou
45
45
  licell init --runtime nodejs22 && licell deploy --type api --target preview
46
46
  ```
47
47
 
48
+ ## 📖 场景实战教程 (Tutorials)
49
+
50
+ 如果您想全方位发掘 Licell 的能力,我们提供了 5
51
+ 篇从零入门到高阶架构的场景实战系列:
52
+
53
+ 1. [**[入门] 5分钟极速上线:从零部署你的第一个应用**](./docs/scenarios/01-quick-start.md)
54
+ 2. [**[核心] 让 AI 为你打工:结合 Cursor / Claude 实现全自动运维**](./docs/scenarios/02-ai-driven-deployment.md)
55
+ 3. [**[网络] 告别繁琐控制台:一行命令搞定自定义域名与 HTTPS**](./docs/scenarios/03-domain-and-https.md)
56
+ 4. [**[数据] 告别工单:一键创建 Serverless 数据库与缓存**](./docs/scenarios/04-database-and-cache.md)
57
+ 5. [**[进阶] 环境与隔离:像 Vercel 一样管理 Preview 与 Prod**](./docs/scenarios/05-environments-and-releases.md)
58
+
48
59
  ## MCP(让 Agent 驱动 licell)
49
60
 
50
61
  Licell 内置 MCP(Model Context Protocol)stdio server,方便 Claude Code 等 Agent