@liquidmetal-ai/raindrop 0.4.2 → 0.4.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.
@@ -81,117 +81,113 @@
81
81
  "tail.js"
82
82
  ]
83
83
  },
84
- "annotation:get": {
84
+ "auth:list": {
85
85
  "aliases": [],
86
- "args": {
87
- "mrn": {
88
- "description": "MRN (Machine Resource Name) of the annotation to retrieve. Can be partial (e.g., my-module:my-key:) or full (e.g., annotation:app:v1:my-module:my-key:)",
89
- "name": "mrn",
90
- "required": true
86
+ "args": {},
87
+ "description": "List authentications",
88
+ "flags": {
89
+ "output": {
90
+ "char": "o",
91
+ "description": "output format",
92
+ "name": "output",
93
+ "default": "table",
94
+ "hasDynamicHelp": false,
95
+ "multiple": false,
96
+ "options": [
97
+ "text",
98
+ "table",
99
+ "json"
100
+ ],
101
+ "type": "option"
91
102
  }
92
103
  },
93
- "description": "Get an annotation by MRN",
94
- "examples": [
95
- "<%= config.bin %> annotation get my-module:my-item^my-key:\nGet annotation by partial MRN (prefilled with app/version from manifest and config)\n",
96
- "<%= config.bin %> annotation get annotation:my-app:v1.0.0:my-module:my-item^my-key:\nGet annotation with the full MRN\n",
97
- "<%= config.bin %> annotation get my-module:my-key: --format json\nGet annotation by partial MRN and output as JSON\n"
98
- ],
99
- "flags": {
104
+ "hasDynamicHelp": false,
105
+ "hiddenAliases": [],
106
+ "id": "auth:list",
107
+ "pluginAlias": "@liquidmetal-ai/raindrop",
108
+ "pluginName": "@liquidmetal-ai/raindrop",
109
+ "pluginType": "core",
110
+ "strict": true,
111
+ "enableJsonFlag": false,
112
+ "HIDDEN_FLAGS": {
100
113
  "config": {
101
114
  "char": "c",
102
115
  "description": "config file",
103
- "hidden": true,
104
- "name": "config",
105
116
  "required": false,
117
+ "hidden": true,
106
118
  "default": ".raindrop/config.json",
107
- "hasDynamicHelp": false,
119
+ "input": [],
108
120
  "multiple": false,
109
121
  "type": "option"
110
122
  },
111
123
  "rainbowAuthService": {
112
- "env": "LIQUIDMETAL_RAINBOW_AUTH_SERVICE",
113
- "hidden": true,
114
- "name": "rainbowAuthService",
115
124
  "default": "https://raindrop.liquidmetal.run/",
116
- "hasDynamicHelp": false,
125
+ "hidden": true,
126
+ "env": "LIQUIDMETAL_RAINBOW_AUTH_SERVICE",
127
+ "input": [],
117
128
  "multiple": false,
118
129
  "type": "option"
119
130
  },
120
131
  "raindropCatalogService": {
121
- "description": "URL of the catalog service",
122
132
  "env": "RAINDROP_CATALOG_SERVICE",
133
+ "description": "URL of the catalog service",
123
134
  "hidden": true,
124
- "name": "raindropCatalogService",
125
- "hasDynamicHelp": false,
135
+ "input": [],
126
136
  "multiple": false,
127
137
  "type": "option"
128
138
  },
129
139
  "rainbowAuthToken": {
130
- "description": "Override the Rainbow auth token derived from the CLI config",
131
140
  "env": "RAINBOW_AUTH_TOKEN",
141
+ "description": "Override the Rainbow auth token derived from the CLI config",
132
142
  "hidden": true,
133
- "name": "rainbowAuthToken",
134
- "hasDynamicHelp": false,
143
+ "input": [],
135
144
  "multiple": false,
136
145
  "type": "option"
137
146
  },
138
147
  "rainbowOrganizationId": {
139
- "description": "Override the Rainbow organization ID derived from the CLI config",
140
148
  "env": "RAINBOW_ORGANIZATION_ID",
149
+ "description": "Override the Rainbow organization ID derived from the CLI config",
141
150
  "hidden": true,
142
- "name": "rainbowOrganizationId",
143
- "hasDynamicHelp": false,
151
+ "input": [],
144
152
  "multiple": false,
145
153
  "type": "option"
146
154
  },
147
155
  "rainbowUserId": {
148
- "description": "Override the Rainbow user ID derived from the CLI config",
149
156
  "env": "RAINBOW_USER_ID",
157
+ "description": "Override the Rainbow user ID derived from the CLI config",
150
158
  "hidden": true,
151
- "name": "rainbowUserId",
152
- "hasDynamicHelp": false,
159
+ "input": [],
153
160
  "multiple": false,
154
161
  "type": "option"
155
162
  },
156
163
  "sendVersionMetadata": {
157
164
  "description": "Send version metadata to the server",
158
- "hidden": true,
159
- "name": "sendVersionMetadata",
160
165
  "default": "true",
161
- "hasDynamicHelp": false,
162
- "multiple": false,
163
- "type": "option"
164
- },
165
- "format": {
166
- "char": "f",
167
- "description": "output format",
168
- "name": "format",
169
- "default": "text",
170
- "hasDynamicHelp": false,
171
- "multiple": false,
172
- "options": [
173
- "text",
174
- "json"
175
- ],
176
- "type": "option"
177
- },
178
- "impersonate": {
179
- "char": "i",
180
- "description": "impersonate organization",
181
166
  "hidden": true,
182
- "name": "impersonate",
183
- "required": false,
184
- "hasDynamicHelp": false,
167
+ "input": [],
185
168
  "multiple": false,
186
169
  "type": "option"
187
- },
188
- "manifest": {
189
- "char": "M",
190
- "description": "project manifest",
170
+ }
171
+ },
172
+ "baseArgs": {},
173
+ "isESM": true,
174
+ "relativePath": [
175
+ "dist",
176
+ "commands",
177
+ "auth",
178
+ "list.js"
179
+ ]
180
+ },
181
+ "auth:login": {
182
+ "aliases": [],
183
+ "args": {},
184
+ "description": "Logs a user into the LiquidMetal platform. Supports browser-based authentication.",
185
+ "flags": {
186
+ "rainbowAuthService": {
187
+ "env": "LIQUIDMETAL_RAINBOW_AUTH_SERVICE",
191
188
  "hidden": true,
192
- "name": "manifest",
193
- "required": false,
194
- "default": "raindrop.manifest",
189
+ "name": "rainbowAuthService",
190
+ "default": "https://liquidmetal.run/api/connect",
195
191
  "hasDynamicHelp": false,
196
192
  "multiple": false,
197
193
  "type": "option"
@@ -199,7 +195,7 @@
199
195
  },
200
196
  "hasDynamicHelp": false,
201
197
  "hiddenAliases": [],
202
- "id": "annotation:get",
198
+ "id": "auth:login",
203
199
  "pluginAlias": "@liquidmetal-ai/raindrop",
204
200
  "pluginName": "@liquidmetal-ai/raindrop",
205
201
  "pluginType": "core",
@@ -270,131 +266,100 @@
270
266
  "relativePath": [
271
267
  "dist",
272
268
  "commands",
273
- "annotation",
274
- "get.js"
269
+ "auth",
270
+ "login.js"
275
271
  ]
276
272
  },
277
- "annotation:list": {
273
+ "auth:logout": {
278
274
  "aliases": [],
279
- "args": {
280
- "mrnPrefix": {
281
- "description": "MRN prefix to filter annotations (e.g., my-module or annotation:app:v1:my-module). If not provided, uses app/version from manifest and config.",
282
- "name": "mrnPrefix",
283
- "required": false
284
- }
285
- },
286
- "description": "List annotations by MRN prefix",
287
- "examples": [
288
- "<%= config.bin %> annotation list\nList all annotations for the current app/version from manifest and config\n",
289
- "<%= config.bin %> annotation list my-module\nList annotations for 'my-module' (prefilled with app/version from manifest and config)\n",
290
- "<%= config.bin %> annotation list annotation:my-app:v1.0.0:my-module --format json\nList annotations for a specific module using full MRN prefix in JSON format\n"
291
- ],
292
- "flags": {
275
+ "args": {},
276
+ "description": "Logout authentications",
277
+ "flags": {},
278
+ "hasDynamicHelp": false,
279
+ "hiddenAliases": [],
280
+ "id": "auth:logout",
281
+ "pluginAlias": "@liquidmetal-ai/raindrop",
282
+ "pluginName": "@liquidmetal-ai/raindrop",
283
+ "pluginType": "core",
284
+ "strict": true,
285
+ "enableJsonFlag": false,
286
+ "HIDDEN_FLAGS": {
293
287
  "config": {
294
288
  "char": "c",
295
289
  "description": "config file",
296
- "hidden": true,
297
- "name": "config",
298
290
  "required": false,
291
+ "hidden": true,
299
292
  "default": ".raindrop/config.json",
300
- "hasDynamicHelp": false,
293
+ "input": [],
301
294
  "multiple": false,
302
295
  "type": "option"
303
296
  },
304
297
  "rainbowAuthService": {
305
- "env": "LIQUIDMETAL_RAINBOW_AUTH_SERVICE",
306
- "hidden": true,
307
- "name": "rainbowAuthService",
308
298
  "default": "https://raindrop.liquidmetal.run/",
309
- "hasDynamicHelp": false,
299
+ "hidden": true,
300
+ "env": "LIQUIDMETAL_RAINBOW_AUTH_SERVICE",
301
+ "input": [],
310
302
  "multiple": false,
311
303
  "type": "option"
312
304
  },
313
305
  "raindropCatalogService": {
314
- "description": "URL of the catalog service",
315
306
  "env": "RAINDROP_CATALOG_SERVICE",
307
+ "description": "URL of the catalog service",
316
308
  "hidden": true,
317
- "name": "raindropCatalogService",
318
- "hasDynamicHelp": false,
309
+ "input": [],
319
310
  "multiple": false,
320
311
  "type": "option"
321
312
  },
322
313
  "rainbowAuthToken": {
323
- "description": "Override the Rainbow auth token derived from the CLI config",
324
314
  "env": "RAINBOW_AUTH_TOKEN",
315
+ "description": "Override the Rainbow auth token derived from the CLI config",
325
316
  "hidden": true,
326
- "name": "rainbowAuthToken",
327
- "hasDynamicHelp": false,
317
+ "input": [],
328
318
  "multiple": false,
329
319
  "type": "option"
330
320
  },
331
321
  "rainbowOrganizationId": {
332
- "description": "Override the Rainbow organization ID derived from the CLI config",
333
322
  "env": "RAINBOW_ORGANIZATION_ID",
323
+ "description": "Override the Rainbow organization ID derived from the CLI config",
334
324
  "hidden": true,
335
- "name": "rainbowOrganizationId",
336
- "hasDynamicHelp": false,
325
+ "input": [],
337
326
  "multiple": false,
338
327
  "type": "option"
339
328
  },
340
329
  "rainbowUserId": {
341
- "description": "Override the Rainbow user ID derived from the CLI config",
342
330
  "env": "RAINBOW_USER_ID",
331
+ "description": "Override the Rainbow user ID derived from the CLI config",
343
332
  "hidden": true,
344
- "name": "rainbowUserId",
345
- "hasDynamicHelp": false,
333
+ "input": [],
346
334
  "multiple": false,
347
335
  "type": "option"
348
336
  },
349
337
  "sendVersionMetadata": {
350
338
  "description": "Send version metadata to the server",
351
- "hidden": true,
352
- "name": "sendVersionMetadata",
353
339
  "default": "true",
354
- "hasDynamicHelp": false,
355
- "multiple": false,
356
- "type": "option"
357
- },
358
- "output": {
359
- "char": "o",
360
- "description": "output format",
361
- "name": "output",
362
- "default": "table",
363
- "hasDynamicHelp": false,
364
- "multiple": false,
365
- "options": [
366
- "table",
367
- "text",
368
- "json"
369
- ],
370
- "type": "option"
371
- },
372
- "limit": {
373
- "char": "l",
374
- "description": "maximum number of annotations to return",
375
- "name": "limit",
376
- "default": 100,
377
- "hasDynamicHelp": false,
378
- "multiple": false,
379
- "type": "option"
380
- },
381
- "impersonate": {
382
- "char": "i",
383
- "description": "impersonate organization",
384
340
  "hidden": true,
385
- "name": "impersonate",
386
- "required": false,
387
- "hasDynamicHelp": false,
341
+ "input": [],
388
342
  "multiple": false,
389
343
  "type": "option"
390
- },
391
- "manifest": {
392
- "char": "M",
393
- "description": "project manifest",
394
- "hidden": true,
395
- "name": "manifest",
396
- "required": false,
397
- "default": "raindrop.manifest",
344
+ }
345
+ },
346
+ "baseArgs": {},
347
+ "isESM": true,
348
+ "relativePath": [
349
+ "dist",
350
+ "commands",
351
+ "auth",
352
+ "logout.js"
353
+ ]
354
+ },
355
+ "auth:select": {
356
+ "aliases": [],
357
+ "args": {},
358
+ "description": "Select active organization",
359
+ "flags": {
360
+ "organizationId": {
361
+ "description": "organizationId to select as active",
362
+ "name": "organizationId",
398
363
  "hasDynamicHelp": false,
399
364
  "multiple": false,
400
365
  "type": "option"
@@ -402,7 +367,7 @@
402
367
  },
403
368
  "hasDynamicHelp": false,
404
369
  "hiddenAliases": [],
405
- "id": "annotation:list",
370
+ "id": "auth:select",
406
371
  "pluginAlias": "@liquidmetal-ai/raindrop",
407
372
  "pluginName": "@liquidmetal-ai/raindrop",
408
373
  "pluginType": "core",
@@ -473,29 +438,24 @@
473
438
  "relativePath": [
474
439
  "dist",
475
440
  "commands",
476
- "annotation",
477
- "list.js"
441
+ "auth",
442
+ "select.js"
478
443
  ]
479
444
  },
480
- "annotation:put": {
445
+ "annotation:get": {
481
446
  "aliases": [],
482
447
  "args": {
483
448
  "mrn": {
484
- "description": "MRN (Machine Resource Name) of the annotation to create/update. Can be partial (e.g., my-module:my-key:) or full (e.g., annotation:app:v1:my-module:my-key:)",
449
+ "description": "MRN (Machine Resource Name) of the annotation to retrieve. Can be partial (e.g., my-module:my-key:) or full (e.g., annotation:app:v1:my-module:my-key:)",
485
450
  "name": "mrn",
486
451
  "required": true
487
- },
488
- "annotation": {
489
- "description": "annotation content (use \"-\" to read from stdin)",
490
- "name": "annotation",
491
- "required": true
492
452
  }
493
453
  },
494
- "description": "Create or update an annotation by MRN",
454
+ "description": "Get an annotation by MRN",
495
455
  "examples": [
496
- "<%= config.bin %> annotation put my-module:my-key: \"This is my annotation\"\nCreate an annotation with partial MRN (prefilled with app/version from manifest and config)\n",
497
- "<%= config.bin %> annotation put annotation:my-app:v1.0.0:my-module:my-item^my-key: @file.txt\nCreate an annotation from file contents using full MRN\n",
498
- "<%= config.bin %> annotation put my-module:my-key: - < input.txt\nCreate an annotation from stdin using partial MRN\n"
456
+ "<%= config.bin %> annotation get my-module:my-item^my-key:\nGet annotation by partial MRN (prefilled with app/version from manifest and config)\n",
457
+ "<%= config.bin %> annotation get annotation:my-app:v1.0.0:my-module:my-item^my-key:\nGet annotation with the full MRN\n",
458
+ "<%= config.bin %> annotation get my-module:my-key: --format json\nGet annotation by partial MRN and output as JSON\n"
499
459
  ],
500
460
  "flags": {
501
461
  "config": {
@@ -563,10 +523,10 @@
563
523
  "multiple": false,
564
524
  "type": "option"
565
525
  },
566
- "output": {
567
- "char": "o",
526
+ "format": {
527
+ "char": "f",
568
528
  "description": "output format",
569
- "name": "output",
529
+ "name": "format",
570
530
  "default": "text",
571
531
  "hasDynamicHelp": false,
572
532
  "multiple": false,
@@ -600,7 +560,7 @@
600
560
  },
601
561
  "hasDynamicHelp": false,
602
562
  "hiddenAliases": [],
603
- "id": "annotation:put",
563
+ "id": "annotation:get",
604
564
  "pluginAlias": "@liquidmetal-ai/raindrop",
605
565
  "pluginName": "@liquidmetal-ai/raindrop",
606
566
  "pluginType": "core",
@@ -672,116 +632,130 @@
672
632
  "dist",
673
633
  "commands",
674
634
  "annotation",
675
- "put.js"
635
+ "get.js"
676
636
  ]
677
637
  },
678
- "auth:list": {
638
+ "annotation:list": {
679
639
  "aliases": [],
680
- "args": {},
681
- "description": "List authentications",
682
- "flags": {
683
- "output": {
684
- "char": "o",
685
- "description": "output format",
686
- "name": "output",
687
- "default": "table",
688
- "hasDynamicHelp": false,
689
- "multiple": false,
690
- "options": [
691
- "text",
692
- "table",
693
- "json"
694
- ],
695
- "type": "option"
640
+ "args": {
641
+ "mrnPrefix": {
642
+ "description": "MRN prefix to filter annotations (e.g., my-module or annotation:app:v1:my-module). If not provided, uses app/version from manifest and config.",
643
+ "name": "mrnPrefix",
644
+ "required": false
696
645
  }
697
646
  },
698
- "hasDynamicHelp": false,
699
- "hiddenAliases": [],
700
- "id": "auth:list",
701
- "pluginAlias": "@liquidmetal-ai/raindrop",
702
- "pluginName": "@liquidmetal-ai/raindrop",
703
- "pluginType": "core",
704
- "strict": true,
705
- "enableJsonFlag": false,
706
- "HIDDEN_FLAGS": {
647
+ "description": "List annotations by MRN prefix",
648
+ "examples": [
649
+ "<%= config.bin %> annotation list\nList all annotations for the current app/version from manifest and config\n",
650
+ "<%= config.bin %> annotation list my-module\nList annotations for 'my-module' (prefilled with app/version from manifest and config)\n",
651
+ "<%= config.bin %> annotation list annotation:my-app:v1.0.0:my-module --format json\nList annotations for a specific module using full MRN prefix in JSON format\n"
652
+ ],
653
+ "flags": {
707
654
  "config": {
708
655
  "char": "c",
709
656
  "description": "config file",
710
- "required": false,
711
657
  "hidden": true,
658
+ "name": "config",
659
+ "required": false,
712
660
  "default": ".raindrop/config.json",
713
- "input": [],
661
+ "hasDynamicHelp": false,
714
662
  "multiple": false,
715
663
  "type": "option"
716
664
  },
717
665
  "rainbowAuthService": {
718
- "default": "https://raindrop.liquidmetal.run/",
719
- "hidden": true,
720
666
  "env": "LIQUIDMETAL_RAINBOW_AUTH_SERVICE",
721
- "input": [],
667
+ "hidden": true,
668
+ "name": "rainbowAuthService",
669
+ "default": "https://raindrop.liquidmetal.run/",
670
+ "hasDynamicHelp": false,
722
671
  "multiple": false,
723
672
  "type": "option"
724
673
  },
725
674
  "raindropCatalogService": {
726
- "env": "RAINDROP_CATALOG_SERVICE",
727
675
  "description": "URL of the catalog service",
676
+ "env": "RAINDROP_CATALOG_SERVICE",
728
677
  "hidden": true,
729
- "input": [],
678
+ "name": "raindropCatalogService",
679
+ "hasDynamicHelp": false,
730
680
  "multiple": false,
731
681
  "type": "option"
732
682
  },
733
683
  "rainbowAuthToken": {
734
- "env": "RAINBOW_AUTH_TOKEN",
735
684
  "description": "Override the Rainbow auth token derived from the CLI config",
685
+ "env": "RAINBOW_AUTH_TOKEN",
736
686
  "hidden": true,
737
- "input": [],
687
+ "name": "rainbowAuthToken",
688
+ "hasDynamicHelp": false,
689
+ "multiple": false,
690
+ "type": "option"
691
+ },
692
+ "rainbowOrganizationId": {
693
+ "description": "Override the Rainbow organization ID derived from the CLI config",
694
+ "env": "RAINBOW_ORGANIZATION_ID",
695
+ "hidden": true,
696
+ "name": "rainbowOrganizationId",
697
+ "hasDynamicHelp": false,
698
+ "multiple": false,
699
+ "type": "option"
700
+ },
701
+ "rainbowUserId": {
702
+ "description": "Override the Rainbow user ID derived from the CLI config",
703
+ "env": "RAINBOW_USER_ID",
704
+ "hidden": true,
705
+ "name": "rainbowUserId",
706
+ "hasDynamicHelp": false,
707
+ "multiple": false,
708
+ "type": "option"
709
+ },
710
+ "sendVersionMetadata": {
711
+ "description": "Send version metadata to the server",
712
+ "hidden": true,
713
+ "name": "sendVersionMetadata",
714
+ "default": "true",
715
+ "hasDynamicHelp": false,
716
+ "multiple": false,
717
+ "type": "option"
718
+ },
719
+ "output": {
720
+ "char": "o",
721
+ "description": "output format",
722
+ "name": "output",
723
+ "default": "table",
724
+ "hasDynamicHelp": false,
738
725
  "multiple": false,
726
+ "options": [
727
+ "table",
728
+ "text",
729
+ "json"
730
+ ],
739
731
  "type": "option"
740
732
  },
741
- "rainbowOrganizationId": {
742
- "env": "RAINBOW_ORGANIZATION_ID",
743
- "description": "Override the Rainbow organization ID derived from the CLI config",
744
- "hidden": true,
745
- "input": [],
733
+ "limit": {
734
+ "char": "l",
735
+ "description": "maximum number of annotations to return",
736
+ "name": "limit",
737
+ "default": 100,
738
+ "hasDynamicHelp": false,
746
739
  "multiple": false,
747
740
  "type": "option"
748
741
  },
749
- "rainbowUserId": {
750
- "env": "RAINBOW_USER_ID",
751
- "description": "Override the Rainbow user ID derived from the CLI config",
742
+ "impersonate": {
743
+ "char": "i",
744
+ "description": "impersonate organization",
752
745
  "hidden": true,
753
- "input": [],
746
+ "name": "impersonate",
747
+ "required": false,
748
+ "hasDynamicHelp": false,
754
749
  "multiple": false,
755
750
  "type": "option"
756
751
  },
757
- "sendVersionMetadata": {
758
- "description": "Send version metadata to the server",
759
- "default": "true",
760
- "hidden": true,
761
- "input": [],
762
- "multiple": false,
763
- "type": "option"
764
- }
765
- },
766
- "baseArgs": {},
767
- "isESM": true,
768
- "relativePath": [
769
- "dist",
770
- "commands",
771
- "auth",
772
- "list.js"
773
- ]
774
- },
775
- "auth:login": {
776
- "aliases": [],
777
- "args": {},
778
- "description": "Logs a user into the LiquidMetal platform. Supports browser-based authentication.",
779
- "flags": {
780
- "rainbowAuthService": {
781
- "env": "LIQUIDMETAL_RAINBOW_AUTH_SERVICE",
752
+ "manifest": {
753
+ "char": "M",
754
+ "description": "project manifest",
782
755
  "hidden": true,
783
- "name": "rainbowAuthService",
784
- "default": "https://liquidmetal.run/api/connect",
756
+ "name": "manifest",
757
+ "required": false,
758
+ "default": "raindrop.manifest",
785
759
  "hasDynamicHelp": false,
786
760
  "multiple": false,
787
761
  "type": "option"
@@ -789,7 +763,7 @@
789
763
  },
790
764
  "hasDynamicHelp": false,
791
765
  "hiddenAliases": [],
792
- "id": "auth:login",
766
+ "id": "annotation:list",
793
767
  "pluginAlias": "@liquidmetal-ai/raindrop",
794
768
  "pluginName": "@liquidmetal-ai/raindrop",
795
769
  "pluginType": "core",
@@ -860,100 +834,126 @@
860
834
  "relativePath": [
861
835
  "dist",
862
836
  "commands",
863
- "auth",
864
- "login.js"
837
+ "annotation",
838
+ "list.js"
865
839
  ]
866
840
  },
867
- "auth:logout": {
841
+ "annotation:put": {
868
842
  "aliases": [],
869
- "args": {},
870
- "description": "Logout authentications",
871
- "flags": {},
872
- "hasDynamicHelp": false,
873
- "hiddenAliases": [],
874
- "id": "auth:logout",
875
- "pluginAlias": "@liquidmetal-ai/raindrop",
876
- "pluginName": "@liquidmetal-ai/raindrop",
877
- "pluginType": "core",
878
- "strict": true,
879
- "enableJsonFlag": false,
880
- "HIDDEN_FLAGS": {
843
+ "args": {
844
+ "mrn": {
845
+ "description": "MRN (Machine Resource Name) of the annotation to create/update. Can be partial (e.g., my-module:my-key:) or full (e.g., annotation:app:v1:my-module:my-key:)",
846
+ "name": "mrn",
847
+ "required": true
848
+ },
849
+ "annotation": {
850
+ "description": "annotation content (use \"-\" to read from stdin)",
851
+ "name": "annotation",
852
+ "required": true
853
+ }
854
+ },
855
+ "description": "Create or update an annotation by MRN",
856
+ "examples": [
857
+ "<%= config.bin %> annotation put my-module:my-key: \"This is my annotation\"\nCreate an annotation with partial MRN (prefilled with app/version from manifest and config)\n",
858
+ "<%= config.bin %> annotation put annotation:my-app:v1.0.0:my-module:my-item^my-key: @file.txt\nCreate an annotation from file contents using full MRN\n",
859
+ "<%= config.bin %> annotation put my-module:my-key: - < input.txt\nCreate an annotation from stdin using partial MRN\n"
860
+ ],
861
+ "flags": {
881
862
  "config": {
882
863
  "char": "c",
883
864
  "description": "config file",
884
- "required": false,
885
865
  "hidden": true,
866
+ "name": "config",
867
+ "required": false,
886
868
  "default": ".raindrop/config.json",
887
- "input": [],
869
+ "hasDynamicHelp": false,
888
870
  "multiple": false,
889
871
  "type": "option"
890
872
  },
891
873
  "rainbowAuthService": {
892
- "default": "https://raindrop.liquidmetal.run/",
893
- "hidden": true,
894
874
  "env": "LIQUIDMETAL_RAINBOW_AUTH_SERVICE",
895
- "input": [],
875
+ "hidden": true,
876
+ "name": "rainbowAuthService",
877
+ "default": "https://raindrop.liquidmetal.run/",
878
+ "hasDynamicHelp": false,
896
879
  "multiple": false,
897
880
  "type": "option"
898
881
  },
899
882
  "raindropCatalogService": {
900
- "env": "RAINDROP_CATALOG_SERVICE",
901
883
  "description": "URL of the catalog service",
884
+ "env": "RAINDROP_CATALOG_SERVICE",
902
885
  "hidden": true,
903
- "input": [],
886
+ "name": "raindropCatalogService",
887
+ "hasDynamicHelp": false,
904
888
  "multiple": false,
905
889
  "type": "option"
906
890
  },
907
891
  "rainbowAuthToken": {
908
- "env": "RAINBOW_AUTH_TOKEN",
909
892
  "description": "Override the Rainbow auth token derived from the CLI config",
893
+ "env": "RAINBOW_AUTH_TOKEN",
910
894
  "hidden": true,
911
- "input": [],
895
+ "name": "rainbowAuthToken",
896
+ "hasDynamicHelp": false,
912
897
  "multiple": false,
913
898
  "type": "option"
914
899
  },
915
900
  "rainbowOrganizationId": {
916
- "env": "RAINBOW_ORGANIZATION_ID",
917
901
  "description": "Override the Rainbow organization ID derived from the CLI config",
902
+ "env": "RAINBOW_ORGANIZATION_ID",
918
903
  "hidden": true,
919
- "input": [],
904
+ "name": "rainbowOrganizationId",
905
+ "hasDynamicHelp": false,
920
906
  "multiple": false,
921
907
  "type": "option"
922
908
  },
923
909
  "rainbowUserId": {
924
- "env": "RAINBOW_USER_ID",
925
910
  "description": "Override the Rainbow user ID derived from the CLI config",
911
+ "env": "RAINBOW_USER_ID",
926
912
  "hidden": true,
927
- "input": [],
913
+ "name": "rainbowUserId",
914
+ "hasDynamicHelp": false,
928
915
  "multiple": false,
929
916
  "type": "option"
930
917
  },
931
918
  "sendVersionMetadata": {
932
919
  "description": "Send version metadata to the server",
920
+ "hidden": true,
921
+ "name": "sendVersionMetadata",
933
922
  "default": "true",
923
+ "hasDynamicHelp": false,
924
+ "multiple": false,
925
+ "type": "option"
926
+ },
927
+ "output": {
928
+ "char": "o",
929
+ "description": "output format",
930
+ "name": "output",
931
+ "default": "text",
932
+ "hasDynamicHelp": false,
933
+ "multiple": false,
934
+ "options": [
935
+ "text",
936
+ "json"
937
+ ],
938
+ "type": "option"
939
+ },
940
+ "impersonate": {
941
+ "char": "i",
942
+ "description": "impersonate organization",
934
943
  "hidden": true,
935
- "input": [],
944
+ "name": "impersonate",
945
+ "required": false,
946
+ "hasDynamicHelp": false,
936
947
  "multiple": false,
937
948
  "type": "option"
938
- }
939
- },
940
- "baseArgs": {},
941
- "isESM": true,
942
- "relativePath": [
943
- "dist",
944
- "commands",
945
- "auth",
946
- "logout.js"
947
- ]
948
- },
949
- "auth:select": {
950
- "aliases": [],
951
- "args": {},
952
- "description": "Select active organization",
953
- "flags": {
954
- "organizationId": {
955
- "description": "organizationId to select as active",
956
- "name": "organizationId",
949
+ },
950
+ "manifest": {
951
+ "char": "M",
952
+ "description": "project manifest",
953
+ "hidden": true,
954
+ "name": "manifest",
955
+ "required": false,
956
+ "default": "raindrop.manifest",
957
957
  "hasDynamicHelp": false,
958
958
  "multiple": false,
959
959
  "type": "option"
@@ -961,7 +961,7 @@
961
961
  },
962
962
  "hasDynamicHelp": false,
963
963
  "hiddenAliases": [],
964
- "id": "auth:select",
964
+ "id": "annotation:put",
965
965
  "pluginAlias": "@liquidmetal-ai/raindrop",
966
966
  "pluginName": "@liquidmetal-ai/raindrop",
967
967
  "pluginType": "core",
@@ -1032,22 +1032,22 @@
1032
1032
  "relativePath": [
1033
1033
  "dist",
1034
1034
  "commands",
1035
- "auth",
1036
- "select.js"
1035
+ "annotation",
1036
+ "put.js"
1037
1037
  ]
1038
1038
  },
1039
- "query:chunk-search": {
1039
+ "object:delete": {
1040
1040
  "aliases": [],
1041
1041
  "args": {
1042
- "query": {
1043
- "description": "search query to run",
1044
- "name": "query",
1042
+ "key": {
1043
+ "description": "key/path in the bucket to delete",
1044
+ "name": "key",
1045
1045
  "required": true
1046
1046
  }
1047
1047
  },
1048
- "description": "Run a RAG (Retrieval Augmented Generation) search query against a Smart Bucket",
1048
+ "description": "Delete a file from the object storage",
1049
1049
  "examples": [
1050
- "<%= config.bin %> query chunk-search \"What is LiquidMetal?\"\nRun a RAG search query against a Smart Bucket.\n"
1050
+ "<%= config.bin %> object delete my-key --bucket my-bucket\nDelete file with key 'my-key' from my-bucket\n"
1051
1051
  ],
1052
1052
  "flags": {
1053
1053
  "config": {
@@ -1115,22 +1115,22 @@
1115
1115
  "multiple": false,
1116
1116
  "type": "option"
1117
1117
  },
1118
- "buckets": {
1118
+ "bucket": {
1119
1119
  "char": "b",
1120
- "description": "Bucket names to search in, version can be specified with #, e.g. my-bucket#versionId",
1121
- "name": "buckets",
1120
+ "description": "bucket name version can be specified with #, e.g. my-bucket#versionId",
1121
+ "name": "bucket",
1122
1122
  "required": false,
1123
1123
  "hasDynamicHelp": false,
1124
- "multiple": true,
1124
+ "multiple": false,
1125
1125
  "type": "option"
1126
1126
  },
1127
- "moduleIds": {
1127
+ "moduleId": {
1128
1128
  "char": "m",
1129
- "description": "Module IDs to search in",
1130
- "name": "moduleIds",
1129
+ "description": "moduleId",
1130
+ "name": "moduleId",
1131
1131
  "required": false,
1132
1132
  "hasDynamicHelp": false,
1133
- "multiple": true,
1133
+ "multiple": false,
1134
1134
  "type": "option"
1135
1135
  },
1136
1136
  "output": {
@@ -1170,7 +1170,7 @@
1170
1170
  },
1171
1171
  "hasDynamicHelp": false,
1172
1172
  "hiddenAliases": [],
1173
- "id": "query:chunk-search",
1173
+ "id": "object:delete",
1174
1174
  "pluginAlias": "@liquidmetal-ai/raindrop",
1175
1175
  "pluginName": "@liquidmetal-ai/raindrop",
1176
1176
  "pluginType": "core",
@@ -1241,23 +1241,28 @@
1241
1241
  "relativePath": [
1242
1242
  "dist",
1243
1243
  "commands",
1244
- "query",
1245
- "chunk-search.js"
1244
+ "object",
1245
+ "delete.js"
1246
1246
  ]
1247
1247
  },
1248
- "query:document": {
1248
+ "object:get": {
1249
1249
  "aliases": [],
1250
1250
  "args": {
1251
- "query": {
1252
- "description": "question or query about the document",
1253
- "name": "query",
1251
+ "key": {
1252
+ "description": "key/path in the bucket",
1253
+ "name": "key",
1254
1254
  "required": true
1255
+ },
1256
+ "output": {
1257
+ "description": "output file (defaults to key basename)",
1258
+ "name": "output",
1259
+ "required": false
1255
1260
  }
1256
1261
  },
1257
- "description": "Chat with a document stored in a Smart Bucket",
1262
+ "description": "Download a file from the object storage",
1258
1263
  "examples": [
1259
- "<%= config.bin %> query document \"What is the main topic of this document?\" -b my-bucket -o document.pdf\nChat with a document in a Smart Bucket using bucket name.\n",
1260
- "<%= config.bin %> query document \"What is the main topic of this document?\" -m module-id -o document.pdf\nChat with a document in a Smart Bucket using module ID.\n"
1264
+ "<%= config.bin %> object get my-key --bucket my-bucket\nDownload file with key 'my-key' from my-bucket\n",
1265
+ "<%= config.bin %> object get my-key output.txt --bucket my-bucket\nDownload file with key 'my-key' from my-bucket to output.txt\n"
1261
1266
  ],
1262
1267
  "flags": {
1263
1268
  "config": {
@@ -1327,40 +1332,32 @@
1327
1332
  },
1328
1333
  "bucket": {
1329
1334
  "char": "b",
1330
- "description": "Bucket name containing the document, version can be specified with #, e.g. my-bucket#versionId",
1335
+ "description": "bucket name version can be specified with #, e.g. my-bucket#versionId",
1331
1336
  "name": "bucket",
1332
1337
  "required": false,
1333
1338
  "hasDynamicHelp": false,
1334
1339
  "multiple": false,
1335
1340
  "type": "option"
1336
1341
  },
1337
- "moduleId": {
1338
- "char": "m",
1339
- "description": "Module ID containing the document",
1340
- "name": "moduleId",
1341
- "required": false,
1342
- "hasDynamicHelp": false,
1343
- "multiple": false,
1344
- "type": "option"
1345
- },
1346
- "objectId": {
1347
- "char": "o",
1348
- "description": "Object ID of the document to chat with",
1349
- "name": "objectId",
1350
- "required": true,
1342
+ "moduleId": {
1343
+ "char": "m",
1344
+ "description": "moduleId",
1345
+ "name": "moduleId",
1346
+ "required": false,
1351
1347
  "hasDynamicHelp": false,
1352
1348
  "multiple": false,
1353
1349
  "type": "option"
1354
1350
  },
1355
- "output": {
1356
- "char": "O",
1351
+ "format": {
1352
+ "char": "f",
1357
1353
  "description": "output format",
1358
- "name": "output",
1359
- "default": "text",
1354
+ "name": "format",
1355
+ "default": "file",
1360
1356
  "hasDynamicHelp": false,
1361
1357
  "multiple": false,
1362
1358
  "options": [
1363
- "text",
1359
+ "file",
1360
+ "stdout",
1364
1361
  "json"
1365
1362
  ],
1366
1363
  "type": "option"
@@ -1389,7 +1386,7 @@
1389
1386
  },
1390
1387
  "hasDynamicHelp": false,
1391
1388
  "hiddenAliases": [],
1392
- "id": "query:document",
1389
+ "id": "object:get",
1393
1390
  "pluginAlias": "@liquidmetal-ai/raindrop",
1394
1391
  "pluginName": "@liquidmetal-ai/raindrop",
1395
1392
  "pluginType": "core",
@@ -1460,23 +1457,16 @@
1460
1457
  "relativePath": [
1461
1458
  "dist",
1462
1459
  "commands",
1463
- "query",
1464
- "document.js"
1460
+ "object",
1461
+ "get.js"
1465
1462
  ]
1466
1463
  },
1467
- "query:search": {
1464
+ "object:list": {
1468
1465
  "aliases": [],
1469
- "args": {
1470
- "query": {
1471
- "description": "search query",
1472
- "name": "query",
1473
- "required": false
1474
- }
1475
- },
1476
- "description": "Run a search query against a smart bucket using natural language",
1466
+ "args": {},
1467
+ "description": "List objects in a bucket",
1477
1468
  "examples": [
1478
- "<%= config.bin %> query search \"What is LiquidMetal?\" --buckets my-bucket-1 my-bucket-2\nRun a new supervisor agent search query across multiple buckets.\n",
1479
- "<%= config.bin %> query search --requestId 01HNG4V2RJXS5T --page 2\nGet page 2 of previous search results.\n"
1469
+ "<%= config.bin %> object list --bucket my-bucket\nList all objects in my-bucket\n"
1480
1470
  ],
1481
1471
  "flags": {
1482
1472
  "config": {
@@ -1544,41 +1534,24 @@
1544
1534
  "multiple": false,
1545
1535
  "type": "option"
1546
1536
  },
1547
- "buckets": {
1537
+ "bucket": {
1548
1538
  "char": "b",
1549
- "description": "Bucket names to search in, version can be specified with #, e.g. my-bucket#versionId",
1550
- "name": "buckets",
1539
+ "description": "bucket name version can be specified with #, e.g. my-bucket#versionId",
1540
+ "name": "bucket",
1551
1541
  "required": false,
1552
1542
  "hasDynamicHelp": false,
1553
- "multiple": true,
1543
+ "multiple": false,
1554
1544
  "type": "option"
1555
1545
  },
1556
- "moduleIds": {
1546
+ "moduleId": {
1557
1547
  "char": "m",
1558
- "description": "Module IDs to search in",
1559
- "name": "moduleIds",
1560
- "required": false,
1561
- "hasDynamicHelp": false,
1562
- "multiple": true,
1563
- "type": "option"
1564
- },
1565
- "requestId": {
1566
- "description": "request ID for pagination",
1567
- "name": "requestId",
1548
+ "description": "moduleId",
1549
+ "name": "moduleId",
1568
1550
  "required": false,
1569
1551
  "hasDynamicHelp": false,
1570
1552
  "multiple": false,
1571
1553
  "type": "option"
1572
1554
  },
1573
- "page": {
1574
- "char": "p",
1575
- "description": "page number for paginated results",
1576
- "name": "page",
1577
- "default": 1,
1578
- "hasDynamicHelp": false,
1579
- "multiple": false,
1580
- "type": "option"
1581
- },
1582
1555
  "output": {
1583
1556
  "char": "o",
1584
1557
  "description": "output format",
@@ -1588,7 +1561,8 @@
1588
1561
  "multiple": false,
1589
1562
  "options": [
1590
1563
  "text",
1591
- "json"
1564
+ "json",
1565
+ "table"
1592
1566
  ],
1593
1567
  "type": "option"
1594
1568
  },
@@ -1616,7 +1590,7 @@
1616
1590
  },
1617
1591
  "hasDynamicHelp": false,
1618
1592
  "hiddenAliases": [],
1619
- "id": "query:search",
1593
+ "id": "object:list",
1620
1594
  "pluginAlias": "@liquidmetal-ai/raindrop",
1621
1595
  "pluginName": "@liquidmetal-ai/raindrop",
1622
1596
  "pluginType": "core",
@@ -1687,22 +1661,27 @@
1687
1661
  "relativePath": [
1688
1662
  "dist",
1689
1663
  "commands",
1690
- "query",
1691
- "search.js"
1664
+ "object",
1665
+ "list.js"
1692
1666
  ]
1693
1667
  },
1694
- "object:delete": {
1668
+ "object:put": {
1695
1669
  "aliases": [],
1696
1670
  "args": {
1671
+ "file": {
1672
+ "description": "file to upload",
1673
+ "name": "file",
1674
+ "required": true
1675
+ },
1697
1676
  "key": {
1698
- "description": "key/path in the bucket to delete",
1677
+ "description": "key/path in the bucket",
1699
1678
  "name": "key",
1700
1679
  "required": true
1701
1680
  }
1702
1681
  },
1703
- "description": "Delete a file from the object storage",
1682
+ "description": "Upload a file to the object storage",
1704
1683
  "examples": [
1705
- "<%= config.bin %> object delete my-key --bucket my-bucket\nDelete file with key 'my-key' from my-bucket\n"
1684
+ "<%= config.bin %> object put ./myfile.txt my-key --bucket my-bucket\nUpload myfile.txt to my-bucket with key 'my-key'\n"
1706
1685
  ],
1707
1686
  "flags": {
1708
1687
  "config": {
@@ -1788,6 +1767,15 @@
1788
1767
  "multiple": false,
1789
1768
  "type": "option"
1790
1769
  },
1770
+ "contentType": {
1771
+ "char": "t",
1772
+ "description": "content type of the file",
1773
+ "name": "contentType",
1774
+ "required": false,
1775
+ "hasDynamicHelp": false,
1776
+ "multiple": false,
1777
+ "type": "option"
1778
+ },
1791
1779
  "output": {
1792
1780
  "char": "o",
1793
1781
  "description": "output format",
@@ -1825,7 +1813,7 @@
1825
1813
  },
1826
1814
  "hasDynamicHelp": false,
1827
1815
  "hiddenAliases": [],
1828
- "id": "object:delete",
1816
+ "id": "object:put",
1829
1817
  "pluginAlias": "@liquidmetal-ai/raindrop",
1830
1818
  "pluginName": "@liquidmetal-ai/raindrop",
1831
1819
  "pluginType": "core",
@@ -1897,27 +1885,21 @@
1897
1885
  "dist",
1898
1886
  "commands",
1899
1887
  "object",
1900
- "delete.js"
1888
+ "put.js"
1901
1889
  ]
1902
1890
  },
1903
- "object:get": {
1891
+ "query:chunk-search": {
1904
1892
  "aliases": [],
1905
1893
  "args": {
1906
- "key": {
1907
- "description": "key/path in the bucket",
1908
- "name": "key",
1894
+ "query": {
1895
+ "description": "search query to run",
1896
+ "name": "query",
1909
1897
  "required": true
1910
- },
1911
- "output": {
1912
- "description": "output file (defaults to key basename)",
1913
- "name": "output",
1914
- "required": false
1915
1898
  }
1916
1899
  },
1917
- "description": "Download a file from the object storage",
1900
+ "description": "Run a RAG (Retrieval Augmented Generation) search query against a Smart Bucket",
1918
1901
  "examples": [
1919
- "<%= config.bin %> object get my-key --bucket my-bucket\nDownload file with key 'my-key' from my-bucket\n",
1920
- "<%= config.bin %> object get my-key output.txt --bucket my-bucket\nDownload file with key 'my-key' from my-bucket to output.txt\n"
1902
+ "<%= config.bin %> query chunk-search \"What is LiquidMetal?\"\nRun a RAG search query against a Smart Bucket.\n"
1921
1903
  ],
1922
1904
  "flags": {
1923
1905
  "config": {
@@ -1985,34 +1967,33 @@
1985
1967
  "multiple": false,
1986
1968
  "type": "option"
1987
1969
  },
1988
- "bucket": {
1970
+ "buckets": {
1989
1971
  "char": "b",
1990
- "description": "bucket name version can be specified with #, e.g. my-bucket#versionId",
1991
- "name": "bucket",
1972
+ "description": "Bucket names to search in, version can be specified with #, e.g. my-bucket#versionId",
1973
+ "name": "buckets",
1992
1974
  "required": false,
1993
1975
  "hasDynamicHelp": false,
1994
- "multiple": false,
1976
+ "multiple": true,
1995
1977
  "type": "option"
1996
1978
  },
1997
- "moduleId": {
1979
+ "moduleIds": {
1998
1980
  "char": "m",
1999
- "description": "moduleId",
2000
- "name": "moduleId",
1981
+ "description": "Module IDs to search in",
1982
+ "name": "moduleIds",
2001
1983
  "required": false,
2002
1984
  "hasDynamicHelp": false,
2003
- "multiple": false,
1985
+ "multiple": true,
2004
1986
  "type": "option"
2005
1987
  },
2006
- "format": {
2007
- "char": "f",
1988
+ "output": {
1989
+ "char": "o",
2008
1990
  "description": "output format",
2009
- "name": "format",
2010
- "default": "file",
1991
+ "name": "output",
1992
+ "default": "text",
2011
1993
  "hasDynamicHelp": false,
2012
1994
  "multiple": false,
2013
1995
  "options": [
2014
- "file",
2015
- "stdout",
1996
+ "text",
2016
1997
  "json"
2017
1998
  ],
2018
1999
  "type": "option"
@@ -2041,7 +2022,7 @@
2041
2022
  },
2042
2023
  "hasDynamicHelp": false,
2043
2024
  "hiddenAliases": [],
2044
- "id": "object:get",
2025
+ "id": "query:chunk-search",
2045
2026
  "pluginAlias": "@liquidmetal-ai/raindrop",
2046
2027
  "pluginName": "@liquidmetal-ai/raindrop",
2047
2028
  "pluginType": "core",
@@ -2112,16 +2093,23 @@
2112
2093
  "relativePath": [
2113
2094
  "dist",
2114
2095
  "commands",
2115
- "object",
2116
- "get.js"
2096
+ "query",
2097
+ "chunk-search.js"
2117
2098
  ]
2118
2099
  },
2119
- "object:list": {
2100
+ "query:document": {
2120
2101
  "aliases": [],
2121
- "args": {},
2122
- "description": "List objects in a bucket",
2102
+ "args": {
2103
+ "query": {
2104
+ "description": "question or query about the document",
2105
+ "name": "query",
2106
+ "required": true
2107
+ }
2108
+ },
2109
+ "description": "Chat with a document stored in a Smart Bucket",
2123
2110
  "examples": [
2124
- "<%= config.bin %> object list --bucket my-bucket\nList all objects in my-bucket\n"
2111
+ "<%= config.bin %> query document \"What is the main topic of this document?\" -b my-bucket -o document.pdf\nChat with a document in a Smart Bucket using bucket name.\n",
2112
+ "<%= config.bin %> query document \"What is the main topic of this document?\" -m module-id -o document.pdf\nChat with a document in a Smart Bucket using module ID.\n"
2125
2113
  ],
2126
2114
  "flags": {
2127
2115
  "config": {
@@ -2191,7 +2179,7 @@
2191
2179
  },
2192
2180
  "bucket": {
2193
2181
  "char": "b",
2194
- "description": "bucket name version can be specified with #, e.g. my-bucket#versionId",
2182
+ "description": "Bucket name containing the document, version can be specified with #, e.g. my-bucket#versionId",
2195
2183
  "name": "bucket",
2196
2184
  "required": false,
2197
2185
  "hasDynamicHelp": false,
@@ -2200,15 +2188,24 @@
2200
2188
  },
2201
2189
  "moduleId": {
2202
2190
  "char": "m",
2203
- "description": "moduleId",
2191
+ "description": "Module ID containing the document",
2204
2192
  "name": "moduleId",
2205
2193
  "required": false,
2206
2194
  "hasDynamicHelp": false,
2207
2195
  "multiple": false,
2208
2196
  "type": "option"
2209
2197
  },
2210
- "output": {
2198
+ "objectId": {
2211
2199
  "char": "o",
2200
+ "description": "Object ID of the document to chat with",
2201
+ "name": "objectId",
2202
+ "required": true,
2203
+ "hasDynamicHelp": false,
2204
+ "multiple": false,
2205
+ "type": "option"
2206
+ },
2207
+ "output": {
2208
+ "char": "O",
2212
2209
  "description": "output format",
2213
2210
  "name": "output",
2214
2211
  "default": "text",
@@ -2216,8 +2213,7 @@
2216
2213
  "multiple": false,
2217
2214
  "options": [
2218
2215
  "text",
2219
- "json",
2220
- "table"
2216
+ "json"
2221
2217
  ],
2222
2218
  "type": "option"
2223
2219
  },
@@ -2245,7 +2241,7 @@
2245
2241
  },
2246
2242
  "hasDynamicHelp": false,
2247
2243
  "hiddenAliases": [],
2248
- "id": "object:list",
2244
+ "id": "query:document",
2249
2245
  "pluginAlias": "@liquidmetal-ai/raindrop",
2250
2246
  "pluginName": "@liquidmetal-ai/raindrop",
2251
2247
  "pluginType": "core",
@@ -2316,27 +2312,23 @@
2316
2312
  "relativePath": [
2317
2313
  "dist",
2318
2314
  "commands",
2319
- "object",
2320
- "list.js"
2315
+ "query",
2316
+ "document.js"
2321
2317
  ]
2322
2318
  },
2323
- "object:put": {
2319
+ "query:search": {
2324
2320
  "aliases": [],
2325
2321
  "args": {
2326
- "file": {
2327
- "description": "file to upload",
2328
- "name": "file",
2329
- "required": true
2330
- },
2331
- "key": {
2332
- "description": "key/path in the bucket",
2333
- "name": "key",
2334
- "required": true
2322
+ "query": {
2323
+ "description": "search query",
2324
+ "name": "query",
2325
+ "required": false
2335
2326
  }
2336
2327
  },
2337
- "description": "Upload a file to the object storage",
2328
+ "description": "Run a search query against a smart bucket using natural language",
2338
2329
  "examples": [
2339
- "<%= config.bin %> object put ./myfile.txt my-key --bucket my-bucket\nUpload myfile.txt to my-bucket with key 'my-key'\n"
2330
+ "<%= config.bin %> query search \"What is LiquidMetal?\" --buckets my-bucket-1 my-bucket-2\nRun a new supervisor agent search query across multiple buckets.\n",
2331
+ "<%= config.bin %> query search --requestId 01HNG4V2RJXS5T --page 2\nGet page 2 of previous search results.\n"
2340
2332
  ],
2341
2333
  "flags": {
2342
2334
  "config": {
@@ -2404,33 +2396,41 @@
2404
2396
  "multiple": false,
2405
2397
  "type": "option"
2406
2398
  },
2407
- "bucket": {
2399
+ "buckets": {
2408
2400
  "char": "b",
2409
- "description": "bucket name version can be specified with #, e.g. my-bucket#versionId",
2410
- "name": "bucket",
2401
+ "description": "Bucket names to search in, version can be specified with #, e.g. my-bucket#versionId",
2402
+ "name": "buckets",
2411
2403
  "required": false,
2412
2404
  "hasDynamicHelp": false,
2413
- "multiple": false,
2405
+ "multiple": true,
2414
2406
  "type": "option"
2415
2407
  },
2416
- "moduleId": {
2408
+ "moduleIds": {
2417
2409
  "char": "m",
2418
- "description": "moduleId",
2419
- "name": "moduleId",
2410
+ "description": "Module IDs to search in",
2411
+ "name": "moduleIds",
2420
2412
  "required": false,
2421
2413
  "hasDynamicHelp": false,
2422
- "multiple": false,
2414
+ "multiple": true,
2423
2415
  "type": "option"
2424
2416
  },
2425
- "contentType": {
2426
- "char": "t",
2427
- "description": "content type of the file",
2428
- "name": "contentType",
2417
+ "requestId": {
2418
+ "description": "request ID for pagination",
2419
+ "name": "requestId",
2429
2420
  "required": false,
2430
2421
  "hasDynamicHelp": false,
2431
2422
  "multiple": false,
2432
2423
  "type": "option"
2433
2424
  },
2425
+ "page": {
2426
+ "char": "p",
2427
+ "description": "page number for paginated results",
2428
+ "name": "page",
2429
+ "default": 1,
2430
+ "hasDynamicHelp": false,
2431
+ "multiple": false,
2432
+ "type": "option"
2433
+ },
2434
2434
  "output": {
2435
2435
  "char": "o",
2436
2436
  "description": "output format",
@@ -2468,7 +2468,7 @@
2468
2468
  },
2469
2469
  "hasDynamicHelp": false,
2470
2470
  "hiddenAliases": [],
2471
- "id": "object:put",
2471
+ "id": "query:search",
2472
2472
  "pluginAlias": "@liquidmetal-ai/raindrop",
2473
2473
  "pluginName": "@liquidmetal-ai/raindrop",
2474
2474
  "pluginType": "core",
@@ -2539,8 +2539,8 @@
2539
2539
  "relativePath": [
2540
2540
  "dist",
2541
2541
  "commands",
2542
- "object",
2543
- "put.js"
2542
+ "query",
2543
+ "search.js"
2544
2544
  ]
2545
2545
  },
2546
2546
  "build:branch": {
@@ -2627,7 +2627,7 @@
2627
2627
  "description": "root directory",
2628
2628
  "name": "root",
2629
2629
  "required": false,
2630
- "default": "/Users/ian/liquidmetal/packages/raindrop",
2630
+ "default": "/Users/dstaley/Work/liquidmetal/packages/raindrop",
2631
2631
  "hasDynamicHelp": false,
2632
2632
  "multiple": false,
2633
2633
  "type": "option"
@@ -3122,7 +3122,7 @@
3122
3122
  "description": "root directory",
3123
3123
  "name": "root",
3124
3124
  "required": false,
3125
- "default": "/Users/ian/liquidmetal/packages/raindrop",
3125
+ "default": "/Users/dstaley/Work/liquidmetal/packages/raindrop",
3126
3126
  "hasDynamicHelp": false,
3127
3127
  "multiple": false,
3128
3128
  "type": "option"
@@ -3340,7 +3340,7 @@
3340
3340
  "description": "root directory",
3341
3341
  "name": "root",
3342
3342
  "required": false,
3343
- "default": "/Users/ian/liquidmetal/packages/raindrop",
3343
+ "default": "/Users/dstaley/Work/liquidmetal/packages/raindrop",
3344
3344
  "hasDynamicHelp": false,
3345
3345
  "multiple": false,
3346
3346
  "type": "option"
@@ -3574,7 +3574,7 @@
3574
3574
  "description": "root directory",
3575
3575
  "name": "root",
3576
3576
  "required": false,
3577
- "default": "/Users/ian/liquidmetal/packages/raindrop",
3577
+ "default": "/Users/dstaley/Work/liquidmetal/packages/raindrop",
3578
3578
  "hasDynamicHelp": false,
3579
3579
  "multiple": false,
3580
3580
  "type": "option"
@@ -3745,7 +3745,7 @@
3745
3745
  "description": "root directory",
3746
3746
  "name": "root",
3747
3747
  "required": false,
3748
- "default": "/Users/ian/liquidmetal/packages/raindrop",
3748
+ "default": "/Users/dstaley/Work/liquidmetal/packages/raindrop",
3749
3749
  "hasDynamicHelp": false,
3750
3750
  "multiple": false,
3751
3751
  "type": "option"
@@ -4407,7 +4407,7 @@
4407
4407
  "description": "root directory",
4408
4408
  "name": "root",
4409
4409
  "required": false,
4410
- "default": "/Users/ian/liquidmetal/packages/raindrop",
4410
+ "default": "/Users/dstaley/Work/liquidmetal/packages/raindrop",
4411
4411
  "hasDynamicHelp": false,
4412
4412
  "multiple": false,
4413
4413
  "type": "option"
@@ -4606,7 +4606,7 @@
4606
4606
  "description": "root directory",
4607
4607
  "name": "root",
4608
4608
  "required": false,
4609
- "default": "/Users/ian/liquidmetal/packages/raindrop",
4609
+ "default": "/Users/dstaley/Work/liquidmetal/packages/raindrop",
4610
4610
  "hasDynamicHelp": false,
4611
4611
  "multiple": false,
4612
4612
  "type": "option"
@@ -4828,7 +4828,7 @@
4828
4828
  "description": "root directory",
4829
4829
  "name": "root",
4830
4830
  "required": false,
4831
- "default": "/Users/ian/liquidmetal/packages/raindrop",
4831
+ "default": "/Users/dstaley/Work/liquidmetal/packages/raindrop",
4832
4832
  "hasDynamicHelp": false,
4833
4833
  "multiple": false,
4834
4834
  "type": "option"
@@ -5205,7 +5205,7 @@
5205
5205
  "description": "root directory",
5206
5206
  "name": "root",
5207
5207
  "required": false,
5208
- "default": "/Users/ian/liquidmetal/packages/raindrop",
5208
+ "default": "/Users/dstaley/Work/liquidmetal/packages/raindrop",
5209
5209
  "hasDynamicHelp": false,
5210
5210
  "multiple": false,
5211
5211
  "type": "option"
@@ -5340,7 +5340,7 @@
5340
5340
  "description": "root directory",
5341
5341
  "name": "root",
5342
5342
  "required": false,
5343
- "default": "/Users/ian/liquidmetal/packages/raindrop",
5343
+ "default": "/Users/dstaley/Work/liquidmetal/packages/raindrop",
5344
5344
  "hasDynamicHelp": false,
5345
5345
  "multiple": false,
5346
5346
  "type": "option"
@@ -5751,7 +5751,7 @@
5751
5751
  "description": "root directory",
5752
5752
  "name": "root",
5753
5753
  "required": false,
5754
- "default": "/Users/ian/liquidmetal/packages/raindrop",
5754
+ "default": "/Users/dstaley/Work/liquidmetal/packages/raindrop",
5755
5755
  "hasDynamicHelp": false,
5756
5756
  "multiple": false,
5757
5757
  "type": "option"
@@ -5898,7 +5898,7 @@
5898
5898
  "description": "root directory",
5899
5899
  "name": "root",
5900
5900
  "required": false,
5901
- "default": "/Users/ian/liquidmetal/packages/raindrop",
5901
+ "default": "/Users/dstaley/Work/liquidmetal/packages/raindrop",
5902
5902
  "hasDynamicHelp": false,
5903
5903
  "multiple": false,
5904
5904
  "type": "option"
@@ -6005,7 +6005,7 @@
6005
6005
  "description": "root directory",
6006
6006
  "name": "root",
6007
6007
  "required": false,
6008
- "default": "/Users/ian/liquidmetal/packages/raindrop",
6008
+ "default": "/Users/dstaley/Work/liquidmetal/packages/raindrop",
6009
6009
  "hasDynamicHelp": false,
6010
6010
  "multiple": false,
6011
6011
  "type": "option"
@@ -6100,5 +6100,5 @@
6100
6100
  ]
6101
6101
  }
6102
6102
  },
6103
- "version": "0.4.2"
6103
+ "version": "0.4.4"
6104
6104
  }