@crossdelta/platform-sdk 0.3.28 → 0.3.30
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 +1 -1
- package/bin/cli.js +44 -45
- package/bin/templates/workspace/package.json.hbs +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -229,7 +229,7 @@ export default handleEvent(OrderCreatedSchema, async (data) => {
|
|
|
229
229
|
| `pf new` | Interactive creation wizard |
|
|
230
230
|
| `pf new workspace <name>` | Scaffold a complete platform monorepo |
|
|
231
231
|
| `pf setup --ai` | Configure AI provider (OpenAI or Anthropic) |
|
|
232
|
-
| `pf
|
|
232
|
+
| `pf watch` | Watch infrastructure and services with auto-reload |
|
|
233
233
|
|
|
234
234
|
### Service Commands
|
|
235
235
|
|