@liquidmetal-ai/raindrop 0.2.2 → 0.2.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.
Files changed (3) hide show
  1. package/README.md +32 -32
  2. package/oclif.manifest.json +730 -730
  3. package/package.json +2 -2
@@ -142,26 +142,48 @@
142
142
  "select.js"
143
143
  ]
144
144
  },
145
- "build:branch": {
145
+ "object:delete": {
146
146
  "aliases": [],
147
147
  "args": {
148
- "branch": {
149
- "description": "branch name",
150
- "name": "branch",
148
+ "key": {
149
+ "description": "key/path in the bucket to delete",
150
+ "name": "key",
151
151
  "required": true
152
152
  }
153
153
  },
154
- "description": "create a new branch in the Raindrop catalog",
154
+ "description": "Delete a file from the object storage",
155
155
  "examples": [
156
- "<%= config.bin %> <%= command.id %> .\nCreated new branch 1234\n"
156
+ "<%= config.bin %> object delete my-key --bucket my-bucket\nDelete file with key 'my-key' from my-bucket\n"
157
157
  ],
158
158
  "flags": {
159
- "root": {
160
- "char": "r",
161
- "description": "root directory",
162
- "name": "root",
159
+ "bucket": {
160
+ "char": "b",
161
+ "description": "bucket name",
162
+ "name": "bucket",
163
+ "required": true,
164
+ "hasDynamicHelp": false,
165
+ "multiple": false,
166
+ "type": "option"
167
+ },
168
+ "output": {
169
+ "char": "o",
170
+ "description": "output format",
171
+ "name": "output",
172
+ "default": "text",
173
+ "hasDynamicHelp": false,
174
+ "multiple": false,
175
+ "options": [
176
+ "text",
177
+ "json"
178
+ ],
179
+ "type": "option"
180
+ },
181
+ "impersonate": {
182
+ "char": "i",
183
+ "description": "impersonate organization",
184
+ "hidden": true,
185
+ "name": "impersonate",
163
186
  "required": false,
164
- "default": "/Users/ian/liquidmetal/packages/raindrop",
165
187
  "hasDynamicHelp": false,
166
188
  "multiple": false,
167
189
  "type": "option"
@@ -169,6 +191,7 @@
169
191
  "manifest": {
170
192
  "char": "m",
171
193
  "description": "project manifest",
194
+ "hidden": true,
172
195
  "name": "manifest",
173
196
  "required": false,
174
197
  "default": "raindrop.manifest",
@@ -176,46 +199,85 @@
176
199
  "multiple": false,
177
200
  "type": "option"
178
201
  },
179
- "config": {
180
- "char": "c",
181
- "description": "config file",
202
+ "rainbowAuthService": {
203
+ "env": "LIQUIDMETAL_RAINBOW_AUTH_SERVICE",
182
204
  "hidden": true,
183
- "name": "config",
184
- "required": false,
185
- "default": ".raindrop/config.json",
205
+ "name": "rainbowAuthService",
206
+ "default": "https://liquidmetal.run/api/connect",
186
207
  "hasDynamicHelp": false,
187
208
  "multiple": false,
188
209
  "type": "option"
189
210
  },
211
+ "raindropCatalogService": {
212
+ "description": "URL of the catalog service",
213
+ "env": "RAINDROP_CATALOG_SERVICE",
214
+ "hidden": true,
215
+ "name": "raindropCatalogService",
216
+ "hasDynamicHelp": false,
217
+ "multiple": false,
218
+ "type": "option"
219
+ }
220
+ },
221
+ "hasDynamicHelp": false,
222
+ "hiddenAliases": [],
223
+ "id": "object:delete",
224
+ "pluginAlias": "@liquidmetal-ai/raindrop",
225
+ "pluginName": "@liquidmetal-ai/raindrop",
226
+ "pluginType": "core",
227
+ "strict": true,
228
+ "enableJsonFlag": false,
229
+ "baseArgs": {},
230
+ "isESM": true,
231
+ "relativePath": [
232
+ "dist",
233
+ "commands",
234
+ "object",
235
+ "delete.js"
236
+ ]
237
+ },
238
+ "object:get": {
239
+ "aliases": [],
240
+ "args": {
241
+ "key": {
242
+ "description": "key/path in the bucket",
243
+ "name": "key",
244
+ "required": true
245
+ },
190
246
  "output": {
191
- "char": "o",
192
- "description": "output directory",
247
+ "description": "output file (defaults to key basename)",
193
248
  "name": "output",
194
- "required": false,
195
- "default": "dist",
249
+ "required": false
250
+ }
251
+ },
252
+ "description": "Download a file from the object storage",
253
+ "examples": [
254
+ "<%= config.bin %> object get my-key --bucket my-bucket\nDownload file with key 'my-key' from my-bucket\n",
255
+ "<%= config.bin %> object get my-key output.txt --bucket my-bucket\nDownload file with key 'my-key' from my-bucket to output.txt\n"
256
+ ],
257
+ "flags": {
258
+ "bucket": {
259
+ "char": "b",
260
+ "description": "bucket name",
261
+ "name": "bucket",
262
+ "required": true,
196
263
  "hasDynamicHelp": false,
197
264
  "multiple": false,
198
265
  "type": "option"
199
266
  },
200
- "versionId": {
201
- "aliases": [
202
- "version"
203
- ],
204
- "char": "p",
205
- "description": "Branch from this version",
206
- "name": "versionId",
207
- "required": false,
267
+ "format": {
268
+ "char": "f",
269
+ "description": "output format",
270
+ "name": "format",
271
+ "default": "file",
208
272
  "hasDynamicHelp": false,
209
273
  "multiple": false,
274
+ "options": [
275
+ "file",
276
+ "stdout",
277
+ "json"
278
+ ],
210
279
  "type": "option"
211
280
  },
212
- "start": {
213
- "description": "Start the application",
214
- "name": "start",
215
- "required": false,
216
- "allowNo": false,
217
- "type": "boolean"
218
- },
219
281
  "impersonate": {
220
282
  "char": "i",
221
283
  "description": "impersonate organization",
@@ -226,6 +288,17 @@
226
288
  "multiple": false,
227
289
  "type": "option"
228
290
  },
291
+ "manifest": {
292
+ "char": "m",
293
+ "description": "project manifest",
294
+ "hidden": true,
295
+ "name": "manifest",
296
+ "required": false,
297
+ "default": "raindrop.manifest",
298
+ "hasDynamicHelp": false,
299
+ "multiple": false,
300
+ "type": "option"
301
+ },
229
302
  "rainbowAuthService": {
230
303
  "env": "LIQUIDMETAL_RAINBOW_AUTH_SERVICE",
231
304
  "hidden": true,
@@ -243,18 +316,11 @@
243
316
  "hasDynamicHelp": false,
244
317
  "multiple": false,
245
318
  "type": "option"
246
- },
247
- "show": {
248
- "description": "show the current branch",
249
- "name": "show",
250
- "required": false,
251
- "allowNo": false,
252
- "type": "boolean"
253
319
  }
254
320
  },
255
321
  "hasDynamicHelp": false,
256
322
  "hiddenAliases": [],
257
- "id": "build:branch",
323
+ "id": "object:get",
258
324
  "pluginAlias": "@liquidmetal-ai/raindrop",
259
325
  "pluginName": "@liquidmetal-ai/raindrop",
260
326
  "pluginType": "core",
@@ -265,31 +331,23 @@
265
331
  "relativePath": [
266
332
  "dist",
267
333
  "commands",
268
- "build",
269
- "branch.js"
334
+ "object",
335
+ "get.js"
270
336
  ]
271
337
  },
272
- "build:checkout": {
338
+ "object:list": {
273
339
  "aliases": [],
274
- "args": {
275
- "version": {
276
- "description": "version id",
277
- "name": "version",
278
- "required": false
279
- }
280
- },
281
- "description": "switch the current context to a specific version",
340
+ "args": {},
341
+ "description": "List objects in a bucket",
282
342
  "examples": [
283
- "<%= config.bin %> <%= command.id %>\nCurrently on version: 01jac6p20m4gahn1kaa2mhm2js\n\n<%= config.bin %> <%= command.id %> 01jux6z20m4gbhn5kaa4mcm2jr\nSwitched to version: 01jux6z20m4gbhn5kaa4mcm2jr\n"
343
+ "<%= config.bin %> object list --bucket my-bucket\nList all objects in my-bucket\n"
284
344
  ],
285
345
  "flags": {
286
- "config": {
287
- "char": "c",
288
- "description": "config file",
289
- "hidden": true,
290
- "name": "config",
291
- "required": false,
292
- "default": ".raindrop/config.json",
346
+ "bucket": {
347
+ "char": "b",
348
+ "description": "bucket name",
349
+ "name": "bucket",
350
+ "required": true,
293
351
  "hasDynamicHelp": false,
294
352
  "multiple": false,
295
353
  "type": "option"
@@ -298,10 +356,35 @@
298
356
  "char": "o",
299
357
  "description": "output format",
300
358
  "name": "output",
301
- "required": false,
302
359
  "default": "text",
303
360
  "hasDynamicHelp": false,
304
361
  "multiple": false,
362
+ "options": [
363
+ "text",
364
+ "json",
365
+ "table"
366
+ ],
367
+ "type": "option"
368
+ },
369
+ "impersonate": {
370
+ "char": "i",
371
+ "description": "impersonate organization",
372
+ "hidden": true,
373
+ "name": "impersonate",
374
+ "required": false,
375
+ "hasDynamicHelp": false,
376
+ "multiple": false,
377
+ "type": "option"
378
+ },
379
+ "manifest": {
380
+ "char": "m",
381
+ "description": "project manifest",
382
+ "hidden": true,
383
+ "name": "manifest",
384
+ "required": false,
385
+ "default": "raindrop.manifest",
386
+ "hasDynamicHelp": false,
387
+ "multiple": false,
305
388
  "type": "option"
306
389
  },
307
390
  "rainbowAuthService": {
@@ -325,7 +408,7 @@
325
408
  },
326
409
  "hasDynamicHelp": false,
327
410
  "hiddenAliases": [],
328
- "id": "build:checkout",
411
+ "id": "object:list",
329
412
  "pluginAlias": "@liquidmetal-ai/raindrop",
330
413
  "pluginName": "@liquidmetal-ai/raindrop",
331
414
  "pluginType": "core",
@@ -336,51 +419,43 @@
336
419
  "relativePath": [
337
420
  "dist",
338
421
  "commands",
339
- "build",
340
- "checkout.js"
422
+ "object",
423
+ "list.js"
341
424
  ]
342
425
  },
343
- "build:delete": {
426
+ "object:put": {
344
427
  "aliases": [],
345
428
  "args": {
346
- "application": {
347
- "description": "application name",
348
- "name": "application",
349
- "required": false
429
+ "file": {
430
+ "description": "file to upload",
431
+ "name": "file",
432
+ "required": true
433
+ },
434
+ "key": {
435
+ "description": "key/path in the bucket",
436
+ "name": "key",
437
+ "required": true
350
438
  }
351
439
  },
352
- "description": "delete Raindrop applications",
440
+ "description": "Upload a file to the object storage",
353
441
  "examples": [
354
- "<%= config.bin %> <%= command.id %> .\nDeleted (application) at version (version)\n"
442
+ "<%= config.bin %> object put ./myfile.txt my-key --bucket my-bucket\nUpload myfile.txt to my-bucket with key 'my-key'\n"
355
443
  ],
356
444
  "flags": {
357
- "root": {
358
- "char": "r",
359
- "description": "root directory",
360
- "name": "root",
361
- "required": false,
362
- "default": "/Users/ian/liquidmetal/packages/raindrop",
363
- "hasDynamicHelp": false,
364
- "multiple": false,
365
- "type": "option"
366
- },
367
- "manifest": {
368
- "char": "m",
369
- "description": "project manifest",
370
- "name": "manifest",
371
- "required": false,
372
- "default": "raindrop.manifest",
445
+ "bucket": {
446
+ "char": "b",
447
+ "description": "bucket name",
448
+ "name": "bucket",
449
+ "required": true,
373
450
  "hasDynamicHelp": false,
374
451
  "multiple": false,
375
452
  "type": "option"
376
453
  },
377
- "config": {
378
- "char": "c",
379
- "description": "config file",
380
- "hidden": true,
381
- "name": "config",
454
+ "contentType": {
455
+ "char": "t",
456
+ "description": "content type of the file",
457
+ "name": "contentType",
382
458
  "required": false,
383
- "default": ".raindrop/config.json",
384
459
  "hasDynamicHelp": false,
385
460
  "multiple": false,
386
461
  "type": "option"
@@ -389,45 +464,32 @@
389
464
  "char": "o",
390
465
  "description": "output format",
391
466
  "name": "output",
392
- "default": "table",
467
+ "default": "text",
393
468
  "hasDynamicHelp": false,
394
469
  "multiple": false,
395
470
  "options": [
396
471
  "text",
397
- "table",
398
472
  "json"
399
473
  ],
400
474
  "type": "option"
401
475
  },
402
- "version": {
403
- "char": "v",
404
- "description": "application version to delete",
405
- "exclusive": [
406
- "all"
407
- ],
408
- "name": "version",
476
+ "impersonate": {
477
+ "char": "i",
478
+ "description": "impersonate organization",
479
+ "hidden": true,
480
+ "name": "impersonate",
409
481
  "required": false,
410
482
  "hasDynamicHelp": false,
411
483
  "multiple": false,
412
484
  "type": "option"
413
485
  },
414
- "all": {
415
- "char": "a",
416
- "description": "delete all application versions",
417
- "exclusive": [
418
- "version"
419
- ],
420
- "name": "all",
421
- "required": false,
422
- "allowNo": false,
423
- "type": "boolean"
424
- },
425
- "impersonate": {
426
- "char": "i",
427
- "description": "impersonate organization",
486
+ "manifest": {
487
+ "char": "m",
488
+ "description": "project manifest",
428
489
  "hidden": true,
429
- "name": "impersonate",
490
+ "name": "manifest",
430
491
  "required": false,
492
+ "default": "raindrop.manifest",
431
493
  "hasDynamicHelp": false,
432
494
  "multiple": false,
433
495
  "type": "option"
@@ -453,7 +515,7 @@
453
515
  },
454
516
  "hasDynamicHelp": false,
455
517
  "hiddenAliases": [],
456
- "id": "build:delete",
518
+ "id": "object:put",
457
519
  "pluginAlias": "@liquidmetal-ai/raindrop",
458
520
  "pluginName": "@liquidmetal-ai/raindrop",
459
521
  "pluginType": "core",
@@ -464,16 +526,22 @@
464
526
  "relativePath": [
465
527
  "dist",
466
528
  "commands",
467
- "build",
468
- "delete.js"
529
+ "object",
530
+ "put.js"
469
531
  ]
470
532
  },
471
- "build:deploy": {
533
+ "build:branch": {
472
534
  "aliases": [],
473
- "args": {},
474
- "description": "deploy a Raindrop application",
535
+ "args": {
536
+ "branch": {
537
+ "description": "branch name",
538
+ "name": "branch",
539
+ "required": true
540
+ }
541
+ },
542
+ "description": "create a new branch in the Raindrop catalog",
475
543
  "examples": [
476
- "<%= config.bin %> <%= command.id %> .\nDeploy a Raindrop application.\n"
544
+ "<%= config.bin %> <%= command.id %> .\nCreated new branch 1234\n"
477
545
  ],
478
546
  "flags": {
479
547
  "root": {
@@ -521,14 +589,21 @@
521
589
  "aliases": [
522
590
  "version"
523
591
  ],
524
- "char": "v",
525
- "description": "version ID",
592
+ "char": "p",
593
+ "description": "Branch from this version",
526
594
  "name": "versionId",
527
595
  "required": false,
528
596
  "hasDynamicHelp": false,
529
597
  "multiple": false,
530
598
  "type": "option"
531
599
  },
600
+ "start": {
601
+ "description": "Start the application",
602
+ "name": "start",
603
+ "required": false,
604
+ "allowNo": false,
605
+ "type": "boolean"
606
+ },
532
607
  "impersonate": {
533
608
  "char": "i",
534
609
  "description": "impersonate organization",
@@ -557,18 +632,9 @@
557
632
  "multiple": false,
558
633
  "type": "option"
559
634
  },
560
- "start": {
561
- "char": "s",
562
- "description": "start the application after deploying",
563
- "name": "start",
564
- "required": false,
565
- "allowNo": false,
566
- "type": "boolean"
567
- },
568
- "amend": {
569
- "char": "a",
570
- "description": "amend an existing application",
571
- "name": "amend",
635
+ "show": {
636
+ "description": "show the current branch",
637
+ "name": "show",
572
638
  "required": false,
573
639
  "allowNo": false,
574
640
  "type": "boolean"
@@ -576,7 +642,7 @@
576
642
  },
577
643
  "hasDynamicHelp": false,
578
644
  "hiddenAliases": [],
579
- "id": "build:deploy",
645
+ "id": "build:branch",
580
646
  "pluginAlias": "@liquidmetal-ai/raindrop",
581
647
  "pluginName": "@liquidmetal-ai/raindrop",
582
648
  "pluginType": "core",
@@ -588,37 +654,23 @@
588
654
  "dist",
589
655
  "commands",
590
656
  "build",
591
- "deploy.js"
657
+ "branch.js"
592
658
  ]
593
659
  },
594
- "build:find": {
660
+ "build:checkout": {
595
661
  "aliases": [],
596
- "args": {},
597
- "description": "find resources in Raindrop",
662
+ "args": {
663
+ "version": {
664
+ "description": "version id",
665
+ "name": "version",
666
+ "required": false
667
+ }
668
+ },
669
+ "description": "switch the current context to a specific version",
598
670
  "examples": [
599
- "<%= config.bin %> <%= command.id %> .\n"
671
+ "<%= config.bin %> <%= command.id %>\nCurrently on version: 01jac6p20m4gahn1kaa2mhm2js\n\n<%= config.bin %> <%= command.id %> 01jux6z20m4gbhn5kaa4mcm2jr\nSwitched to version: 01jux6z20m4gbhn5kaa4mcm2jr\n"
600
672
  ],
601
673
  "flags": {
602
- "root": {
603
- "char": "r",
604
- "description": "root directory",
605
- "name": "root",
606
- "required": false,
607
- "default": "/Users/ian/liquidmetal/packages/raindrop",
608
- "hasDynamicHelp": false,
609
- "multiple": false,
610
- "type": "option"
611
- },
612
- "manifest": {
613
- "char": "m",
614
- "description": "project manifest",
615
- "name": "manifest",
616
- "required": false,
617
- "default": "raindrop.manifest",
618
- "hasDynamicHelp": false,
619
- "multiple": false,
620
- "type": "option"
621
- },
622
674
  "config": {
623
675
  "char": "c",
624
676
  "description": "config file",
@@ -628,55 +680,14 @@
628
680
  "default": ".raindrop/config.json",
629
681
  "hasDynamicHelp": false,
630
682
  "multiple": false,
631
- "type": "option"
632
- },
633
- "application": {
634
- "char": "a",
635
- "description": "application",
636
- "name": "application",
637
- "required": false,
638
- "hasDynamicHelp": false,
639
- "multiple": false,
640
- "type": "option"
641
- },
642
- "version": {
643
- "char": "v",
644
- "description": "application version",
645
- "name": "version",
646
- "required": false,
647
- "hasDynamicHelp": false,
648
- "multiple": false,
649
- "type": "option"
650
- },
651
- "output": {
652
- "char": "o",
653
- "description": "output format",
654
- "name": "output",
655
- "default": "table",
656
- "hasDynamicHelp": false,
657
- "multiple": false,
658
- "options": [
659
- "text",
660
- "table",
661
- "json"
662
- ],
663
- "type": "option"
664
- },
665
- "sudo": {
666
- "char": "s",
667
- "description": "superuser mode",
668
- "hidden": true,
669
- "name": "sudo",
670
- "required": false,
671
- "allowNo": false,
672
- "type": "boolean"
673
- },
674
- "impersonate": {
675
- "char": "i",
676
- "description": "impersonate organization",
677
- "hidden": true,
678
- "name": "impersonate",
683
+ "type": "option"
684
+ },
685
+ "output": {
686
+ "char": "o",
687
+ "description": "output format",
688
+ "name": "output",
679
689
  "required": false,
690
+ "default": "text",
680
691
  "hasDynamicHelp": false,
681
692
  "multiple": false,
682
693
  "type": "option"
@@ -702,7 +713,7 @@
702
713
  },
703
714
  "hasDynamicHelp": false,
704
715
  "hiddenAliases": [],
705
- "id": "build:find",
716
+ "id": "build:checkout",
706
717
  "pluginAlias": "@liquidmetal-ai/raindrop",
707
718
  "pluginName": "@liquidmetal-ai/raindrop",
708
719
  "pluginType": "core",
@@ -714,15 +725,21 @@
714
725
  "dist",
715
726
  "commands",
716
727
  "build",
717
- "find.js"
728
+ "checkout.js"
718
729
  ]
719
730
  },
720
- "build:generate": {
731
+ "build:delete": {
721
732
  "aliases": [],
722
- "args": {},
723
- "description": "(re)generate all code for a LiquidMetal.AI project",
733
+ "args": {
734
+ "application": {
735
+ "description": "application name",
736
+ "name": "application",
737
+ "required": false
738
+ }
739
+ },
740
+ "description": "delete Raindrop applications",
724
741
  "examples": [
725
- "<%= config.bin %> <%= command.id %>"
742
+ "<%= config.bin %> <%= command.id %> .\nDeleted (application) at version (version)\n"
726
743
  ],
727
744
  "flags": {
728
745
  "root": {
@@ -756,87 +773,6 @@
756
773
  "multiple": false,
757
774
  "type": "option"
758
775
  },
759
- "output": {
760
- "char": "o",
761
- "description": "output directory",
762
- "name": "output",
763
- "default": "dist",
764
- "hasDynamicHelp": false,
765
- "multiple": false,
766
- "type": "option"
767
- }
768
- },
769
- "hasDynamicHelp": false,
770
- "hiddenAliases": [],
771
- "id": "build:generate",
772
- "pluginAlias": "@liquidmetal-ai/raindrop",
773
- "pluginName": "@liquidmetal-ai/raindrop",
774
- "pluginType": "core",
775
- "strict": true,
776
- "enableJsonFlag": false,
777
- "baseArgs": {},
778
- "isESM": true,
779
- "relativePath": [
780
- "dist",
781
- "commands",
782
- "build",
783
- "generate.js"
784
- ]
785
- },
786
- "build:init": {
787
- "aliases": [],
788
- "args": {
789
- "path": {
790
- "default": ".",
791
- "description": "Path to initialize the project in",
792
- "name": "path",
793
- "required": false
794
- }
795
- },
796
- "description": "start a new LiquidMetal.AI project",
797
- "examples": [
798
- "<%= config.bin %> <%= command.id %> .\nInitialize a project in the current directory.\n"
799
- ],
800
- "flags": {
801
- "overwrite": {
802
- "description": "Overwrite existing files",
803
- "name": "overwrite",
804
- "allowNo": false,
805
- "type": "boolean"
806
- }
807
- },
808
- "hasDynamicHelp": false,
809
- "hiddenAliases": [],
810
- "id": "build:init",
811
- "pluginAlias": "@liquidmetal-ai/raindrop",
812
- "pluginName": "@liquidmetal-ai/raindrop",
813
- "pluginType": "core",
814
- "strict": true,
815
- "enableJsonFlag": false,
816
- "baseArgs": {},
817
- "isESM": true,
818
- "relativePath": [
819
- "dist",
820
- "commands",
821
- "build",
822
- "init.js"
823
- ]
824
- },
825
- "build:list": {
826
- "aliases": [],
827
- "args": {},
828
- "description": "list Raindrop catalog resources",
829
- "examples": [
830
- "<%= config.bin %> <%= command.id %> .\nList Raindrop catalog resources.\n"
831
- ],
832
- "flags": {
833
- "all": {
834
- "char": "a",
835
- "description": "show deleted resources",
836
- "name": "all",
837
- "allowNo": false,
838
- "type": "boolean"
839
- },
840
776
  "output": {
841
777
  "char": "o",
842
778
  "description": "output format",
@@ -847,82 +783,33 @@
847
783
  "options": [
848
784
  "text",
849
785
  "table",
850
- "json",
851
- "log"
786
+ "json"
852
787
  ],
853
788
  "type": "option"
854
789
  },
855
- "impersonate": {
856
- "char": "i",
857
- "description": "impersonate organization",
858
- "hidden": true,
859
- "name": "impersonate",
790
+ "version": {
791
+ "char": "v",
792
+ "description": "application version to delete",
793
+ "exclusive": [
794
+ "all"
795
+ ],
796
+ "name": "version",
860
797
  "required": false,
861
798
  "hasDynamicHelp": false,
862
799
  "multiple": false,
863
800
  "type": "option"
864
801
  },
865
- "manifest": {
866
- "char": "m",
867
- "description": "project manifest",
868
- "hidden": true,
869
- "name": "manifest",
802
+ "all": {
803
+ "char": "a",
804
+ "description": "delete all application versions",
805
+ "exclusive": [
806
+ "version"
807
+ ],
808
+ "name": "all",
870
809
  "required": false,
871
- "default": "raindrop.manifest",
872
- "hasDynamicHelp": false,
873
- "multiple": false,
874
- "type": "option"
875
- },
876
- "rainbowAuthService": {
877
- "env": "LIQUIDMETAL_RAINBOW_AUTH_SERVICE",
878
- "hidden": true,
879
- "name": "rainbowAuthService",
880
- "default": "https://liquidmetal.run/api/connect",
881
- "hasDynamicHelp": false,
882
- "multiple": false,
883
- "type": "option"
810
+ "allowNo": false,
811
+ "type": "boolean"
884
812
  },
885
- "raindropCatalogService": {
886
- "description": "URL of the catalog service",
887
- "env": "RAINDROP_CATALOG_SERVICE",
888
- "hidden": true,
889
- "name": "raindropCatalogService",
890
- "hasDynamicHelp": false,
891
- "multiple": false,
892
- "type": "option"
893
- }
894
- },
895
- "hasDynamicHelp": false,
896
- "hiddenAliases": [],
897
- "id": "build:list",
898
- "pluginAlias": "@liquidmetal-ai/raindrop",
899
- "pluginName": "@liquidmetal-ai/raindrop",
900
- "pluginType": "core",
901
- "strict": true,
902
- "enableJsonFlag": false,
903
- "baseArgs": {},
904
- "isESM": true,
905
- "relativePath": [
906
- "dist",
907
- "commands",
908
- "build",
909
- "list.js"
910
- ]
911
- },
912
- "build:sandbox": {
913
- "aliases": [],
914
- "args": {
915
- "versionId": {
916
- "description": "version to sandbox",
917
- "name": "versionId",
918
- "required": false
919
- }
920
- },
921
- "description": "mark a version as sandboxed in the Raindrop catalog",
922
- "examples": [
923
- "<%= config.bin %> <%= command.id %>\n"
924
- ],
925
- "flags": {
926
813
  "impersonate": {
927
814
  "char": "i",
928
815
  "description": "impersonate organization",
@@ -950,27 +837,11 @@
950
837
  "hasDynamicHelp": false,
951
838
  "multiple": false,
952
839
  "type": "option"
953
- },
954
- "config": {
955
- "hidden": true,
956
- "name": "config",
957
- "default": ".raindrop/config.json",
958
- "hasDynamicHelp": false,
959
- "multiple": false,
960
- "type": "option"
961
- },
962
- "manifest": {
963
- "description": "project manifest",
964
- "name": "manifest",
965
- "default": "raindrop.manifest",
966
- "hasDynamicHelp": false,
967
- "multiple": false,
968
- "type": "option"
969
840
  }
970
841
  },
971
842
  "hasDynamicHelp": false,
972
843
  "hiddenAliases": [],
973
- "id": "build:sandbox",
844
+ "id": "build:delete",
974
845
  "pluginAlias": "@liquidmetal-ai/raindrop",
975
846
  "pluginName": "@liquidmetal-ai/raindrop",
976
847
  "pluginType": "core",
@@ -982,15 +853,15 @@
982
853
  "dist",
983
854
  "commands",
984
855
  "build",
985
- "sandbox.js"
856
+ "delete.js"
986
857
  ]
987
858
  },
988
- "build:start": {
859
+ "build:deploy": {
989
860
  "aliases": [],
990
861
  "args": {},
991
- "description": "start a Raindrop application",
862
+ "description": "deploy a Raindrop application",
992
863
  "examples": [
993
- "<%= config.bin %> <%= command.id %> .\nStart a Raindrop application.\n"
864
+ "<%= config.bin %> <%= command.id %> .\nDeploy a Raindrop application.\n"
994
865
  ],
995
866
  "flags": {
996
867
  "root": {
@@ -1024,19 +895,23 @@
1024
895
  "multiple": false,
1025
896
  "type": "option"
1026
897
  },
1027
- "application": {
1028
- "char": "a",
1029
- "description": "application to start",
1030
- "name": "application",
898
+ "output": {
899
+ "char": "o",
900
+ "description": "output directory",
901
+ "name": "output",
1031
902
  "required": false,
903
+ "default": "dist",
1032
904
  "hasDynamicHelp": false,
1033
905
  "multiple": false,
1034
906
  "type": "option"
1035
907
  },
1036
- "version": {
908
+ "versionId": {
909
+ "aliases": [
910
+ "version"
911
+ ],
1037
912
  "char": "v",
1038
- "description": "application version to start",
1039
- "name": "version",
913
+ "description": "version ID",
914
+ "name": "versionId",
1040
915
  "required": false,
1041
916
  "hasDynamicHelp": false,
1042
917
  "multiple": false,
@@ -1069,11 +944,27 @@
1069
944
  "hasDynamicHelp": false,
1070
945
  "multiple": false,
1071
946
  "type": "option"
947
+ },
948
+ "start": {
949
+ "char": "s",
950
+ "description": "start the application after deploying",
951
+ "name": "start",
952
+ "required": false,
953
+ "allowNo": false,
954
+ "type": "boolean"
955
+ },
956
+ "amend": {
957
+ "char": "a",
958
+ "description": "amend an existing application",
959
+ "name": "amend",
960
+ "required": false,
961
+ "allowNo": false,
962
+ "type": "boolean"
1072
963
  }
1073
964
  },
1074
965
  "hasDynamicHelp": false,
1075
966
  "hiddenAliases": [],
1076
- "id": "build:start",
967
+ "id": "build:deploy",
1077
968
  "pluginAlias": "@liquidmetal-ai/raindrop",
1078
969
  "pluginName": "@liquidmetal-ai/raindrop",
1079
970
  "pluginType": "core",
@@ -1085,13 +976,13 @@
1085
976
  "dist",
1086
977
  "commands",
1087
978
  "build",
1088
- "start.js"
979
+ "deploy.js"
1089
980
  ]
1090
981
  },
1091
- "build:status": {
982
+ "build:find": {
1092
983
  "aliases": [],
1093
984
  "args": {},
1094
- "description": "show the status of an application in Raindrop",
985
+ "description": "find resources in Raindrop",
1095
986
  "examples": [
1096
987
  "<%= config.bin %> <%= command.id %> .\n"
1097
988
  ],
@@ -1199,7 +1090,7 @@
1199
1090
  },
1200
1091
  "hasDynamicHelp": false,
1201
1092
  "hiddenAliases": [],
1202
- "id": "build:status",
1093
+ "id": "build:find",
1203
1094
  "pluginAlias": "@liquidmetal-ai/raindrop",
1204
1095
  "pluginName": "@liquidmetal-ai/raindrop",
1205
1096
  "pluginType": "core",
@@ -1211,15 +1102,15 @@
1211
1102
  "dist",
1212
1103
  "commands",
1213
1104
  "build",
1214
- "status.js"
1105
+ "find.js"
1215
1106
  ]
1216
1107
  },
1217
- "build:stop": {
1108
+ "build:generate": {
1218
1109
  "aliases": [],
1219
1110
  "args": {},
1220
- "description": "stop a Raindrop application",
1111
+ "description": "(re)generate all code for a LiquidMetal.AI project",
1221
1112
  "examples": [
1222
- "<%= config.bin %> <%= command.id %> .\nStop a Raindrop application.\n"
1113
+ "<%= config.bin %> <%= command.id %>"
1223
1114
  ],
1224
1115
  "flags": {
1225
1116
  "root": {
@@ -1253,22 +1144,100 @@
1253
1144
  "multiple": false,
1254
1145
  "type": "option"
1255
1146
  },
1256
- "application": {
1257
- "char": "a",
1258
- "description": "application to stop",
1259
- "name": "application",
1260
- "required": false,
1147
+ "output": {
1148
+ "char": "o",
1149
+ "description": "output directory",
1150
+ "name": "output",
1151
+ "default": "dist",
1261
1152
  "hasDynamicHelp": false,
1262
1153
  "multiple": false,
1263
1154
  "type": "option"
1155
+ }
1156
+ },
1157
+ "hasDynamicHelp": false,
1158
+ "hiddenAliases": [],
1159
+ "id": "build:generate",
1160
+ "pluginAlias": "@liquidmetal-ai/raindrop",
1161
+ "pluginName": "@liquidmetal-ai/raindrop",
1162
+ "pluginType": "core",
1163
+ "strict": true,
1164
+ "enableJsonFlag": false,
1165
+ "baseArgs": {},
1166
+ "isESM": true,
1167
+ "relativePath": [
1168
+ "dist",
1169
+ "commands",
1170
+ "build",
1171
+ "generate.js"
1172
+ ]
1173
+ },
1174
+ "build:init": {
1175
+ "aliases": [],
1176
+ "args": {
1177
+ "path": {
1178
+ "default": ".",
1179
+ "description": "Path to initialize the project in",
1180
+ "name": "path",
1181
+ "required": false
1182
+ }
1183
+ },
1184
+ "description": "start a new LiquidMetal.AI project",
1185
+ "examples": [
1186
+ "<%= config.bin %> <%= command.id %> .\nInitialize a project in the current directory.\n"
1187
+ ],
1188
+ "flags": {
1189
+ "overwrite": {
1190
+ "description": "Overwrite existing files",
1191
+ "name": "overwrite",
1192
+ "allowNo": false,
1193
+ "type": "boolean"
1194
+ }
1195
+ },
1196
+ "hasDynamicHelp": false,
1197
+ "hiddenAliases": [],
1198
+ "id": "build:init",
1199
+ "pluginAlias": "@liquidmetal-ai/raindrop",
1200
+ "pluginName": "@liquidmetal-ai/raindrop",
1201
+ "pluginType": "core",
1202
+ "strict": true,
1203
+ "enableJsonFlag": false,
1204
+ "baseArgs": {},
1205
+ "isESM": true,
1206
+ "relativePath": [
1207
+ "dist",
1208
+ "commands",
1209
+ "build",
1210
+ "init.js"
1211
+ ]
1212
+ },
1213
+ "build:list": {
1214
+ "aliases": [],
1215
+ "args": {},
1216
+ "description": "list Raindrop catalog resources",
1217
+ "examples": [
1218
+ "<%= config.bin %> <%= command.id %> .\nList Raindrop catalog resources.\n"
1219
+ ],
1220
+ "flags": {
1221
+ "all": {
1222
+ "char": "a",
1223
+ "description": "show deleted resources",
1224
+ "name": "all",
1225
+ "allowNo": false,
1226
+ "type": "boolean"
1264
1227
  },
1265
- "version": {
1266
- "char": "v",
1267
- "description": "application version to start",
1268
- "name": "version",
1269
- "required": false,
1228
+ "output": {
1229
+ "char": "o",
1230
+ "description": "output format",
1231
+ "name": "output",
1232
+ "default": "table",
1270
1233
  "hasDynamicHelp": false,
1271
1234
  "multiple": false,
1235
+ "options": [
1236
+ "text",
1237
+ "table",
1238
+ "json",
1239
+ "log"
1240
+ ],
1272
1241
  "type": "option"
1273
1242
  },
1274
1243
  "impersonate": {
@@ -1281,6 +1250,17 @@
1281
1250
  "multiple": false,
1282
1251
  "type": "option"
1283
1252
  },
1253
+ "manifest": {
1254
+ "char": "m",
1255
+ "description": "project manifest",
1256
+ "hidden": true,
1257
+ "name": "manifest",
1258
+ "required": false,
1259
+ "default": "raindrop.manifest",
1260
+ "hasDynamicHelp": false,
1261
+ "multiple": false,
1262
+ "type": "option"
1263
+ },
1284
1264
  "rainbowAuthService": {
1285
1265
  "env": "LIQUIDMETAL_RAINBOW_AUTH_SERVICE",
1286
1266
  "hidden": true,
@@ -1302,7 +1282,7 @@
1302
1282
  },
1303
1283
  "hasDynamicHelp": false,
1304
1284
  "hiddenAliases": [],
1305
- "id": "build:stop",
1285
+ "id": "build:list",
1306
1286
  "pluginAlias": "@liquidmetal-ai/raindrop",
1307
1287
  "pluginName": "@liquidmetal-ai/raindrop",
1308
1288
  "pluginType": "core",
@@ -1314,10 +1294,10 @@
1314
1294
  "dist",
1315
1295
  "commands",
1316
1296
  "build",
1317
- "stop.js"
1297
+ "list.js"
1318
1298
  ]
1319
1299
  },
1320
- "build:unsandbox": {
1300
+ "build:sandbox": {
1321
1301
  "aliases": [],
1322
1302
  "args": {
1323
1303
  "versionId": {
@@ -1326,7 +1306,7 @@
1326
1306
  "required": false
1327
1307
  }
1328
1308
  },
1329
- "description": "mark a version as unsandboxed in the Raindrop catalog",
1309
+ "description": "mark a version as sandboxed in the Raindrop catalog",
1330
1310
  "examples": [
1331
1311
  "<%= config.bin %> <%= command.id %>\n"
1332
1312
  ],
@@ -1378,7 +1358,7 @@
1378
1358
  },
1379
1359
  "hasDynamicHelp": false,
1380
1360
  "hiddenAliases": [],
1381
- "id": "build:unsandbox",
1361
+ "id": "build:sandbox",
1382
1362
  "pluginAlias": "@liquidmetal-ai/raindrop",
1383
1363
  "pluginName": "@liquidmetal-ai/raindrop",
1384
1364
  "pluginType": "core",
@@ -1390,15 +1370,118 @@
1390
1370
  "dist",
1391
1371
  "commands",
1392
1372
  "build",
1393
- "unsandbox.js"
1373
+ "sandbox.js"
1394
1374
  ]
1395
1375
  },
1396
- "build:upload": {
1376
+ "build:start": {
1397
1377
  "aliases": [],
1398
1378
  "args": {},
1399
- "description": "build and validate a LiquidMetal.AI project",
1379
+ "description": "start a Raindrop application",
1400
1380
  "examples": [
1401
- "<%= config.bin %> <%= command.id %>"
1381
+ "<%= config.bin %> <%= command.id %> .\nStart a Raindrop application.\n"
1382
+ ],
1383
+ "flags": {
1384
+ "root": {
1385
+ "char": "r",
1386
+ "description": "root directory",
1387
+ "name": "root",
1388
+ "required": false,
1389
+ "default": "/Users/ian/liquidmetal/packages/raindrop",
1390
+ "hasDynamicHelp": false,
1391
+ "multiple": false,
1392
+ "type": "option"
1393
+ },
1394
+ "manifest": {
1395
+ "char": "m",
1396
+ "description": "project manifest",
1397
+ "name": "manifest",
1398
+ "required": false,
1399
+ "default": "raindrop.manifest",
1400
+ "hasDynamicHelp": false,
1401
+ "multiple": false,
1402
+ "type": "option"
1403
+ },
1404
+ "config": {
1405
+ "char": "c",
1406
+ "description": "config file",
1407
+ "hidden": true,
1408
+ "name": "config",
1409
+ "required": false,
1410
+ "default": ".raindrop/config.json",
1411
+ "hasDynamicHelp": false,
1412
+ "multiple": false,
1413
+ "type": "option"
1414
+ },
1415
+ "application": {
1416
+ "char": "a",
1417
+ "description": "application to start",
1418
+ "name": "application",
1419
+ "required": false,
1420
+ "hasDynamicHelp": false,
1421
+ "multiple": false,
1422
+ "type": "option"
1423
+ },
1424
+ "version": {
1425
+ "char": "v",
1426
+ "description": "application version to start",
1427
+ "name": "version",
1428
+ "required": false,
1429
+ "hasDynamicHelp": false,
1430
+ "multiple": false,
1431
+ "type": "option"
1432
+ },
1433
+ "impersonate": {
1434
+ "char": "i",
1435
+ "description": "impersonate organization",
1436
+ "hidden": true,
1437
+ "name": "impersonate",
1438
+ "required": false,
1439
+ "hasDynamicHelp": false,
1440
+ "multiple": false,
1441
+ "type": "option"
1442
+ },
1443
+ "rainbowAuthService": {
1444
+ "env": "LIQUIDMETAL_RAINBOW_AUTH_SERVICE",
1445
+ "hidden": true,
1446
+ "name": "rainbowAuthService",
1447
+ "default": "https://liquidmetal.run/api/connect",
1448
+ "hasDynamicHelp": false,
1449
+ "multiple": false,
1450
+ "type": "option"
1451
+ },
1452
+ "raindropCatalogService": {
1453
+ "description": "URL of the catalog service",
1454
+ "env": "RAINDROP_CATALOG_SERVICE",
1455
+ "hidden": true,
1456
+ "name": "raindropCatalogService",
1457
+ "hasDynamicHelp": false,
1458
+ "multiple": false,
1459
+ "type": "option"
1460
+ }
1461
+ },
1462
+ "hasDynamicHelp": false,
1463
+ "hiddenAliases": [],
1464
+ "id": "build:start",
1465
+ "pluginAlias": "@liquidmetal-ai/raindrop",
1466
+ "pluginName": "@liquidmetal-ai/raindrop",
1467
+ "pluginType": "core",
1468
+ "strict": true,
1469
+ "enableJsonFlag": false,
1470
+ "baseArgs": {},
1471
+ "isESM": true,
1472
+ "relativePath": [
1473
+ "dist",
1474
+ "commands",
1475
+ "build",
1476
+ "start.js"
1477
+ ]
1478
+ },
1479
+ "build:status": {
1480
+ "aliases": [],
1481
+ "args": {},
1482
+ "description": "show the status of an application in Raindrop",
1483
+ "examples": [
1484
+ "<%= config.bin %> <%= command.id %> .\n"
1402
1485
  ],
1403
1486
  "flags": {
1404
1487
  "root": {
@@ -1427,29 +1510,51 @@
1427
1510
  "hidden": true,
1428
1511
  "name": "config",
1429
1512
  "required": false,
1430
- "default": ".raindrop/config.json",
1513
+ "default": ".raindrop/config.json",
1514
+ "hasDynamicHelp": false,
1515
+ "multiple": false,
1516
+ "type": "option"
1517
+ },
1518
+ "application": {
1519
+ "char": "a",
1520
+ "description": "application",
1521
+ "name": "application",
1522
+ "required": false,
1523
+ "hasDynamicHelp": false,
1524
+ "multiple": false,
1525
+ "type": "option"
1526
+ },
1527
+ "version": {
1528
+ "char": "v",
1529
+ "description": "application version",
1530
+ "name": "version",
1531
+ "required": false,
1431
1532
  "hasDynamicHelp": false,
1432
1533
  "multiple": false,
1433
1534
  "type": "option"
1434
1535
  },
1435
1536
  "output": {
1436
1537
  "char": "o",
1437
- "description": "output directory",
1538
+ "description": "output format",
1438
1539
  "name": "output",
1439
- "required": false,
1440
- "default": "dist",
1540
+ "default": "table",
1441
1541
  "hasDynamicHelp": false,
1442
1542
  "multiple": false,
1543
+ "options": [
1544
+ "text",
1545
+ "table",
1546
+ "json"
1547
+ ],
1443
1548
  "type": "option"
1444
1549
  },
1445
- "versionId": {
1446
- "char": "v",
1447
- "description": "version ID",
1448
- "name": "versionId",
1449
- "required": true,
1450
- "hasDynamicHelp": false,
1451
- "multiple": false,
1452
- "type": "option"
1550
+ "sudo": {
1551
+ "char": "s",
1552
+ "description": "superuser mode",
1553
+ "hidden": true,
1554
+ "name": "sudo",
1555
+ "required": false,
1556
+ "allowNo": false,
1557
+ "type": "boolean"
1453
1558
  },
1454
1559
  "impersonate": {
1455
1560
  "char": "i",
@@ -1482,7 +1587,7 @@
1482
1587
  },
1483
1588
  "hasDynamicHelp": false,
1484
1589
  "hiddenAliases": [],
1485
- "id": "build:upload",
1590
+ "id": "build:status",
1486
1591
  "pluginAlias": "@liquidmetal-ai/raindrop",
1487
1592
  "pluginName": "@liquidmetal-ai/raindrop",
1488
1593
  "pluginType": "core",
@@ -1494,15 +1599,15 @@
1494
1599
  "dist",
1495
1600
  "commands",
1496
1601
  "build",
1497
- "upload.js"
1602
+ "status.js"
1498
1603
  ]
1499
1604
  },
1500
- "build:validate": {
1605
+ "build:stop": {
1501
1606
  "aliases": [],
1502
1607
  "args": {},
1503
- "description": "build and validate a LiquidMetal.AI project",
1608
+ "description": "stop a Raindrop application",
1504
1609
  "examples": [
1505
- "<%= config.bin %> <%= command.id %>"
1610
+ "<%= config.bin %> <%= command.id %> .\nStop a Raindrop application.\n"
1506
1611
  ],
1507
1612
  "flags": {
1508
1613
  "root": {
@@ -1536,59 +1641,22 @@
1536
1641
  "multiple": false,
1537
1642
  "type": "option"
1538
1643
  },
1539
- "output": {
1540
- "char": "o",
1541
- "description": "output directory",
1542
- "name": "output",
1644
+ "application": {
1645
+ "char": "a",
1646
+ "description": "application to stop",
1647
+ "name": "application",
1543
1648
  "required": false,
1544
- "default": "dist",
1545
1649
  "hasDynamicHelp": false,
1546
1650
  "multiple": false,
1547
1651
  "type": "option"
1548
- }
1549
- },
1550
- "hasDynamicHelp": false,
1551
- "hiddenAliases": [],
1552
- "id": "build:validate",
1553
- "pluginAlias": "@liquidmetal-ai/raindrop",
1554
- "pluginName": "@liquidmetal-ai/raindrop",
1555
- "pluginType": "core",
1556
- "strict": true,
1557
- "enableJsonFlag": false,
1558
- "baseArgs": {},
1559
- "isESM": true,
1560
- "relativePath": [
1561
- "dist",
1562
- "commands",
1563
- "build",
1564
- "validate.js"
1565
- ]
1566
- },
1567
- "query:chunk-search": {
1568
- "aliases": [],
1569
- "args": {
1570
- "query": {
1571
- "description": "search query to run",
1572
- "name": "query",
1573
- "required": true
1574
- }
1575
- },
1576
- "description": "Run a RAG (Retrieval Augmented Generation) search query against a Smart Bucket",
1577
- "examples": [
1578
- "<%= config.bin %> query chunk-search \"What is LiquidMetal?\"\nRun a RAG search query against a Smart Bucket.\n"
1579
- ],
1580
- "flags": {
1581
- "output": {
1582
- "char": "o",
1583
- "description": "output format",
1584
- "name": "output",
1585
- "default": "text",
1652
+ },
1653
+ "version": {
1654
+ "char": "v",
1655
+ "description": "application version to start",
1656
+ "name": "version",
1657
+ "required": false,
1586
1658
  "hasDynamicHelp": false,
1587
1659
  "multiple": false,
1588
- "options": [
1589
- "text",
1590
- "json"
1591
- ],
1592
1660
  "type": "option"
1593
1661
  },
1594
1662
  "impersonate": {
@@ -1601,17 +1669,6 @@
1601
1669
  "multiple": false,
1602
1670
  "type": "option"
1603
1671
  },
1604
- "manifest": {
1605
- "char": "m",
1606
- "description": "project manifest",
1607
- "hidden": true,
1608
- "name": "manifest",
1609
- "required": false,
1610
- "default": "raindrop.manifest",
1611
- "hasDynamicHelp": false,
1612
- "multiple": false,
1613
- "type": "option"
1614
- },
1615
1672
  "rainbowAuthService": {
1616
1673
  "env": "LIQUIDMETAL_RAINBOW_AUTH_SERVICE",
1617
1674
  "hidden": true,
@@ -1633,7 +1690,7 @@
1633
1690
  },
1634
1691
  "hasDynamicHelp": false,
1635
1692
  "hiddenAliases": [],
1636
- "id": "query:chunk-search",
1693
+ "id": "build:stop",
1637
1694
  "pluginAlias": "@liquidmetal-ai/raindrop",
1638
1695
  "pluginName": "@liquidmetal-ai/raindrop",
1639
1696
  "pluginType": "core",
@@ -1644,39 +1701,43 @@
1644
1701
  "relativePath": [
1645
1702
  "dist",
1646
1703
  "commands",
1647
- "query",
1648
- "chunk-search.js"
1704
+ "build",
1705
+ "stop.js"
1649
1706
  ]
1650
1707
  },
1651
- "query:register-retriever": {
1708
+ "build:unsandbox": {
1652
1709
  "aliases": [],
1653
1710
  "args": {
1654
- "bucket": {
1655
- "description": "bucket identifier for the retriever",
1656
- "name": "bucket",
1657
- "required": true
1658
- },
1659
- "url": {
1660
- "description": "URL endpoint for the retriever",
1661
- "name": "url",
1662
- "required": true
1663
- },
1664
- "delete_url": {
1665
- "description": "Delete endpoint for the retriever",
1666
- "name": "delete_url",
1667
- "required": true
1668
- },
1669
- "bucket_name": {
1670
- "description": "Name of the bucket",
1671
- "name": "bucket_name",
1672
- "required": true
1711
+ "versionId": {
1712
+ "description": "version to sandbox",
1713
+ "name": "versionId",
1714
+ "required": false
1673
1715
  }
1674
1716
  },
1675
- "description": "Register a new retriever tool with the catalog service",
1717
+ "description": "mark a version as unsandboxed in the Raindrop catalog",
1676
1718
  "examples": [
1677
- "<%= config.bin %> query register-retriever my-bucket https://my-retriever-endpoint.com https://my-delete-endpoint.com \"My Bucket\"\nRegister a new retriever tool.\n"
1719
+ "<%= config.bin %> <%= command.id %>\n"
1678
1720
  ],
1679
1721
  "flags": {
1722
+ "impersonate": {
1723
+ "char": "i",
1724
+ "description": "impersonate organization",
1725
+ "hidden": true,
1726
+ "name": "impersonate",
1727
+ "required": false,
1728
+ "hasDynamicHelp": false,
1729
+ "multiple": false,
1730
+ "type": "option"
1731
+ },
1732
+ "rainbowAuthService": {
1733
+ "env": "LIQUIDMETAL_RAINBOW_AUTH_SERVICE",
1734
+ "hidden": true,
1735
+ "name": "rainbowAuthService",
1736
+ "default": "https://liquidmetal.run/api/connect",
1737
+ "hasDynamicHelp": false,
1738
+ "multiple": false,
1739
+ "type": "option"
1740
+ },
1680
1741
  "raindropCatalogService": {
1681
1742
  "description": "URL of the catalog service",
1682
1743
  "env": "RAINDROP_CATALOG_SERVICE",
@@ -1685,11 +1746,27 @@
1685
1746
  "hasDynamicHelp": false,
1686
1747
  "multiple": false,
1687
1748
  "type": "option"
1749
+ },
1750
+ "config": {
1751
+ "hidden": true,
1752
+ "name": "config",
1753
+ "default": ".raindrop/config.json",
1754
+ "hasDynamicHelp": false,
1755
+ "multiple": false,
1756
+ "type": "option"
1757
+ },
1758
+ "manifest": {
1759
+ "description": "project manifest",
1760
+ "name": "manifest",
1761
+ "default": "raindrop.manifest",
1762
+ "hasDynamicHelp": false,
1763
+ "multiple": false,
1764
+ "type": "option"
1688
1765
  }
1689
1766
  },
1690
1767
  "hasDynamicHelp": false,
1691
1768
  "hiddenAliases": [],
1692
- "id": "query:register-retriever",
1769
+ "id": "build:unsandbox",
1693
1770
  "pluginAlias": "@liquidmetal-ai/raindrop",
1694
1771
  "pluginName": "@liquidmetal-ai/raindrop",
1695
1772
  "pluginType": "core",
@@ -1700,72 +1777,74 @@
1700
1777
  "relativePath": [
1701
1778
  "dist",
1702
1779
  "commands",
1703
- "query",
1704
- "register-retriever.js"
1780
+ "build",
1781
+ "unsandbox.js"
1705
1782
  ]
1706
1783
  },
1707
- "query:search": {
1784
+ "build:upload": {
1708
1785
  "aliases": [],
1709
- "args": {
1710
- "query": {
1711
- "description": "search query",
1712
- "name": "query",
1713
- "required": false
1714
- }
1715
- },
1716
- "description": "Run a search query against a smart bucket using natural language",
1786
+ "args": {},
1787
+ "description": "build and validate a LiquidMetal.AI project",
1717
1788
  "examples": [
1718
- "<%= config.bin %> query search \"What is LiquidMetal?\"\nRun a new supervisor agent search query.\n",
1719
- "<%= config.bin %> query search --requestId 01HNG4V2RJXS5T --page 2\nGet page 2 of previous search results.\n"
1789
+ "<%= config.bin %> <%= command.id %>"
1720
1790
  ],
1721
1791
  "flags": {
1722
- "requestId": {
1723
- "description": "request ID for pagination",
1724
- "name": "requestId",
1792
+ "root": {
1793
+ "char": "r",
1794
+ "description": "root directory",
1795
+ "name": "root",
1796
+ "required": false,
1797
+ "default": "/Users/ian/liquidmetal/packages/raindrop",
1798
+ "hasDynamicHelp": false,
1799
+ "multiple": false,
1800
+ "type": "option"
1801
+ },
1802
+ "manifest": {
1803
+ "char": "m",
1804
+ "description": "project manifest",
1805
+ "name": "manifest",
1725
1806
  "required": false,
1807
+ "default": "raindrop.manifest",
1726
1808
  "hasDynamicHelp": false,
1727
1809
  "multiple": false,
1728
1810
  "type": "option"
1729
1811
  },
1730
- "page": {
1731
- "char": "p",
1732
- "description": "page number for paginated results",
1733
- "name": "page",
1734
- "default": 1,
1812
+ "config": {
1813
+ "char": "c",
1814
+ "description": "config file",
1815
+ "hidden": true,
1816
+ "name": "config",
1817
+ "required": false,
1818
+ "default": ".raindrop/config.json",
1735
1819
  "hasDynamicHelp": false,
1736
1820
  "multiple": false,
1737
1821
  "type": "option"
1738
1822
  },
1739
1823
  "output": {
1740
1824
  "char": "o",
1741
- "description": "output format",
1825
+ "description": "output directory",
1742
1826
  "name": "output",
1743
- "default": "text",
1827
+ "required": false,
1828
+ "default": "dist",
1744
1829
  "hasDynamicHelp": false,
1745
1830
  "multiple": false,
1746
- "options": [
1747
- "text",
1748
- "json"
1749
- ],
1750
1831
  "type": "option"
1751
1832
  },
1752
- "impersonate": {
1753
- "char": "i",
1754
- "description": "impersonate organization",
1755
- "hidden": true,
1756
- "name": "impersonate",
1757
- "required": false,
1833
+ "versionId": {
1834
+ "char": "v",
1835
+ "description": "version ID",
1836
+ "name": "versionId",
1837
+ "required": true,
1758
1838
  "hasDynamicHelp": false,
1759
1839
  "multiple": false,
1760
1840
  "type": "option"
1761
1841
  },
1762
- "manifest": {
1763
- "char": "m",
1764
- "description": "project manifest",
1842
+ "impersonate": {
1843
+ "char": "i",
1844
+ "description": "impersonate organization",
1765
1845
  "hidden": true,
1766
- "name": "manifest",
1846
+ "name": "impersonate",
1767
1847
  "required": false,
1768
- "default": "raindrop.manifest",
1769
1848
  "hasDynamicHelp": false,
1770
1849
  "multiple": false,
1771
1850
  "type": "option"
@@ -1791,7 +1870,7 @@
1791
1870
  },
1792
1871
  "hasDynamicHelp": false,
1793
1872
  "hiddenAliases": [],
1794
- "id": "query:search",
1873
+ "id": "build:upload",
1795
1874
  "pluginAlias": "@liquidmetal-ai/raindrop",
1796
1875
  "pluginName": "@liquidmetal-ai/raindrop",
1797
1876
  "pluginType": "core",
@@ -1802,52 +1881,24 @@
1802
1881
  "relativePath": [
1803
1882
  "dist",
1804
1883
  "commands",
1805
- "query",
1806
- "search.js"
1884
+ "build",
1885
+ "upload.js"
1807
1886
  ]
1808
1887
  },
1809
- "object:delete": {
1888
+ "build:validate": {
1810
1889
  "aliases": [],
1811
- "args": {
1812
- "key": {
1813
- "description": "key/path in the bucket to delete",
1814
- "name": "key",
1815
- "required": true
1816
- }
1817
- },
1818
- "description": "Delete a file from the object storage",
1890
+ "args": {},
1891
+ "description": "build and validate a LiquidMetal.AI project",
1819
1892
  "examples": [
1820
- "<%= config.bin %> object delete my-key --bucket my-bucket\nDelete file with key 'my-key' from my-bucket\n"
1893
+ "<%= config.bin %> <%= command.id %>"
1821
1894
  ],
1822
1895
  "flags": {
1823
- "bucket": {
1824
- "char": "b",
1825
- "description": "bucket name",
1826
- "name": "bucket",
1827
- "required": true,
1828
- "hasDynamicHelp": false,
1829
- "multiple": false,
1830
- "type": "option"
1831
- },
1832
- "output": {
1833
- "char": "o",
1834
- "description": "output format",
1835
- "name": "output",
1836
- "default": "text",
1837
- "hasDynamicHelp": false,
1838
- "multiple": false,
1839
- "options": [
1840
- "text",
1841
- "json"
1842
- ],
1843
- "type": "option"
1844
- },
1845
- "impersonate": {
1846
- "char": "i",
1847
- "description": "impersonate organization",
1848
- "hidden": true,
1849
- "name": "impersonate",
1896
+ "root": {
1897
+ "char": "r",
1898
+ "description": "root directory",
1899
+ "name": "root",
1850
1900
  "required": false,
1901
+ "default": "/Users/ian/liquidmetal/packages/raindrop",
1851
1902
  "hasDynamicHelp": false,
1852
1903
  "multiple": false,
1853
1904
  "type": "option"
@@ -1855,7 +1906,6 @@
1855
1906
  "manifest": {
1856
1907
  "char": "m",
1857
1908
  "description": "project manifest",
1858
- "hidden": true,
1859
1909
  "name": "manifest",
1860
1910
  "required": false,
1861
1911
  "default": "raindrop.manifest",
@@ -1863,20 +1913,23 @@
1863
1913
  "multiple": false,
1864
1914
  "type": "option"
1865
1915
  },
1866
- "rainbowAuthService": {
1867
- "env": "LIQUIDMETAL_RAINBOW_AUTH_SERVICE",
1916
+ "config": {
1917
+ "char": "c",
1918
+ "description": "config file",
1868
1919
  "hidden": true,
1869
- "name": "rainbowAuthService",
1870
- "default": "https://liquidmetal.run/api/connect",
1920
+ "name": "config",
1921
+ "required": false,
1922
+ "default": ".raindrop/config.json",
1871
1923
  "hasDynamicHelp": false,
1872
1924
  "multiple": false,
1873
1925
  "type": "option"
1874
1926
  },
1875
- "raindropCatalogService": {
1876
- "description": "URL of the catalog service",
1877
- "env": "RAINDROP_CATALOG_SERVICE",
1878
- "hidden": true,
1879
- "name": "raindropCatalogService",
1927
+ "output": {
1928
+ "char": "o",
1929
+ "description": "output directory",
1930
+ "name": "output",
1931
+ "required": false,
1932
+ "default": "dist",
1880
1933
  "hasDynamicHelp": false,
1881
1934
  "multiple": false,
1882
1935
  "type": "option"
@@ -1884,7 +1937,7 @@
1884
1937
  },
1885
1938
  "hasDynamicHelp": false,
1886
1939
  "hiddenAliases": [],
1887
- "id": "object:delete",
1940
+ "id": "build:validate",
1888
1941
  "pluginAlias": "@liquidmetal-ai/raindrop",
1889
1942
  "pluginName": "@liquidmetal-ai/raindrop",
1890
1943
  "pluginType": "core",
@@ -1895,49 +1948,33 @@
1895
1948
  "relativePath": [
1896
1949
  "dist",
1897
1950
  "commands",
1898
- "object",
1899
- "delete.js"
1951
+ "build",
1952
+ "validate.js"
1900
1953
  ]
1901
1954
  },
1902
- "object:get": {
1955
+ "query:chunk-search": {
1903
1956
  "aliases": [],
1904
1957
  "args": {
1905
- "key": {
1906
- "description": "key/path in the bucket",
1907
- "name": "key",
1958
+ "query": {
1959
+ "description": "search query to run",
1960
+ "name": "query",
1908
1961
  "required": true
1909
- },
1910
- "output": {
1911
- "description": "output file (defaults to key basename)",
1912
- "name": "output",
1913
- "required": false
1914
1962
  }
1915
1963
  },
1916
- "description": "Download a file from the object storage",
1964
+ "description": "Run a RAG (Retrieval Augmented Generation) search query against a Smart Bucket",
1917
1965
  "examples": [
1918
- "<%= config.bin %> object get my-key --bucket my-bucket\nDownload file with key 'my-key' from my-bucket\n",
1919
- "<%= config.bin %> object get my-key output.txt --bucket my-bucket\nDownload file with key 'my-key' from my-bucket to output.txt\n"
1966
+ "<%= config.bin %> query chunk-search \"What is LiquidMetal?\"\nRun a RAG search query against a Smart Bucket.\n"
1920
1967
  ],
1921
1968
  "flags": {
1922
- "bucket": {
1923
- "char": "b",
1924
- "description": "bucket name",
1925
- "name": "bucket",
1926
- "required": true,
1927
- "hasDynamicHelp": false,
1928
- "multiple": false,
1929
- "type": "option"
1930
- },
1931
- "format": {
1932
- "char": "f",
1969
+ "output": {
1970
+ "char": "o",
1933
1971
  "description": "output format",
1934
- "name": "format",
1935
- "default": "file",
1972
+ "name": "output",
1973
+ "default": "text",
1936
1974
  "hasDynamicHelp": false,
1937
1975
  "multiple": false,
1938
1976
  "options": [
1939
- "file",
1940
- "stdout",
1977
+ "text",
1941
1978
  "json"
1942
1979
  ],
1943
1980
  "type": "option"
@@ -1984,7 +2021,7 @@
1984
2021
  },
1985
2022
  "hasDynamicHelp": false,
1986
2023
  "hiddenAliases": [],
1987
- "id": "object:get",
2024
+ "id": "query:chunk-search",
1988
2025
  "pluginAlias": "@liquidmetal-ai/raindrop",
1989
2026
  "pluginName": "@liquidmetal-ai/raindrop",
1990
2027
  "pluginType": "core",
@@ -1995,71 +2032,39 @@
1995
2032
  "relativePath": [
1996
2033
  "dist",
1997
2034
  "commands",
1998
- "object",
1999
- "get.js"
2035
+ "query",
2036
+ "chunk-search.js"
2000
2037
  ]
2001
2038
  },
2002
- "object:list": {
2039
+ "query:register-retriever": {
2003
2040
  "aliases": [],
2004
- "args": {},
2005
- "description": "List objects in a bucket",
2006
- "examples": [
2007
- "<%= config.bin %> object list --bucket my-bucket\nList all objects in my-bucket\n"
2008
- ],
2009
- "flags": {
2041
+ "args": {
2010
2042
  "bucket": {
2011
- "char": "b",
2012
- "description": "bucket name",
2043
+ "description": "bucket identifier for the retriever",
2013
2044
  "name": "bucket",
2014
- "required": true,
2015
- "hasDynamicHelp": false,
2016
- "multiple": false,
2017
- "type": "option"
2018
- },
2019
- "output": {
2020
- "char": "o",
2021
- "description": "output format",
2022
- "name": "output",
2023
- "default": "text",
2024
- "hasDynamicHelp": false,
2025
- "multiple": false,
2026
- "options": [
2027
- "text",
2028
- "json",
2029
- "table"
2030
- ],
2031
- "type": "option"
2032
- },
2033
- "impersonate": {
2034
- "char": "i",
2035
- "description": "impersonate organization",
2036
- "hidden": true,
2037
- "name": "impersonate",
2038
- "required": false,
2039
- "hasDynamicHelp": false,
2040
- "multiple": false,
2041
- "type": "option"
2045
+ "required": true
2042
2046
  },
2043
- "manifest": {
2044
- "char": "m",
2045
- "description": "project manifest",
2046
- "hidden": true,
2047
- "name": "manifest",
2048
- "required": false,
2049
- "default": "raindrop.manifest",
2050
- "hasDynamicHelp": false,
2051
- "multiple": false,
2052
- "type": "option"
2047
+ "url": {
2048
+ "description": "URL endpoint for the retriever",
2049
+ "name": "url",
2050
+ "required": true
2053
2051
  },
2054
- "rainbowAuthService": {
2055
- "env": "LIQUIDMETAL_RAINBOW_AUTH_SERVICE",
2056
- "hidden": true,
2057
- "name": "rainbowAuthService",
2058
- "default": "https://liquidmetal.run/api/connect",
2059
- "hasDynamicHelp": false,
2060
- "multiple": false,
2061
- "type": "option"
2052
+ "delete_url": {
2053
+ "description": "Delete endpoint for the retriever",
2054
+ "name": "delete_url",
2055
+ "required": true
2062
2056
  },
2057
+ "bucket_name": {
2058
+ "description": "Name of the bucket",
2059
+ "name": "bucket_name",
2060
+ "required": true
2061
+ }
2062
+ },
2063
+ "description": "Register a new retriever tool with the catalog service",
2064
+ "examples": [
2065
+ "<%= config.bin %> query register-retriever my-bucket https://my-retriever-endpoint.com https://my-delete-endpoint.com \"My Bucket\"\nRegister a new retriever tool.\n"
2066
+ ],
2067
+ "flags": {
2063
2068
  "raindropCatalogService": {
2064
2069
  "description": "URL of the catalog service",
2065
2070
  "env": "RAINDROP_CATALOG_SERVICE",
@@ -2072,7 +2077,7 @@
2072
2077
  },
2073
2078
  "hasDynamicHelp": false,
2074
2079
  "hiddenAliases": [],
2075
- "id": "object:list",
2080
+ "id": "query:register-retriever",
2076
2081
  "pluginAlias": "@liquidmetal-ai/raindrop",
2077
2082
  "pluginName": "@liquidmetal-ai/raindrop",
2078
2083
  "pluginType": "core",
@@ -2083,43 +2088,38 @@
2083
2088
  "relativePath": [
2084
2089
  "dist",
2085
2090
  "commands",
2086
- "object",
2087
- "list.js"
2091
+ "query",
2092
+ "register-retriever.js"
2088
2093
  ]
2089
2094
  },
2090
- "object:put": {
2095
+ "query:search": {
2091
2096
  "aliases": [],
2092
2097
  "args": {
2093
- "file": {
2094
- "description": "file to upload",
2095
- "name": "file",
2096
- "required": true
2097
- },
2098
- "key": {
2099
- "description": "key/path in the bucket",
2100
- "name": "key",
2101
- "required": true
2098
+ "query": {
2099
+ "description": "search query",
2100
+ "name": "query",
2101
+ "required": false
2102
2102
  }
2103
2103
  },
2104
- "description": "Upload a file to the object storage",
2104
+ "description": "Run a search query against a smart bucket using natural language",
2105
2105
  "examples": [
2106
- "<%= config.bin %> object put ./myfile.txt my-key --bucket my-bucket\nUpload myfile.txt to my-bucket with key 'my-key'\n"
2106
+ "<%= config.bin %> query search \"What is LiquidMetal?\"\nRun a new supervisor agent search query.\n",
2107
+ "<%= config.bin %> query search --requestId 01HNG4V2RJXS5T --page 2\nGet page 2 of previous search results.\n"
2107
2108
  ],
2108
2109
  "flags": {
2109
- "bucket": {
2110
- "char": "b",
2111
- "description": "bucket name",
2112
- "name": "bucket",
2113
- "required": true,
2110
+ "requestId": {
2111
+ "description": "request ID for pagination",
2112
+ "name": "requestId",
2113
+ "required": false,
2114
2114
  "hasDynamicHelp": false,
2115
2115
  "multiple": false,
2116
2116
  "type": "option"
2117
2117
  },
2118
- "contentType": {
2119
- "char": "t",
2120
- "description": "content type of the file",
2121
- "name": "contentType",
2122
- "required": false,
2118
+ "page": {
2119
+ "char": "p",
2120
+ "description": "page number for paginated results",
2121
+ "name": "page",
2122
+ "default": 1,
2123
2123
  "hasDynamicHelp": false,
2124
2124
  "multiple": false,
2125
2125
  "type": "option"
@@ -2179,7 +2179,7 @@
2179
2179
  },
2180
2180
  "hasDynamicHelp": false,
2181
2181
  "hiddenAliases": [],
2182
- "id": "object:put",
2182
+ "id": "query:search",
2183
2183
  "pluginAlias": "@liquidmetal-ai/raindrop",
2184
2184
  "pluginName": "@liquidmetal-ai/raindrop",
2185
2185
  "pluginType": "core",
@@ -2190,8 +2190,8 @@
2190
2190
  "relativePath": [
2191
2191
  "dist",
2192
2192
  "commands",
2193
- "object",
2194
- "put.js"
2193
+ "query",
2194
+ "search.js"
2195
2195
  ]
2196
2196
  },
2197
2197
  "build:env:get": {
@@ -2528,5 +2528,5 @@
2528
2528
  ]
2529
2529
  }
2530
2530
  },
2531
- "version": "0.2.2"
2531
+ "version": "0.2.3"
2532
2532
  }