@crossdelta/platform-sdk 0.3.29 → 0.3.31

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
@@ -20,8 +20,7 @@
20
20
 
21
21
  <p align="center">
22
22
  <a href="https://www.npmjs.com/package/@crossdelta/platform-sdk"><img src="https://img.shields.io/npm/v/@crossdelta/platform-sdk.svg?style=flat-square" alt="npm version" /></a>
23
- <a href="https://www.npmjs.com/package/@crossdelta/platform-sdk"><img src="https://img.shields.io/npm/dm/@crossdelta/platform-sdk?style=flat-square" alt="Downloads" /></a>
24
- <img src="https://img.shields.io/bundlephobia/min/@crossdelta/platform-sdk?style=flat-square&label=size" alt="Package size" />
23
+
25
24
  <img src="https://img.shields.io/badge/bun-%E2%9A%A1-f9f1e1?style=flat-square" alt="Bun" />
26
25
  <img src="https://img.shields.io/badge/pulumi-ready-blueviolet?style=flat-square" alt="Pulumi" />
27
26
  <img src="https://img.shields.io/badge/DigitalOcean-App_Platform_|_DOKS-0080FF?style=flat-square" alt="DigitalOcean" />
@@ -229,7 +228,7 @@ export default handleEvent(OrderCreatedSchema, async (data) => {
229
228
  | `pf new` | Interactive creation wizard |
230
229
  | `pf new workspace <name>` | Scaffold a complete platform monorepo |
231
230
  | `pf setup --ai` | Configure AI provider (OpenAI or Anthropic) |
232
- | `pf dev [options]` | Start development environment with hot reload |
231
+ | `pf watch` | Watch infrastructure and services with auto-reload |
233
232
 
234
233
  ### Service Commands
235
234