@primitivedotdev/cli 0.31.1 → 0.31.3
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 +9 -2
- package/dist/oclif/index.js +1986 -690
- package/package.json +7 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@primitivedotdev/cli",
|
|
3
|
-
"version": "0.31.
|
|
3
|
+
"version": "0.31.3",
|
|
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,
|
|
@@ -34,6 +34,9 @@
|
|
|
34
34
|
"account": {
|
|
35
35
|
"description": "Manage your account settings, storage, and webhook secret"
|
|
36
36
|
},
|
|
37
|
+
"agent": {
|
|
38
|
+
"description": "Agent signup and authentication API operations"
|
|
39
|
+
},
|
|
37
40
|
"domains": {
|
|
38
41
|
"description": "Claim, verify, and manage email domains"
|
|
39
42
|
},
|
|
@@ -43,6 +46,9 @@
|
|
|
43
46
|
"sending": {
|
|
44
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."
|
|
45
48
|
},
|
|
49
|
+
"signin": {
|
|
50
|
+
"description": "Sign in to an existing Primitive account"
|
|
51
|
+
},
|
|
46
52
|
"sent": {
|
|
47
53
|
"description": "Short aliases for outbound sent-email history: `primitive sent list` and `primitive sent get`."
|
|
48
54
|
},
|