🚀. Socket Launch Week Day 3:Socket Firewall Now Blocks Malicious VS Code and Open VSX Extensions.Learn more
Sign In

@primitivedotdev/cli

Package Overview
Dependencies
Maintainers
2
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@primitivedotdev/cli - npm Package Compare versions

Comparing version
0.28.0
to
0.29.0
+2
-2
package.json
{
"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 @@ },

@@ -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