🚀. Socket Launch Week Day 2:Introducing Manifest Alerts.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.31.4
to
0.31.5
man/primitive.1

Sorry, the diff of this file is not supported yet

+9
-2
{
"name": "@primitivedotdev/cli",
"version": "0.31.4",
"version": "0.31.5",
"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.",

@@ -9,3 +9,4 @@ "type": "module",

"bin",
"dist"
"dist",
"man"
],

@@ -15,2 +16,5 @@ "bin": {

},
"man": [
"./man/primitive.1"
],
"oclif": {

@@ -45,2 +49,5 @@ "bin": "primitive",

},
"inbox": {
"description": "Check inbound email setup and processing readiness"
},
"emails": {

@@ -47,0 +54,0 @@ "description": "List, inspect, and wait for received emails. Prefer task aliases like `primitive emails list`, `primitive emails get`, `primitive emails latest`, `primitive emails wait`, and `primitive emails watch`; generated API names remain available for compatibility."

Sorry, the diff of this file is too big to display