@crossdelta/platform-sdk 0.3.9 → 0.3.10

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 (2) hide show
  1. package/README.md +2 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -166,10 +166,11 @@ my-platform/
166
166
 
167
167
  | Command | Description |
168
168
  |---------|-------------|
169
+ | `pf new` | Interactive mode - choose project type and options |
169
170
  | `pf new workspace <name>` | Scaffold a complete platform workspace |
170
171
  | `pf new hono-micro <path>` | Generate a lightweight Hono microservice |
171
172
  | `pf new nest-micro <path>` | Generate a NestJS microservice |
172
- | `pf new hono-micro <path> --ai` | Generate with AI assistance |
173
+ | `pf new hono-micro <path> --ai -d "..."` | Generate with AI assistance |
173
174
  | `pf setup --ai` | Configure AI provider (OpenAI/Anthropic) |
174
175
  | `pf dev` | Start dev environment with watch mode |
175
176
  | `pf dev --no-watch` | Start without file watching |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crossdelta/platform-sdk",
3
- "version": "0.3.9",
3
+ "version": "0.3.10",
4
4
  "description": "CLI toolkit for scaffolding Turborepo workspaces with Pulumi infrastructure and Hono/NestJS microservices",
5
5
  "keywords": [
6
6
  "cli",