@liquidmetal-ai/raindrop 0.8.0 → 0.9.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.
- package/README.md +254 -207
- package/bundle/chunk-5AOMZVOJ.js +48 -0
- package/bundle/chunk-5AP5HNN3.js +133 -0
- package/bundle/chunk-6CDCK5IP.js +58 -0
- package/bundle/chunk-6GTBXHHK.js +502 -0
- package/bundle/chunk-A26NDSVL.js +12148 -0
- package/bundle/{chunk-6UE75KX2.js → chunk-AKNNZNIC.js} +1 -2
- package/bundle/{chunk-CW5ZHVPX.js → chunk-DOTQ3CSX.js} +2 -2
- package/bundle/chunk-FO7VH4GU.js +75 -0
- package/bundle/chunk-HEOY5F6W.js +147 -0
- package/bundle/chunk-HMD2JXLE.js +238722 -0
- package/bundle/chunk-KGZ7KWP4.js +44 -0
- package/bundle/chunk-MNUILM7W.js +380 -0
- package/bundle/chunk-OROAB5YF.js +805 -0
- package/bundle/chunk-OZWZILJX.js +4539 -0
- package/bundle/{chunk-6B4I2CKP.js → chunk-YDVG2SA2.js} +4 -4
- package/bundle/chunk-ZQQFKWNC.js +22452 -0
- package/bundle/commands/annotation/get.js +4 -4
- package/bundle/commands/annotation/list.js +4 -4
- package/bundle/commands/annotation/put.js +4 -4
- package/bundle/commands/auth/list.js +2 -2
- package/bundle/commands/auth/login.js +3 -3
- package/bundle/commands/auth/logout.js +2 -2
- package/bundle/commands/auth/select.js +3 -3
- package/bundle/commands/bucket/create-credential.js +3 -3
- package/bundle/commands/bucket/delete-credential.js +3 -3
- package/bundle/commands/bucket/get-credential.js +3 -3
- package/bundle/commands/bucket/list-credentials.js +3 -3
- package/bundle/commands/build/branch.js +26 -14
- package/bundle/commands/build/checkout.js +6 -6
- package/bundle/commands/build/clone.js +5 -5
- package/bundle/commands/build/delete.js +24 -14
- package/bundle/commands/build/deploy.js +25 -13
- package/bundle/commands/build/env/get.js +19 -6
- package/bundle/commands/build/env/set.js +19 -6
- package/bundle/commands/build/find.js +18 -10
- package/bundle/commands/build/generate.js +4 -4
- package/bundle/commands/build/init.js +3 -3
- package/bundle/commands/build/list-templates.js +63 -0
- package/bundle/commands/build/list.js +4 -4
- package/bundle/commands/build/package-template.js +238 -0
- package/bundle/commands/build/sandbox.js +16 -10
- package/bundle/commands/build/start.js +10 -6
- package/bundle/commands/build/status.js +16 -11
- package/bundle/commands/build/stop.js +10 -6
- package/bundle/commands/build/tools/check.js +2 -2
- package/bundle/commands/build/tools/fmt.js +2 -2
- package/bundle/commands/build/unsandbox.js +16 -10
- package/bundle/commands/build/upload.js +23 -9
- package/bundle/commands/build/validate.js +5 -5
- package/bundle/commands/build/workos/delete.js +4 -4
- package/bundle/commands/build/workos/env/attach.js +20 -8
- package/bundle/commands/build/workos/env/create.js +60 -11
- package/bundle/commands/build/workos/env/delete.js +3 -3
- package/bundle/commands/build/workos/env/detach.js +20 -8
- package/bundle/commands/build/workos/env/get.js +21 -3
- package/bundle/commands/build/workos/env/list.js +3 -3
- package/bundle/commands/build/workos/env/set.js +91 -25
- package/bundle/commands/build/workos/invite.js +3 -3
- package/bundle/commands/build/workos/setup.js +14 -5
- package/bundle/commands/build/workos/status.js +116 -25
- package/bundle/commands/dns/create.js +2 -2
- package/bundle/commands/dns/delete.js +4 -4
- package/bundle/commands/dns/get.js +4 -4
- package/bundle/commands/dns/list.js +3 -3
- package/bundle/commands/dns/records/create.js +2 -2
- package/bundle/commands/dns/records/delete.js +3 -3
- package/bundle/commands/dns/records/get.js +2 -2
- package/bundle/commands/dns/records/list.js +2 -2
- package/bundle/commands/dns/records/update.js +2 -2
- package/bundle/commands/logs/query.js +15 -10
- package/bundle/commands/logs/tail.js +16 -11
- package/bundle/commands/mcp/install-claude.js +2 -2
- package/bundle/commands/mcp/install-gemini.js +2 -2
- package/bundle/commands/mcp/install-goose.js +2 -2
- package/bundle/commands/mcp/status.js +2 -2
- package/bundle/commands/object/delete.js +27 -14
- package/bundle/commands/object/get.js +27 -14
- package/bundle/commands/object/list.js +28 -15
- package/bundle/commands/object/put.js +27 -14
- package/bundle/commands/query/chunk-search.js +24 -10
- package/bundle/commands/query/document.js +39 -16
- package/bundle/commands/query/events.js +13 -8
- package/bundle/commands/query/reindex.js +14 -6
- package/bundle/commands/query/search.js +40 -17
- package/bundle/commands/tail.js +2 -2
- package/bundle/index.js +1 -1
- package/dist/base-command.d.ts.map +1 -1
- package/dist/base-command.js +27 -0
- package/dist/commands/annotation/get.js +1 -1
- package/dist/commands/annotation/list.js +1 -1
- package/dist/commands/annotation/put.js +1 -1
- package/dist/commands/bucket/create-credential.js +1 -1
- package/dist/commands/bucket/delete-credential.js +1 -1
- package/dist/commands/bucket/get-credential.js +1 -1
- package/dist/commands/bucket/list-credentials.js +1 -1
- package/dist/commands/build/branch.d.ts +2 -0
- package/dist/commands/build/branch.d.ts.map +1 -1
- package/dist/commands/build/branch.js +18 -5
- package/dist/commands/build/checkout.js +1 -1
- package/dist/commands/build/delete.d.ts +1 -0
- package/dist/commands/build/delete.d.ts.map +1 -1
- package/dist/commands/build/delete.js +25 -12
- package/dist/commands/build/deploy.d.ts +2 -0
- package/dist/commands/build/deploy.d.ts.map +1 -1
- package/dist/commands/build/deploy.js +17 -4
- package/dist/commands/build/env/get.d.ts +2 -0
- package/dist/commands/build/env/get.d.ts.map +1 -1
- package/dist/commands/build/env/get.js +18 -4
- package/dist/commands/build/env/set.d.ts +2 -0
- package/dist/commands/build/env/set.d.ts.map +1 -1
- package/dist/commands/build/env/set.js +18 -4
- package/dist/commands/build/find.d.ts +1 -0
- package/dist/commands/build/find.d.ts.map +1 -1
- package/dist/commands/build/find.js +18 -7
- package/dist/commands/build/generate.js +1 -1
- package/dist/commands/build/list-templates.d.ts +11 -0
- package/dist/commands/build/list-templates.d.ts.map +1 -0
- package/dist/commands/build/list-templates.js +47 -0
- package/dist/commands/build/list.js +1 -1
- package/dist/commands/build/package-template.d.ts +28 -0
- package/dist/commands/build/package-template.d.ts.map +1 -0
- package/dist/commands/build/package-template.js +256 -0
- package/dist/commands/build/sandbox.d.ts +1 -0
- package/dist/commands/build/sandbox.d.ts.map +1 -1
- package/dist/commands/build/sandbox.js +10 -3
- package/dist/commands/build/start.d.ts +1 -0
- package/dist/commands/build/start.d.ts.map +1 -1
- package/dist/commands/build/start.js +9 -4
- package/dist/commands/build/status.d.ts +1 -0
- package/dist/commands/build/status.d.ts.map +1 -1
- package/dist/commands/build/status.js +13 -7
- package/dist/commands/build/stop.d.ts +1 -0
- package/dist/commands/build/stop.d.ts.map +1 -1
- package/dist/commands/build/stop.js +9 -4
- package/dist/commands/build/unsandbox.d.ts +1 -0
- package/dist/commands/build/unsandbox.d.ts.map +1 -1
- package/dist/commands/build/unsandbox.js +10 -3
- package/dist/commands/build/upload.d.ts +3 -1
- package/dist/commands/build/upload.d.ts.map +1 -1
- package/dist/commands/build/upload.js +19 -4
- package/dist/commands/build/validate.js +1 -1
- package/dist/commands/build/workos/env/attach.d.ts +2 -0
- package/dist/commands/build/workos/env/attach.d.ts.map +1 -1
- package/dist/commands/build/workos/env/attach.js +17 -5
- package/dist/commands/build/workos/env/create.d.ts +3 -0
- package/dist/commands/build/workos/env/create.d.ts.map +1 -1
- package/dist/commands/build/workos/env/create.js +61 -8
- package/dist/commands/build/workos/env/detach.d.ts +2 -0
- package/dist/commands/build/workos/env/detach.d.ts.map +1 -1
- package/dist/commands/build/workos/env/detach.js +17 -5
- package/dist/commands/build/workos/env/get.d.ts.map +1 -1
- package/dist/commands/build/workos/env/get.js +19 -0
- package/dist/commands/build/workos/env/set.d.ts +12 -6
- package/dist/commands/build/workos/env/set.d.ts.map +1 -1
- package/dist/commands/build/workos/env/set.js +83 -22
- package/dist/commands/build/workos/setup.d.ts +1 -0
- package/dist/commands/build/workos/setup.d.ts.map +1 -1
- package/dist/commands/build/workos/setup.js +12 -3
- package/dist/commands/build/workos/status.d.ts +5 -0
- package/dist/commands/build/workos/status.d.ts.map +1 -1
- package/dist/commands/build/workos/status.js +128 -21
- package/dist/commands/logs/query.d.ts +1 -0
- package/dist/commands/logs/query.d.ts.map +1 -1
- package/dist/commands/logs/query.js +13 -7
- package/dist/commands/logs/tail.d.ts +1 -0
- package/dist/commands/logs/tail.d.ts.map +1 -1
- package/dist/commands/logs/tail.js +14 -8
- package/dist/commands/object/delete.d.ts +1 -0
- package/dist/commands/object/delete.d.ts.map +1 -1
- package/dist/commands/object/delete.js +25 -11
- package/dist/commands/object/get.d.ts +1 -0
- package/dist/commands/object/get.d.ts.map +1 -1
- package/dist/commands/object/get.js +25 -11
- package/dist/commands/object/list.d.ts +1 -0
- package/dist/commands/object/list.d.ts.map +1 -1
- package/dist/commands/object/list.js +26 -12
- package/dist/commands/object/put.d.ts +1 -0
- package/dist/commands/object/put.d.ts.map +1 -1
- package/dist/commands/object/put.js +25 -11
- package/dist/commands/query/chunk-search.d.ts +1 -0
- package/dist/commands/query/chunk-search.d.ts.map +1 -1
- package/dist/commands/query/chunk-search.js +21 -6
- package/dist/commands/query/document.d.ts +3 -1
- package/dist/commands/query/document.d.ts.map +1 -1
- package/dist/commands/query/document.js +36 -13
- package/dist/commands/query/events.d.ts +1 -0
- package/dist/commands/query/events.d.ts.map +1 -1
- package/dist/commands/query/events.js +12 -6
- package/dist/commands/query/reindex.d.ts +1 -0
- package/dist/commands/query/reindex.d.ts.map +1 -1
- package/dist/commands/query/reindex.js +13 -4
- package/dist/commands/query/search.d.ts +2 -0
- package/dist/commands/query/search.d.ts.map +1 -1
- package/dist/commands/query/search.js +37 -13
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +3 -1
- package/dist/templates/registry.d.ts +38 -0
- package/dist/templates/registry.d.ts.map +1 -0
- package/dist/templates/registry.js +72 -0
- package/dist/tsconfig.tsbuildinfo +1 -0
- package/oclif.manifest.json +2823 -2047
- package/package.json +3 -3
- package/templates/db/node_modules/.bin/prisma +2 -2
- package/templates/db/node_modules/.bin/prisma-kysely +2 -2
- package/templates/db/node_modules/.bin/tsc +2 -2
- package/templates/db/node_modules/.bin/tsserver +2 -2
- package/templates/db/node_modules/.bin/zx +2 -2
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import {
|
|
2
2
|
ulid
|
|
3
|
-
} from "../../chunk-
|
|
3
|
+
} from "../../chunk-FO7VH4GU.js";
|
|
4
4
|
import {
|
|
5
5
|
BaseCommand
|
|
6
|
-
} from "../../chunk-
|
|
6
|
+
} from "../../chunk-OZWZILJX.js";
|
|
7
7
|
import {
|
|
8
8
|
DocumentChatResponseSchema,
|
|
9
9
|
__toESM,
|
|
10
10
|
init_cjs_shims,
|
|
11
11
|
require_lib,
|
|
12
12
|
toJsonString
|
|
13
|
-
} from "../../chunk-
|
|
13
|
+
} from "../../chunk-HMD2JXLE.js";
|
|
14
14
|
|
|
15
15
|
// src/commands/query/document.ts
|
|
16
16
|
init_cjs_shims();
|
|
@@ -38,18 +38,39 @@ Chat with a document in a Smart Bucket using module ID.
|
|
|
38
38
|
description: "Bucket name containing the document, version can be specified with #, e.g. my-bucket#versionId",
|
|
39
39
|
required: false
|
|
40
40
|
}),
|
|
41
|
+
"module-id": import_core.Flags.string({
|
|
42
|
+
description: "Module ID containing the document (deprecated, use --bucket with smartbucket names)",
|
|
43
|
+
required: false,
|
|
44
|
+
hidden: true,
|
|
45
|
+
deprecated: {
|
|
46
|
+
message: "use --bucket with smartbucket names instead",
|
|
47
|
+
version: "3.0.0"
|
|
48
|
+
}
|
|
49
|
+
}),
|
|
41
50
|
moduleId: import_core.Flags.string({
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
51
|
+
description: "Module ID containing the document (deprecated, use --module-id)",
|
|
52
|
+
required: false,
|
|
53
|
+
hidden: true,
|
|
54
|
+
deprecated: {
|
|
55
|
+
message: "use --module-id instead",
|
|
56
|
+
version: "2.0.0"
|
|
57
|
+
}
|
|
45
58
|
}),
|
|
46
|
-
|
|
47
|
-
char: "o",
|
|
59
|
+
"object-id": import_core.Flags.string({
|
|
48
60
|
description: "Object ID of the document to chat with",
|
|
49
61
|
required: true
|
|
50
62
|
}),
|
|
63
|
+
objectId: import_core.Flags.string({
|
|
64
|
+
description: "Object ID of the document to chat with (deprecated, use --object-id)",
|
|
65
|
+
required: false,
|
|
66
|
+
hidden: true,
|
|
67
|
+
deprecated: {
|
|
68
|
+
message: "use --object-id instead",
|
|
69
|
+
version: "2.0.0"
|
|
70
|
+
}
|
|
71
|
+
}),
|
|
51
72
|
output: import_core.Flags.string({
|
|
52
|
-
char: "
|
|
73
|
+
char: "o",
|
|
53
74
|
description: "output format",
|
|
54
75
|
default: "text",
|
|
55
76
|
options: ["text", "json"]
|
|
@@ -61,7 +82,6 @@ Chat with a document in a Smart Bucket using module ID.
|
|
|
61
82
|
hidden: true
|
|
62
83
|
}),
|
|
63
84
|
manifest: import_core.Flags.string({
|
|
64
|
-
char: "M",
|
|
65
85
|
description: "project manifest",
|
|
66
86
|
required: false,
|
|
67
87
|
default: "raindrop.manifest",
|
|
@@ -69,11 +89,13 @@ Chat with a document in a Smart Bucket using module ID.
|
|
|
69
89
|
})
|
|
70
90
|
};
|
|
71
91
|
async documentChat(query) {
|
|
72
|
-
|
|
73
|
-
|
|
92
|
+
const moduleId = this.flags["module-id"] || this.flags.moduleId;
|
|
93
|
+
const objectId = this.flags["object-id"] || this.flags.objectId;
|
|
94
|
+
if (this.flags.bucket && moduleId) {
|
|
95
|
+
this.error("Cannot specify both --bucket and --module-id flags. Please use only one type of location.");
|
|
74
96
|
}
|
|
75
|
-
if (!this.flags.bucket && !
|
|
76
|
-
this.error("Must specify either --bucket or --
|
|
97
|
+
if (!this.flags.bucket && !moduleId) {
|
|
98
|
+
this.error("Must specify either --bucket or --module-id flag to identify the document location.");
|
|
77
99
|
}
|
|
78
100
|
if (this.flags.bucket && !this.flags.bucket.includes("#")) {
|
|
79
101
|
await this.loadConfig();
|
|
@@ -95,7 +117,7 @@ Chat with a document in a Smart Bucket using module ID.
|
|
|
95
117
|
bucketLocation = {
|
|
96
118
|
bucketLocation: {
|
|
97
119
|
case: "moduleId",
|
|
98
|
-
value:
|
|
120
|
+
value: moduleId
|
|
99
121
|
}
|
|
100
122
|
};
|
|
101
123
|
}
|
|
@@ -103,7 +125,8 @@ Chat with a document in a Smart Bucket using module ID.
|
|
|
103
125
|
userId,
|
|
104
126
|
organizationId,
|
|
105
127
|
bucketLocation,
|
|
106
|
-
objectId
|
|
128
|
+
objectId,
|
|
129
|
+
// Guaranteed to exist (required flag)
|
|
107
130
|
requestId: ulid(),
|
|
108
131
|
input: query
|
|
109
132
|
});
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import {
|
|
2
2
|
BaseCommand
|
|
3
|
-
} from "../../chunk-
|
|
3
|
+
} from "../../chunk-OZWZILJX.js";
|
|
4
4
|
import {
|
|
5
5
|
__toESM,
|
|
6
6
|
init_cjs_shims,
|
|
7
7
|
require_lib,
|
|
8
8
|
valueOf
|
|
9
|
-
} from "../../chunk-
|
|
9
|
+
} from "../../chunk-HMD2JXLE.js";
|
|
10
10
|
|
|
11
11
|
// src/commands/query/events.ts
|
|
12
12
|
init_cjs_shims();
|
|
@@ -32,7 +32,6 @@ var Events = class extends BaseCommand {
|
|
|
32
32
|
hidden: true
|
|
33
33
|
}),
|
|
34
34
|
manifest: import_core.Flags.string({
|
|
35
|
-
char: "m",
|
|
36
35
|
description: "project manifest",
|
|
37
36
|
required: false,
|
|
38
37
|
default: "raindrop.manifest",
|
|
@@ -43,11 +42,16 @@ var Events = class extends BaseCommand {
|
|
|
43
42
|
description: "application",
|
|
44
43
|
required: false
|
|
45
44
|
}),
|
|
46
|
-
version: import_core.Flags.string({
|
|
45
|
+
"version-id": import_core.Flags.string({
|
|
47
46
|
char: "v",
|
|
48
|
-
description: "application version",
|
|
47
|
+
description: "application version ID",
|
|
49
48
|
required: false
|
|
50
49
|
}),
|
|
50
|
+
version: import_core.Flags.string({
|
|
51
|
+
description: "application version ID (alias for --version-id)",
|
|
52
|
+
required: false,
|
|
53
|
+
hidden: true
|
|
54
|
+
}),
|
|
51
55
|
rainbowAuthService: import_core.Flags.string({
|
|
52
56
|
default: "https://liquidmetal.run/api/connect",
|
|
53
57
|
hidden: true,
|
|
@@ -60,12 +64,13 @@ var Events = class extends BaseCommand {
|
|
|
60
64
|
})
|
|
61
65
|
};
|
|
62
66
|
async run() {
|
|
63
|
-
|
|
67
|
+
let versionId = this.flags["version-id"] || this.flags.version;
|
|
68
|
+
if (!versionId) {
|
|
64
69
|
const config = await this.loadConfig();
|
|
65
70
|
if (!config.versionId) {
|
|
66
71
|
this.error("No version provided or found in config", { exit: 1 });
|
|
67
72
|
}
|
|
68
|
-
|
|
73
|
+
versionId = config.versionId;
|
|
69
74
|
}
|
|
70
75
|
if (!this.flags.application) {
|
|
71
76
|
const apps = await this.loadManifest();
|
|
@@ -85,7 +90,7 @@ var Events = class extends BaseCommand {
|
|
|
85
90
|
userId,
|
|
86
91
|
organizationId,
|
|
87
92
|
applicationName: this.flags.application,
|
|
88
|
-
applicationVersionId:
|
|
93
|
+
applicationVersionId: versionId
|
|
89
94
|
})) {
|
|
90
95
|
for (const event of resp.events) {
|
|
91
96
|
console.log(event);
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import {
|
|
2
2
|
BaseCommand
|
|
3
|
-
} from "../../chunk-
|
|
3
|
+
} from "../../chunk-OZWZILJX.js";
|
|
4
4
|
import {
|
|
5
5
|
__toESM,
|
|
6
6
|
init_cjs_shims,
|
|
7
7
|
require_lib
|
|
8
|
-
} from "../../chunk-
|
|
8
|
+
} from "../../chunk-HMD2JXLE.js";
|
|
9
9
|
|
|
10
10
|
// src/commands/query/reindex.ts
|
|
11
11
|
init_cjs_shims();
|
|
@@ -31,15 +31,23 @@ Reindex objects with 5 parallel operations instead of the default 10
|
|
|
31
31
|
required: true
|
|
32
32
|
}),
|
|
33
33
|
parallel: import_core.Flags.integer({
|
|
34
|
-
char: "p",
|
|
35
34
|
description: "number of parallel operations",
|
|
36
35
|
default: 10
|
|
37
36
|
}),
|
|
38
|
-
|
|
37
|
+
"dry-run": import_core.Flags.boolean({
|
|
39
38
|
char: "d",
|
|
40
39
|
description: "show what would be reindexed without actually doing it",
|
|
41
40
|
default: false
|
|
42
41
|
}),
|
|
42
|
+
dryRun: import_core.Flags.boolean({
|
|
43
|
+
description: "show what would be reindexed without actually doing it (deprecated, use --dry-run)",
|
|
44
|
+
default: false,
|
|
45
|
+
hidden: true,
|
|
46
|
+
deprecated: {
|
|
47
|
+
message: "use --dry-run instead",
|
|
48
|
+
version: "2.0.0"
|
|
49
|
+
}
|
|
50
|
+
}),
|
|
43
51
|
impersonate: import_core.Flags.string({
|
|
44
52
|
char: "i",
|
|
45
53
|
description: "impersonate organization",
|
|
@@ -47,7 +55,6 @@ Reindex objects with 5 parallel operations instead of the default 10
|
|
|
47
55
|
hidden: true
|
|
48
56
|
}),
|
|
49
57
|
manifest: import_core.Flags.string({
|
|
50
|
-
char: "M",
|
|
51
58
|
description: "project manifest",
|
|
52
59
|
required: false,
|
|
53
60
|
default: "raindrop.manifest",
|
|
@@ -55,6 +62,7 @@ Reindex objects with 5 parallel operations instead of the default 10
|
|
|
55
62
|
})
|
|
56
63
|
};
|
|
57
64
|
async run() {
|
|
65
|
+
const dryRun = this.flags["dry-run"] || this.flags.dryRun;
|
|
58
66
|
if (this.flags.bucket && !this.flags.bucket.includes("#")) {
|
|
59
67
|
await this.loadConfig();
|
|
60
68
|
}
|
|
@@ -79,7 +87,7 @@ Reindex objects with 5 parallel operations instead of the default 10
|
|
|
79
87
|
return;
|
|
80
88
|
}
|
|
81
89
|
console.log(`Found ${listResponse.objects.length} objects to reindex`);
|
|
82
|
-
if (
|
|
90
|
+
if (dryRun) {
|
|
83
91
|
console.log("\nDry run - would reindex the following objects:");
|
|
84
92
|
for (const obj of listResponse.objects) {
|
|
85
93
|
console.log(` - ${obj.key}`);
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import {
|
|
2
2
|
ulid
|
|
3
|
-
} from "../../chunk-
|
|
3
|
+
} from "../../chunk-FO7VH4GU.js";
|
|
4
4
|
import {
|
|
5
5
|
BaseCommand
|
|
6
|
-
} from "../../chunk-
|
|
6
|
+
} from "../../chunk-OZWZILJX.js";
|
|
7
7
|
import {
|
|
8
8
|
__toESM,
|
|
9
9
|
init_cjs_shims,
|
|
10
10
|
require_lib
|
|
11
|
-
} from "../../chunk-
|
|
11
|
+
} from "../../chunk-HMD2JXLE.js";
|
|
12
12
|
|
|
13
13
|
// src/commands/query/search.ts
|
|
14
14
|
init_cjs_shims();
|
|
@@ -37,18 +37,40 @@ Get page 2 of previous search results.
|
|
|
37
37
|
multiple: true,
|
|
38
38
|
required: false
|
|
39
39
|
}),
|
|
40
|
+
"module-ids": import_core.Flags.string({
|
|
41
|
+
description: "Module IDs to search in (deprecated, use --buckets with smartbucket names)",
|
|
42
|
+
multiple: true,
|
|
43
|
+
required: false,
|
|
44
|
+
hidden: true,
|
|
45
|
+
deprecated: {
|
|
46
|
+
message: "use --buckets with smartbucket names instead",
|
|
47
|
+
version: "3.0.0"
|
|
48
|
+
}
|
|
49
|
+
}),
|
|
40
50
|
moduleIds: import_core.Flags.string({
|
|
41
|
-
|
|
42
|
-
description: "Module IDs to search in",
|
|
51
|
+
description: "Module IDs to search in (deprecated, use --module-ids)",
|
|
43
52
|
multiple: true,
|
|
44
|
-
required: false
|
|
53
|
+
required: false,
|
|
54
|
+
hidden: true,
|
|
55
|
+
deprecated: {
|
|
56
|
+
message: "use --module-ids instead",
|
|
57
|
+
version: "2.0.0"
|
|
58
|
+
}
|
|
45
59
|
}),
|
|
46
|
-
|
|
60
|
+
"request-id": import_core.Flags.string({
|
|
47
61
|
description: "request ID for pagination",
|
|
48
62
|
required: false
|
|
49
63
|
}),
|
|
64
|
+
requestId: import_core.Flags.string({
|
|
65
|
+
description: "request ID for pagination (deprecated, use --request-id)",
|
|
66
|
+
required: false,
|
|
67
|
+
hidden: true,
|
|
68
|
+
deprecated: {
|
|
69
|
+
message: "use --request-id instead",
|
|
70
|
+
version: "2.0.0"
|
|
71
|
+
}
|
|
72
|
+
}),
|
|
50
73
|
page: import_core.Flags.integer({
|
|
51
|
-
char: "p",
|
|
52
74
|
description: "page number for paginated results",
|
|
53
75
|
default: 1
|
|
54
76
|
}),
|
|
@@ -65,7 +87,6 @@ Get page 2 of previous search results.
|
|
|
65
87
|
hidden: true
|
|
66
88
|
}),
|
|
67
89
|
manifest: import_core.Flags.string({
|
|
68
|
-
char: "M",
|
|
69
90
|
description: "project manifest",
|
|
70
91
|
required: false,
|
|
71
92
|
default: "raindrop.manifest",
|
|
@@ -73,8 +94,10 @@ Get page 2 of previous search results.
|
|
|
73
94
|
})
|
|
74
95
|
};
|
|
75
96
|
async run() {
|
|
76
|
-
|
|
77
|
-
|
|
97
|
+
const moduleIds = this.flags["module-ids"] || this.flags.moduleIds;
|
|
98
|
+
const requestIdValue = this.flags["request-id"] || this.flags.requestId;
|
|
99
|
+
if (this.flags.buckets?.length && moduleIds?.length) {
|
|
100
|
+
this.error("Cannot specify both --buckets and --module-ids flags. Please use only one type of filter.");
|
|
78
101
|
}
|
|
79
102
|
if (this.flags.buckets?.some((bucket) => !bucket.includes("#"))) {
|
|
80
103
|
await this.loadConfig();
|
|
@@ -83,23 +106,23 @@ Get page 2 of previous search results.
|
|
|
83
106
|
const { client: searchAgentService, userId, organizationId } = await this.searchAgentService();
|
|
84
107
|
let response;
|
|
85
108
|
let requestId;
|
|
86
|
-
if (
|
|
109
|
+
if (requestIdValue) {
|
|
87
110
|
if (!flags.page) {
|
|
88
|
-
this.error("Page number is required when using
|
|
111
|
+
this.error("Page number is required when using request ID");
|
|
89
112
|
return;
|
|
90
113
|
}
|
|
91
114
|
response = await searchAgentService.getPaginatedResults({
|
|
92
|
-
requestId:
|
|
115
|
+
requestId: requestIdValue,
|
|
93
116
|
page: flags.page,
|
|
94
117
|
pageSize: 15,
|
|
95
118
|
userId,
|
|
96
119
|
organizationId
|
|
97
120
|
});
|
|
98
121
|
if (!response?.results?.length) {
|
|
99
|
-
this.error(`No results found for request ID: ${
|
|
122
|
+
this.error(`No results found for request ID: ${requestIdValue}. The search session might have expired.`);
|
|
100
123
|
return;
|
|
101
124
|
}
|
|
102
|
-
requestId =
|
|
125
|
+
requestId = requestIdValue;
|
|
103
126
|
} else {
|
|
104
127
|
if (!args.query) {
|
|
105
128
|
this.error("Search query is required when not using requestId");
|
|
@@ -122,7 +145,7 @@ Get page 2 of previous search results.
|
|
|
122
145
|
}
|
|
123
146
|
};
|
|
124
147
|
}),
|
|
125
|
-
...(
|
|
148
|
+
...(moduleIds || []).map((moduleId) => ({
|
|
126
149
|
bucketLocation: {
|
|
127
150
|
case: "moduleId",
|
|
128
151
|
value: moduleId
|
package/bundle/commands/tail.js
CHANGED
package/bundle/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"base-command.d.ts","sourceRoot":"","sources":["../src/base-command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,sCAAsC,CAAC;AAEnE,OAAO,EAAE,cAAc,EAAE,MAAM,yDAAyD,CAAC;AACzF,OAAO,EAAE,UAAU,EAAE,MAAM,qDAAqD,CAAC;AACjF,OAAO,EAAE,aAAa,EAAE,MAAM,wDAAwD,CAAC;AACvF,OAAO,EAAE,kBAAkB,EAAE,MAAM,8DAA8D,CAAC;AAClG,OAAO,EAAE,kBAAkB,EAAE,MAAM,8DAA8D,CAAC;AAClG,OAAO,EAAE,iBAAiB,EAAE,MAAM,4DAA4D,CAAC;AAC/F,OAAO,EAAE,kBAAkB,EAAE,MAAM,wDAAwD,CAAC;AAC5F,OAAO,EAAE,gBAAgB,EAAE,MAAM,2DAA2D,CAAC;AAC7F,OAAO,EAAE,mBAAmB,EAAE,MAAM,4DAA4D,CAAC;AACjG,OAAO,EAAE,wBAAwB,EAAE,MAAM,oEAAoE,CAAC;AAG9G,OAAO,EAAE,OAAO,EAAS,UAAU,EAAE,MAAM,aAAa,CAAC;AAGzD,OAAO,EAAE,MAAM,EAA0B,MAAM,aAAa,CAAC;AAC7D,OAAO,EAOL,eAAe,EAMhB,MAAM,YAAY,CAAC;AACpB,OAAO,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAElD,MAAM,MAAM,KAAK,CAAC,CAAC,SAAS,OAAO,OAAO,IAAI,UAAU,CAAC,aAAa,CAAC,CAAC,OAAO,WAAW,CAAC,CAAC,WAAW,CAAC,GAAG,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC;AACvH,MAAM,MAAM,IAAI,CAAC,CAAC,SAAS,OAAO,OAAO,IAAI,UAAU,CAAC,YAAY,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC;AAEhF,8BAAsB,WAAW,CAAC,CAAC,SAAS,OAAO,OAAO,CAAE,SAAQ,OAAO;IACzE,MAAM,CAAC,YAAY;;;;;;;;MAsCjB;IAEF,MAAM,CAAC,SAAS,KAAM;IACtB,MAAM,CAAC,QAAQ,KAAM;IAErB,SAAS,CAAC,KAAK,EAAG,KAAK,CAAC,CAAC,CAAC,CAAC;IAC3B,SAAS,CAAC,IAAI,EAAG,IAAI,CAAC,CAAC,CAAC,CAAC;IAEzB,SAAS,CAAC,cAAc,CAAC,EAAE,MAAM,CAAC;IAErB,IAAI,IAAI,OAAO,CAAC,IAAI,CAAC;
|
|
1
|
+
{"version":3,"file":"base-command.d.ts","sourceRoot":"","sources":["../src/base-command.ts"],"names":[],"mappings":"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"}
|
package/dist/base-command.js
CHANGED
|
@@ -52,6 +52,33 @@ export class BaseCommand extends Command {
|
|
|
52
52
|
args;
|
|
53
53
|
raindropConfig;
|
|
54
54
|
async init() {
|
|
55
|
+
// Check for deprecated shorthands BEFORE parent init to show helpful warnings
|
|
56
|
+
const argv = process.argv;
|
|
57
|
+
if (argv.includes('-M')) {
|
|
58
|
+
this.warn('⚠ The -M shorthand has been removed. Please use --manifest instead.');
|
|
59
|
+
}
|
|
60
|
+
if (argv.includes('-p')) {
|
|
61
|
+
if (this.id === 'query:reindex') {
|
|
62
|
+
this.warn('⚠ The -p shorthand has been removed from --parallel. Please use --parallel instead.');
|
|
63
|
+
}
|
|
64
|
+
else if (this.id === 'query:search') {
|
|
65
|
+
this.warn('⚠ The -p shorthand has been removed from --page. Please use --page instead.');
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
// Check if -m is used with module-id commands (now deprecated for those commands)
|
|
69
|
+
const moduleIdCommands = [
|
|
70
|
+
'object:put',
|
|
71
|
+
'object:get',
|
|
72
|
+
'object:list',
|
|
73
|
+
'object:delete',
|
|
74
|
+
'query:document',
|
|
75
|
+
'query:search',
|
|
76
|
+
'query:chunk-search',
|
|
77
|
+
];
|
|
78
|
+
if (argv.includes('-m') && this.id && moduleIdCommands.includes(this.id)) {
|
|
79
|
+
const useBucket = this.id.startsWith('query:') && this.id !== 'query:document' ? '--buckets' : '--bucket';
|
|
80
|
+
this.warn(`⚠ The -m shorthand for --module-id has been deprecated. Please use ${useBucket} with smartbucket names instead.`);
|
|
81
|
+
}
|
|
55
82
|
await super.init();
|
|
56
83
|
const { args, flags } = await this.parse({
|
|
57
84
|
flags: this.ctor.flags,
|
|
@@ -9,6 +9,8 @@ export default class Branch extends BaseCommand<typeof Branch> {
|
|
|
9
9
|
root: import("@oclif/core/interfaces").OptionFlag<string, import("@oclif/core/interfaces").CustomOptions>;
|
|
10
10
|
manifest: import("@oclif/core/interfaces").OptionFlag<string, import("@oclif/core/interfaces").CustomOptions>;
|
|
11
11
|
output: import("@oclif/core/interfaces").OptionFlag<string, import("@oclif/core/interfaces").CustomOptions>;
|
|
12
|
+
'version-id': import("@oclif/core/interfaces").OptionFlag<string | undefined, import("@oclif/core/interfaces").CustomOptions>;
|
|
13
|
+
version: import("@oclif/core/interfaces").OptionFlag<string | undefined, import("@oclif/core/interfaces").CustomOptions>;
|
|
12
14
|
versionId: import("@oclif/core/interfaces").OptionFlag<string | undefined, import("@oclif/core/interfaces").CustomOptions>;
|
|
13
15
|
impersonate: import("@oclif/core/interfaces").OptionFlag<string | undefined, import("@oclif/core/interfaces").CustomOptions>;
|
|
14
16
|
start: import("@oclif/core/interfaces").BooleanFlag<boolean>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"branch.d.ts","sourceRoot":"","sources":["../../../src/commands/build/branch.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAC;AAIpD,MAAM,CAAC,OAAO,OAAO,MAAO,SAAQ,WAAW,CAAC,OAAO,MAAM,CAAC;IAC5D,MAAM,CAAC,IAAI;;MAET;IAEF,MAAM,CAAC,WAAW,SAAmC;IAErD,MAAM,CAAC,QAAQ,WAIb;IAEF,MAAM,CAAC,KAAK
|
|
1
|
+
{"version":3,"file":"branch.d.ts","sourceRoot":"","sources":["../../../src/commands/build/branch.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAC;AAIpD,MAAM,CAAC,OAAO,OAAO,MAAO,SAAQ,WAAW,CAAC,OAAO,MAAM,CAAC;IAC5D,MAAM,CAAC,IAAI;;MAET;IAEF,MAAM,CAAC,WAAW,SAAmC;IAErD,MAAM,CAAC,QAAQ,WAIb;IAEF,MAAM,CAAC,KAAK;;;;;;;;;;;;;;;;;;MA6CV;IAEI,GAAG,IAAI,OAAO,CAAC,IAAI,CAAC;CAgE3B"}
|
|
@@ -16,17 +16,29 @@ Branch a Raindrop application.
|
|
|
16
16
|
...BaseCommand.HIDDEN_FLAGS,
|
|
17
17
|
root: Flags.string({ char: 'r', description: 'root directory', required: false, default: process.cwd() }),
|
|
18
18
|
manifest: Flags.string({
|
|
19
|
-
char: 'M',
|
|
20
19
|
description: 'project manifest',
|
|
21
20
|
required: false,
|
|
22
21
|
default: 'raindrop.manifest',
|
|
23
22
|
}),
|
|
24
23
|
output: Flags.string({ char: 'o', description: 'output directory', required: false, default: 'dist' }),
|
|
25
|
-
|
|
24
|
+
'version-id': Flags.string({
|
|
26
25
|
char: 'p',
|
|
27
|
-
|
|
28
|
-
|
|
26
|
+
description: 'branch from this version ID',
|
|
27
|
+
required: false,
|
|
28
|
+
}),
|
|
29
|
+
version: Flags.string({
|
|
30
|
+
description: 'branch from this version ID (alias for --version-id)',
|
|
31
|
+
required: false,
|
|
32
|
+
hidden: true,
|
|
33
|
+
}),
|
|
34
|
+
versionId: Flags.string({
|
|
35
|
+
description: 'branch from this version ID (deprecated, use --version-id)',
|
|
29
36
|
required: false,
|
|
37
|
+
hidden: true,
|
|
38
|
+
deprecated: {
|
|
39
|
+
message: 'use --version-id instead',
|
|
40
|
+
version: '2.0.0',
|
|
41
|
+
},
|
|
30
42
|
}),
|
|
31
43
|
impersonate: Flags.string({
|
|
32
44
|
char: 'i',
|
|
@@ -59,7 +71,8 @@ Branch a Raindrop application.
|
|
|
59
71
|
console.log(`Current versionId: ${config.versionId}`);
|
|
60
72
|
return;
|
|
61
73
|
}
|
|
62
|
-
|
|
74
|
+
// Normalize flags (support both old and new names)
|
|
75
|
+
const versionId = (this.flags['version-id'] || this.flags.version || this.flags.versionId) || config.versionId;
|
|
63
76
|
await deploy({
|
|
64
77
|
command: this,
|
|
65
78
|
root: this.flags.root,
|
|
@@ -24,7 +24,7 @@ Switched to version: 01jux6z20m4gbhn5kaa4mcm2jr
|
|
|
24
24
|
...BaseCommand.HIDDEN_FLAGS,
|
|
25
25
|
output: Flags.string({ char: 'o', description: 'output format', required: false, default: 'text' }),
|
|
26
26
|
manifest: Flags.string({
|
|
27
|
-
char: '
|
|
27
|
+
char: 'm',
|
|
28
28
|
description: 'project manifest',
|
|
29
29
|
required: false,
|
|
30
30
|
default: 'raindrop.manifest',
|
|
@@ -17,6 +17,7 @@ export default class Delete extends BaseCommand<typeof Delete> {
|
|
|
17
17
|
root: import("@oclif/core/interfaces").OptionFlag<string, import("@oclif/core/interfaces").CustomOptions>;
|
|
18
18
|
manifest: import("@oclif/core/interfaces").OptionFlag<string, import("@oclif/core/interfaces").CustomOptions>;
|
|
19
19
|
output: import("@oclif/core/interfaces").OptionFlag<string, import("@oclif/core/interfaces").CustomOptions>;
|
|
20
|
+
'version-id': import("@oclif/core/interfaces").OptionFlag<string | undefined, import("@oclif/core/interfaces").CustomOptions>;
|
|
20
21
|
version: import("@oclif/core/interfaces").OptionFlag<string | undefined, import("@oclif/core/interfaces").CustomOptions>;
|
|
21
22
|
all: import("@oclif/core/interfaces").BooleanFlag<boolean>;
|
|
22
23
|
impersonate: import("@oclif/core/interfaces").OptionFlag<string | undefined, import("@oclif/core/interfaces").CustomOptions>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"delete.d.ts","sourceRoot":"","sources":["../../../src/commands/build/delete.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,gCAAgC,EAAa,MAAM,yDAAyD,CAAC;AAGtH,OAAO,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAC;AAKpD,UAAU,WAAW;IACnB,SAAS,EAAE,MAAM,CAAC;IAClB,iBAAiB,EAAE,MAAM,GAAG,IAAI,CAAC;IACjC,WAAW,EAAE,gCAAgC,CAAC;IAC9C,QAAQ,EAAE,WAAW,EAAE,CAAC;IACxB,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,MAAM,CAAC,OAAO,OAAO,MAAO,SAAQ,WAAW,CAAC,OAAO,MAAM,CAAC;IAC5D,MAAM,CAAC,IAAI;;MAET;IAEF,MAAM,CAAC,WAAW,SAAkC;IAEpD,MAAM,CAAC,QAAQ,WAIb;IAEF,MAAM,CAAC,KAAK
|
|
1
|
+
{"version":3,"file":"delete.d.ts","sourceRoot":"","sources":["../../../src/commands/build/delete.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,gCAAgC,EAAa,MAAM,yDAAyD,CAAC;AAGtH,OAAO,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAC;AAKpD,UAAU,WAAW;IACnB,SAAS,EAAE,MAAM,CAAC;IAClB,iBAAiB,EAAE,MAAM,GAAG,IAAI,CAAC;IACjC,WAAW,EAAE,gCAAgC,CAAC;IAC9C,QAAQ,EAAE,WAAW,EAAE,CAAC;IACxB,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,MAAM,CAAC,OAAO,OAAO,MAAO,SAAQ,WAAW,CAAC,OAAO,MAAM,CAAC;IAC5D,MAAM,CAAC,IAAI;;MAET;IAEF,MAAM,CAAC,WAAW,SAAkC;IAEpD,MAAM,CAAC,QAAQ,WAIb;IAEF,MAAM,CAAC,KAAK;;;;;;;;;;;;;;;MAsCV;IAGF,gBAAgB,CAAC,YAAY,EAAE,gCAAgC,EAAE;;;;IA6B3D,wBAAwB,CAC5B,eAAe,EAAE,MAAM,EACvB,MAAM,EAAE,MAAM,EACd,cAAc,EAAE,MAAM,GACrB,OAAO,CAAC,gCAAgC,EAAE,CAAC;IAaxC,sBAAsB,CAC1B,QAAQ,EAAE,gCAAgC,EAAE,EAC5C,cAAc,CAAC,EAAE,MAAM,GACtB,OAAO,CAAC,MAAM,GAAG,SAAS,CAAC;IA4DxB,GAAG,IAAI,OAAO,CAAC,IAAI,CAAC;CAsG3B"}
|