@primitivedotdev/cli
Advanced tools
+2
-2
| { | ||
| "name": "@primitivedotdev/cli", | ||
| "version": "0.28.0", | ||
| "version": "0.29.0", | ||
| "description": "Official Primitive CLI: deploy Primitive Functions, send and inspect mail, manage endpoints, all from the terminal. Wraps the @primitivedotdev/sdk runtime client with one-shot commands.", | ||
@@ -58,3 +58,3 @@ "type": "module", | ||
| "functions": { | ||
| "description": "Deploy JavaScript handlers that run on inbound mail. Prefer `primitive functions init`, `primitive functions deploy`, `primitive functions redeploy`, `primitive functions list`, `primitive functions get`, `primitive functions logs`, and `primitive functions set-secret`; generated API names remain available for compatibility." | ||
| "description": "Deploy JavaScript handlers that run on inbound mail. Prefer `primitive functions templates`, `primitive functions init`, `primitive functions deploy`, `primitive functions redeploy`, `primitive functions list`, `primitive functions get`, `primitive functions logs`, and `primitive functions set-secret`; generated API names remain available for compatibility." | ||
| } | ||
@@ -61,0 +61,0 @@ }, |
+3
-0
@@ -24,2 +24,3 @@ # @primitivedotdev/cli | ||
| primitive whoami | ||
| primitive functions templates | ||
| primitive functions init my-fn | ||
@@ -46,2 +47,4 @@ cd my-fn && npm install && npm run build | ||
| primitive domains list | ||
| primitive functions templates | ||
| primitive functions init my-fn --template email-reply | ||
| primitive functions logs --id <function-id> | ||
@@ -48,0 +51,0 @@ primitive deliveries replay --id <delivery-id> |
Sorry, the diff of this file is too big to display
563853
9.07%15257
9.85%68
4.62%23
15%