@primitivedotdev/cli 0.31.2 → 0.31.4

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@primitivedotdev/cli",
3
- "version": "0.31.2",
3
+ "version": "0.31.4",
4
4
  "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.",
5
5
  "type": "module",
6
6
  "sideEffects": false,
@@ -38,7 +38,7 @@
38
38
  "description": "Agent signup and authentication API operations"
39
39
  },
40
40
  "domains": {
41
- "description": "Claim, verify, and manage email domains"
41
+ "description": "Claim, verify, manage email domains, and download DNS zone files"
42
42
  },
43
43
  "emails": {
44
44
  "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."
@@ -46,6 +46,9 @@
46
46
  "sending": {
47
47
  "description": "Send outbound emails. Prefer `primitive send` for fresh sends and `primitive reply --id <inbound-id>` for replies; use `primitive sending list`, `primitive sending get`, and `primitive sending permissions` for outbound history and permissions."
48
48
  },
49
+ "signin": {
50
+ "description": "Sign in to an existing Primitive account"
51
+ },
49
52
  "sent": {
50
53
  "description": "Short aliases for outbound sent-email history: `primitive sent list` and `primitive sent get`."
51
54
  },