@primitivedotdev/cli 0.34.0 → 0.35.0
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.
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { b as normalizeApiBaseUrl1, c as resolveConfigEnvironment, i as loadCliConfig } from "../cli-config-
|
|
1
|
+
import { b as normalizeApiBaseUrl1, c as resolveConfigEnvironment, i as loadCliConfig } from "../cli-config-SktG2dzR.js";
|
|
2
2
|
import { existsSync, readFileSync } from "node:fs";
|
|
3
3
|
import { join } from "node:path";
|
|
4
4
|
import { homedir } from "node:os";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@primitivedotdev/cli",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.35.0",
|
|
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,
|
|
@@ -10,7 +10,8 @@
|
|
|
10
10
|
"man"
|
|
11
11
|
],
|
|
12
12
|
"bin": {
|
|
13
|
-
"primitive": "./bin/run.js"
|
|
13
|
+
"primitive": "./bin/run.js",
|
|
14
|
+
"prim": "./bin/run.js"
|
|
14
15
|
},
|
|
15
16
|
"man": [
|
|
16
17
|
"./man/primitive.1"
|
|
@@ -55,11 +56,14 @@
|
|
|
55
56
|
"description": "Claim, verify, manage email domains, and download DNS zone files"
|
|
56
57
|
},
|
|
57
58
|
"inbox": {
|
|
58
|
-
"description": "Check inbound email setup and processing readiness"
|
|
59
|
+
"description": "Check inbound email setup and processing readiness. Prefer `primitive inbox setup` for a guided setup path and `primitive inbox status` for the readiness table."
|
|
59
60
|
},
|
|
60
61
|
"emails": {
|
|
61
62
|
"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."
|
|
62
63
|
},
|
|
64
|
+
"search": {
|
|
65
|
+
"description": "Semantic, hybrid, and keyword search across received and sent mail. Use `primitive semantic-search <query>`."
|
|
66
|
+
},
|
|
63
67
|
"sending": {
|
|
64
68
|
"description": "Send outbound emails. Prefer `primitive send` for fresh sends and `primitive reply --id <inbound-id>` for replies. Use `primitive domains list` or `primitive inbox status` to find usable sender domains for --from; `primitive sending permissions` lists recipient-scope destinations you may send to."
|
|
65
69
|
},
|