@liquidmetal-ai/raindrop 0.2.1 → 0.2.2

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.
@@ -142,50 +142,86 @@
142
142
  "select.js"
143
143
  ]
144
144
  },
145
- "query:chunk-search": {
145
+ "build:branch": {
146
146
  "aliases": [],
147
147
  "args": {
148
- "query": {
149
- "description": "search query to run",
150
- "name": "query",
148
+ "branch": {
149
+ "description": "branch name",
150
+ "name": "branch",
151
151
  "required": true
152
152
  }
153
153
  },
154
- "description": "Run a RAG (Retrieval Augmented Generation) search query against a Smart Bucket",
154
+ "description": "create a new branch in the Raindrop catalog",
155
155
  "examples": [
156
- "<%= config.bin %> query chunk-search \"What is LiquidMetal?\"\nRun a RAG search query against a Smart Bucket.\n"
156
+ "<%= config.bin %> <%= command.id %> .\nCreated new branch 1234\n"
157
157
  ],
158
158
  "flags": {
159
+ "root": {
160
+ "char": "r",
161
+ "description": "root directory",
162
+ "name": "root",
163
+ "required": false,
164
+ "default": "/Users/ian/liquidmetal/packages/raindrop",
165
+ "hasDynamicHelp": false,
166
+ "multiple": false,
167
+ "type": "option"
168
+ },
169
+ "manifest": {
170
+ "char": "m",
171
+ "description": "project manifest",
172
+ "name": "manifest",
173
+ "required": false,
174
+ "default": "raindrop.manifest",
175
+ "hasDynamicHelp": false,
176
+ "multiple": false,
177
+ "type": "option"
178
+ },
179
+ "config": {
180
+ "char": "c",
181
+ "description": "config file",
182
+ "hidden": true,
183
+ "name": "config",
184
+ "required": false,
185
+ "default": ".raindrop/config.json",
186
+ "hasDynamicHelp": false,
187
+ "multiple": false,
188
+ "type": "option"
189
+ },
159
190
  "output": {
160
191
  "char": "o",
161
- "description": "output format",
192
+ "description": "output directory",
162
193
  "name": "output",
163
- "default": "text",
194
+ "required": false,
195
+ "default": "dist",
164
196
  "hasDynamicHelp": false,
165
197
  "multiple": false,
166
- "options": [
167
- "text",
168
- "json"
169
- ],
170
198
  "type": "option"
171
199
  },
172
- "impersonate": {
173
- "char": "i",
174
- "description": "impersonate organization",
175
- "hidden": true,
176
- "name": "impersonate",
200
+ "versionId": {
201
+ "aliases": [
202
+ "version"
203
+ ],
204
+ "char": "p",
205
+ "description": "Branch from this version",
206
+ "name": "versionId",
177
207
  "required": false,
178
208
  "hasDynamicHelp": false,
179
209
  "multiple": false,
180
210
  "type": "option"
181
211
  },
182
- "manifest": {
183
- "char": "m",
184
- "description": "project manifest",
212
+ "start": {
213
+ "description": "Start the application",
214
+ "name": "start",
215
+ "required": false,
216
+ "allowNo": false,
217
+ "type": "boolean"
218
+ },
219
+ "impersonate": {
220
+ "char": "i",
221
+ "description": "impersonate organization",
185
222
  "hidden": true,
186
- "name": "manifest",
223
+ "name": "impersonate",
187
224
  "required": false,
188
- "default": "raindrop.manifest",
189
225
  "hasDynamicHelp": false,
190
226
  "multiple": false,
191
227
  "type": "option"
@@ -207,11 +243,18 @@
207
243
  "hasDynamicHelp": false,
208
244
  "multiple": false,
209
245
  "type": "option"
246
+ },
247
+ "show": {
248
+ "description": "show the current branch",
249
+ "name": "show",
250
+ "required": false,
251
+ "allowNo": false,
252
+ "type": "boolean"
210
253
  }
211
254
  },
212
255
  "hasDynamicHelp": false,
213
256
  "hiddenAliases": [],
214
- "id": "query:chunk-search",
257
+ "id": "build:branch",
215
258
  "pluginAlias": "@liquidmetal-ai/raindrop",
216
259
  "pluginName": "@liquidmetal-ai/raindrop",
217
260
  "pluginType": "core",
@@ -222,39 +265,54 @@
222
265
  "relativePath": [
223
266
  "dist",
224
267
  "commands",
225
- "query",
226
- "chunk-search.js"
268
+ "build",
269
+ "branch.js"
227
270
  ]
228
271
  },
229
- "query:register-retriever": {
272
+ "build:checkout": {
230
273
  "aliases": [],
231
274
  "args": {
232
- "bucket": {
233
- "description": "bucket identifier for the retriever",
234
- "name": "bucket",
235
- "required": true
236
- },
237
- "url": {
238
- "description": "URL endpoint for the retriever",
239
- "name": "url",
240
- "required": true
241
- },
242
- "delete_url": {
243
- "description": "Delete endpoint for the retriever",
244
- "name": "delete_url",
245
- "required": true
246
- },
247
- "bucket_name": {
248
- "description": "Name of the bucket",
249
- "name": "bucket_name",
250
- "required": true
275
+ "version": {
276
+ "description": "version id",
277
+ "name": "version",
278
+ "required": false
251
279
  }
252
280
  },
253
- "description": "Register a new retriever tool with the catalog service",
281
+ "description": "switch the current context to a specific version",
254
282
  "examples": [
255
- "<%= 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"
283
+ "<%= config.bin %> <%= command.id %>\nCurrently on version: 01jac6p20m4gahn1kaa2mhm2js\n\n<%= config.bin %> <%= command.id %> 01jux6z20m4gbhn5kaa4mcm2jr\nSwitched to version: 01jux6z20m4gbhn5kaa4mcm2jr\n"
256
284
  ],
257
285
  "flags": {
286
+ "config": {
287
+ "char": "c",
288
+ "description": "config file",
289
+ "hidden": true,
290
+ "name": "config",
291
+ "required": false,
292
+ "default": ".raindrop/config.json",
293
+ "hasDynamicHelp": false,
294
+ "multiple": false,
295
+ "type": "option"
296
+ },
297
+ "output": {
298
+ "char": "o",
299
+ "description": "output format",
300
+ "name": "output",
301
+ "required": false,
302
+ "default": "text",
303
+ "hasDynamicHelp": false,
304
+ "multiple": false,
305
+ "type": "option"
306
+ },
307
+ "rainbowAuthService": {
308
+ "env": "LIQUIDMETAL_RAINBOW_AUTH_SERVICE",
309
+ "hidden": true,
310
+ "name": "rainbowAuthService",
311
+ "default": "https://liquidmetal.run/api/connect",
312
+ "hasDynamicHelp": false,
313
+ "multiple": false,
314
+ "type": "option"
315
+ },
258
316
  "raindropCatalogService": {
259
317
  "description": "URL of the catalog service",
260
318
  "env": "RAINDROP_CATALOG_SERVICE",
@@ -267,7 +325,7 @@
267
325
  },
268
326
  "hasDynamicHelp": false,
269
327
  "hiddenAliases": [],
270
- "id": "query:register-retriever",
328
+ "id": "build:checkout",
271
329
  "pluginAlias": "@liquidmetal-ai/raindrop",
272
330
  "pluginName": "@liquidmetal-ai/raindrop",
273
331
  "pluginType": "core",
@@ -278,38 +336,51 @@
278
336
  "relativePath": [
279
337
  "dist",
280
338
  "commands",
281
- "query",
282
- "register-retriever.js"
339
+ "build",
340
+ "checkout.js"
283
341
  ]
284
342
  },
285
- "query:search": {
343
+ "build:delete": {
286
344
  "aliases": [],
287
345
  "args": {
288
- "query": {
289
- "description": "search query",
290
- "name": "query",
346
+ "application": {
347
+ "description": "application name",
348
+ "name": "application",
291
349
  "required": false
292
350
  }
293
351
  },
294
- "description": "Run a search query against a smart bucket using natural language",
352
+ "description": "delete Raindrop applications",
295
353
  "examples": [
296
- "<%= config.bin %> query search \"What is LiquidMetal?\"\nRun a new supervisor agent search query.\n",
297
- "<%= config.bin %> query search --requestId 01HNG4V2RJXS5T --page 2\nGet page 2 of previous search results.\n"
354
+ "<%= config.bin %> <%= command.id %> .\nDeleted (application) at version (version)\n"
298
355
  ],
299
356
  "flags": {
300
- "requestId": {
301
- "description": "request ID for pagination",
302
- "name": "requestId",
357
+ "root": {
358
+ "char": "r",
359
+ "description": "root directory",
360
+ "name": "root",
303
361
  "required": false,
362
+ "default": "/Users/ian/liquidmetal/packages/raindrop",
304
363
  "hasDynamicHelp": false,
305
364
  "multiple": false,
306
365
  "type": "option"
307
366
  },
308
- "page": {
309
- "char": "p",
310
- "description": "page number for paginated results",
311
- "name": "page",
312
- "default": 1,
367
+ "manifest": {
368
+ "char": "m",
369
+ "description": "project manifest",
370
+ "name": "manifest",
371
+ "required": false,
372
+ "default": "raindrop.manifest",
373
+ "hasDynamicHelp": false,
374
+ "multiple": false,
375
+ "type": "option"
376
+ },
377
+ "config": {
378
+ "char": "c",
379
+ "description": "config file",
380
+ "hidden": true,
381
+ "name": "config",
382
+ "required": false,
383
+ "default": ".raindrop/config.json",
313
384
  "hasDynamicHelp": false,
314
385
  "multiple": false,
315
386
  "type": "option"
@@ -318,32 +389,45 @@
318
389
  "char": "o",
319
390
  "description": "output format",
320
391
  "name": "output",
321
- "default": "text",
392
+ "default": "table",
322
393
  "hasDynamicHelp": false,
323
394
  "multiple": false,
324
395
  "options": [
325
396
  "text",
397
+ "table",
326
398
  "json"
327
399
  ],
328
400
  "type": "option"
329
401
  },
330
- "impersonate": {
331
- "char": "i",
332
- "description": "impersonate organization",
333
- "hidden": true,
334
- "name": "impersonate",
402
+ "version": {
403
+ "char": "v",
404
+ "description": "application version to delete",
405
+ "exclusive": [
406
+ "all"
407
+ ],
408
+ "name": "version",
335
409
  "required": false,
336
410
  "hasDynamicHelp": false,
337
411
  "multiple": false,
338
412
  "type": "option"
339
413
  },
340
- "manifest": {
341
- "char": "m",
342
- "description": "project manifest",
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",
343
428
  "hidden": true,
344
- "name": "manifest",
429
+ "name": "impersonate",
345
430
  "required": false,
346
- "default": "raindrop.manifest",
347
431
  "hasDynamicHelp": false,
348
432
  "multiple": false,
349
433
  "type": "option"
@@ -369,7 +453,7 @@
369
453
  },
370
454
  "hasDynamicHelp": false,
371
455
  "hiddenAliases": [],
372
- "id": "query:search",
456
+ "id": "build:delete",
373
457
  "pluginAlias": "@liquidmetal-ai/raindrop",
374
458
  "pluginName": "@liquidmetal-ai/raindrop",
375
459
  "pluginType": "core",
@@ -380,63 +464,77 @@
380
464
  "relativePath": [
381
465
  "dist",
382
466
  "commands",
383
- "query",
384
- "search.js"
467
+ "build",
468
+ "delete.js"
385
469
  ]
386
470
  },
387
- "object:delete": {
471
+ "build:deploy": {
388
472
  "aliases": [],
389
- "args": {
390
- "key": {
391
- "description": "key/path in the bucket to delete",
392
- "name": "key",
393
- "required": true
394
- }
395
- },
396
- "description": "Delete a file from the object storage",
473
+ "args": {},
474
+ "description": "deploy a Raindrop application",
397
475
  "examples": [
398
- "<%= config.bin %> object delete my-key --bucket my-bucket\nDelete file with key 'my-key' from my-bucket\n"
476
+ "<%= config.bin %> <%= command.id %> .\nDeploy a Raindrop application.\n"
399
477
  ],
400
478
  "flags": {
401
- "bucket": {
402
- "char": "b",
403
- "description": "bucket name",
404
- "name": "bucket",
405
- "required": true,
479
+ "root": {
480
+ "char": "r",
481
+ "description": "root directory",
482
+ "name": "root",
483
+ "required": false,
484
+ "default": "/Users/ian/liquidmetal/packages/raindrop",
485
+ "hasDynamicHelp": false,
486
+ "multiple": false,
487
+ "type": "option"
488
+ },
489
+ "manifest": {
490
+ "char": "m",
491
+ "description": "project manifest",
492
+ "name": "manifest",
493
+ "required": false,
494
+ "default": "raindrop.manifest",
495
+ "hasDynamicHelp": false,
496
+ "multiple": false,
497
+ "type": "option"
498
+ },
499
+ "config": {
500
+ "char": "c",
501
+ "description": "config file",
502
+ "hidden": true,
503
+ "name": "config",
504
+ "required": false,
505
+ "default": ".raindrop/config.json",
406
506
  "hasDynamicHelp": false,
407
507
  "multiple": false,
408
508
  "type": "option"
409
509
  },
410
510
  "output": {
411
511
  "char": "o",
412
- "description": "output format",
512
+ "description": "output directory",
413
513
  "name": "output",
414
- "default": "text",
514
+ "required": false,
515
+ "default": "dist",
415
516
  "hasDynamicHelp": false,
416
517
  "multiple": false,
417
- "options": [
418
- "text",
419
- "json"
420
- ],
421
518
  "type": "option"
422
519
  },
423
- "impersonate": {
424
- "char": "i",
425
- "description": "impersonate organization",
426
- "hidden": true,
427
- "name": "impersonate",
520
+ "versionId": {
521
+ "aliases": [
522
+ "version"
523
+ ],
524
+ "char": "v",
525
+ "description": "version ID",
526
+ "name": "versionId",
428
527
  "required": false,
429
528
  "hasDynamicHelp": false,
430
529
  "multiple": false,
431
530
  "type": "option"
432
531
  },
433
- "manifest": {
434
- "char": "m",
435
- "description": "project manifest",
532
+ "impersonate": {
533
+ "char": "i",
534
+ "description": "impersonate organization",
436
535
  "hidden": true,
437
- "name": "manifest",
536
+ "name": "impersonate",
438
537
  "required": false,
439
- "default": "raindrop.manifest",
440
538
  "hasDynamicHelp": false,
441
539
  "multiple": false,
442
540
  "type": "option"
@@ -458,11 +556,27 @@
458
556
  "hasDynamicHelp": false,
459
557
  "multiple": false,
460
558
  "type": "option"
559
+ },
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",
572
+ "required": false,
573
+ "allowNo": false,
574
+ "type": "boolean"
461
575
  }
462
576
  },
463
577
  "hasDynamicHelp": false,
464
578
  "hiddenAliases": [],
465
- "id": "object:delete",
579
+ "id": "build:deploy",
466
580
  "pluginAlias": "@liquidmetal-ai/raindrop",
467
581
  "pluginName": "@liquidmetal-ai/raindrop",
468
582
  "pluginType": "core",
@@ -473,53 +587,90 @@
473
587
  "relativePath": [
474
588
  "dist",
475
589
  "commands",
476
- "object",
477
- "delete.js"
590
+ "build",
591
+ "deploy.js"
478
592
  ]
479
593
  },
480
- "object:get": {
594
+ "build:find": {
481
595
  "aliases": [],
482
- "args": {
483
- "key": {
484
- "description": "key/path in the bucket",
485
- "name": "key",
486
- "required": true
487
- },
488
- "output": {
489
- "description": "output file (defaults to key basename)",
490
- "name": "output",
491
- "required": false
492
- }
493
- },
494
- "description": "Download a file from the object storage",
596
+ "args": {},
597
+ "description": "find resources in Raindrop",
495
598
  "examples": [
496
- "<%= config.bin %> object get my-key --bucket my-bucket\nDownload file with key 'my-key' from my-bucket\n",
497
- "<%= config.bin %> object get my-key output.txt --bucket my-bucket\nDownload file with key 'my-key' from my-bucket to output.txt\n"
599
+ "<%= config.bin %> <%= command.id %> .\n"
498
600
  ],
499
601
  "flags": {
500
- "bucket": {
501
- "char": "b",
502
- "description": "bucket name",
503
- "name": "bucket",
504
- "required": true,
602
+ "root": {
603
+ "char": "r",
604
+ "description": "root directory",
605
+ "name": "root",
606
+ "required": false,
607
+ "default": "/Users/ian/liquidmetal/packages/raindrop",
505
608
  "hasDynamicHelp": false,
506
609
  "multiple": false,
507
610
  "type": "option"
508
611
  },
509
- "format": {
510
- "char": "f",
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
+ "config": {
623
+ "char": "c",
624
+ "description": "config file",
625
+ "hidden": true,
626
+ "name": "config",
627
+ "required": false,
628
+ "default": ".raindrop/config.json",
629
+ "hasDynamicHelp": false,
630
+ "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",
511
653
  "description": "output format",
512
- "name": "format",
513
- "default": "file",
654
+ "name": "output",
655
+ "default": "table",
514
656
  "hasDynamicHelp": false,
515
657
  "multiple": false,
516
658
  "options": [
517
- "file",
518
- "stdout",
659
+ "text",
660
+ "table",
519
661
  "json"
520
662
  ],
521
663
  "type": "option"
522
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
+ },
523
674
  "impersonate": {
524
675
  "char": "i",
525
676
  "description": "impersonate organization",
@@ -530,17 +681,6 @@
530
681
  "multiple": false,
531
682
  "type": "option"
532
683
  },
533
- "manifest": {
534
- "char": "m",
535
- "description": "project manifest",
536
- "hidden": true,
537
- "name": "manifest",
538
- "required": false,
539
- "default": "raindrop.manifest",
540
- "hasDynamicHelp": false,
541
- "multiple": false,
542
- "type": "option"
543
- },
544
684
  "rainbowAuthService": {
545
685
  "env": "LIQUIDMETAL_RAINBOW_AUTH_SERVICE",
546
686
  "hidden": true,
@@ -562,7 +702,7 @@
562
702
  },
563
703
  "hasDynamicHelp": false,
564
704
  "hiddenAliases": [],
565
- "id": "object:get",
705
+ "id": "build:find",
566
706
  "pluginAlias": "@liquidmetal-ai/raindrop",
567
707
  "pluginName": "@liquidmetal-ai/raindrop",
568
708
  "pluginType": "core",
@@ -573,47 +713,24 @@
573
713
  "relativePath": [
574
714
  "dist",
575
715
  "commands",
576
- "object",
577
- "get.js"
716
+ "build",
717
+ "find.js"
578
718
  ]
579
719
  },
580
- "object:list": {
720
+ "build:generate": {
581
721
  "aliases": [],
582
722
  "args": {},
583
- "description": "List objects in a bucket",
723
+ "description": "(re)generate all code for a LiquidMetal.AI project",
584
724
  "examples": [
585
- "<%= config.bin %> object list --bucket my-bucket\nList all objects in my-bucket\n"
725
+ "<%= config.bin %> <%= command.id %>"
586
726
  ],
587
727
  "flags": {
588
- "bucket": {
589
- "char": "b",
590
- "description": "bucket name",
591
- "name": "bucket",
592
- "required": true,
593
- "hasDynamicHelp": false,
594
- "multiple": false,
595
- "type": "option"
596
- },
597
- "output": {
598
- "char": "o",
599
- "description": "output format",
600
- "name": "output",
601
- "default": "text",
602
- "hasDynamicHelp": false,
603
- "multiple": false,
604
- "options": [
605
- "text",
606
- "json",
607
- "table"
608
- ],
609
- "type": "option"
610
- },
611
- "impersonate": {
612
- "char": "i",
613
- "description": "impersonate organization",
614
- "hidden": true,
615
- "name": "impersonate",
728
+ "root": {
729
+ "char": "r",
730
+ "description": "root directory",
731
+ "name": "root",
616
732
  "required": false,
733
+ "default": "/Users/ian/liquidmetal/packages/raindrop",
617
734
  "hasDynamicHelp": false,
618
735
  "multiple": false,
619
736
  "type": "option"
@@ -621,7 +738,6 @@
621
738
  "manifest": {
622
739
  "char": "m",
623
740
  "description": "project manifest",
624
- "hidden": true,
625
741
  "name": "manifest",
626
742
  "required": false,
627
743
  "default": "raindrop.manifest",
@@ -629,20 +745,22 @@
629
745
  "multiple": false,
630
746
  "type": "option"
631
747
  },
632
- "rainbowAuthService": {
633
- "env": "LIQUIDMETAL_RAINBOW_AUTH_SERVICE",
748
+ "config": {
749
+ "char": "c",
750
+ "description": "config file",
634
751
  "hidden": true,
635
- "name": "rainbowAuthService",
636
- "default": "https://liquidmetal.run/api/connect",
752
+ "name": "config",
753
+ "required": false,
754
+ "default": ".raindrop/config.json",
637
755
  "hasDynamicHelp": false,
638
756
  "multiple": false,
639
757
  "type": "option"
640
758
  },
641
- "raindropCatalogService": {
642
- "description": "URL of the catalog service",
643
- "env": "RAINDROP_CATALOG_SERVICE",
644
- "hidden": true,
645
- "name": "raindropCatalogService",
759
+ "output": {
760
+ "char": "o",
761
+ "description": "output directory",
762
+ "name": "output",
763
+ "default": "dist",
646
764
  "hasDynamicHelp": false,
647
765
  "multiple": false,
648
766
  "type": "option"
@@ -650,7 +768,7 @@
650
768
  },
651
769
  "hasDynamicHelp": false,
652
770
  "hiddenAliases": [],
653
- "id": "object:list",
771
+ "id": "build:generate",
654
772
  "pluginAlias": "@liquidmetal-ai/raindrop",
655
773
  "pluginName": "@liquidmetal-ai/raindrop",
656
774
  "pluginType": "core",
@@ -661,57 +779,76 @@
661
779
  "relativePath": [
662
780
  "dist",
663
781
  "commands",
664
- "object",
665
- "list.js"
782
+ "build",
783
+ "generate.js"
666
784
  ]
667
785
  },
668
- "object:put": {
786
+ "build:init": {
669
787
  "aliases": [],
670
788
  "args": {
671
- "file": {
672
- "description": "file to upload",
673
- "name": "file",
674
- "required": true
675
- },
676
- "key": {
677
- "description": "key/path in the bucket",
678
- "name": "key",
679
- "required": true
789
+ "path": {
790
+ "default": ".",
791
+ "description": "Path to initialize the project in",
792
+ "name": "path",
793
+ "required": false
680
794
  }
681
795
  },
682
- "description": "Upload a file to the object storage",
796
+ "description": "start a new LiquidMetal.AI project",
683
797
  "examples": [
684
- "<%= config.bin %> object put ./myfile.txt my-key --bucket my-bucket\nUpload myfile.txt to my-bucket with key 'my-key'\n"
798
+ "<%= config.bin %> <%= command.id %> .\nInitialize a project in the current directory.\n"
685
799
  ],
686
800
  "flags": {
687
- "bucket": {
688
- "char": "b",
689
- "description": "bucket name",
690
- "name": "bucket",
691
- "required": true,
692
- "hasDynamicHelp": false,
693
- "multiple": false,
694
- "type": "option"
695
- },
696
- "contentType": {
697
- "char": "t",
698
- "description": "content type of the file",
699
- "name": "contentType",
700
- "required": false,
701
- "hasDynamicHelp": false,
702
- "multiple": false,
703
- "type": "option"
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"
704
839
  },
705
840
  "output": {
706
841
  "char": "o",
707
842
  "description": "output format",
708
843
  "name": "output",
709
- "default": "text",
844
+ "default": "table",
710
845
  "hasDynamicHelp": false,
711
846
  "multiple": false,
712
847
  "options": [
713
848
  "text",
714
- "json"
849
+ "table",
850
+ "json",
851
+ "log"
715
852
  ],
716
853
  "type": "option"
717
854
  },
@@ -757,7 +894,7 @@
757
894
  },
758
895
  "hasDynamicHelp": false,
759
896
  "hiddenAliases": [],
760
- "id": "object:put",
897
+ "id": "build:list",
761
898
  "pluginAlias": "@liquidmetal-ai/raindrop",
762
899
  "pluginName": "@liquidmetal-ai/raindrop",
763
900
  "pluginType": "core",
@@ -768,22 +905,92 @@
768
905
  "relativePath": [
769
906
  "dist",
770
907
  "commands",
771
- "object",
772
- "put.js"
908
+ "build",
909
+ "list.js"
773
910
  ]
774
911
  },
775
- "build:branch": {
912
+ "build:sandbox": {
776
913
  "aliases": [],
777
914
  "args": {
778
- "branch": {
779
- "description": "branch name",
780
- "name": "branch",
781
- "required": true
915
+ "versionId": {
916
+ "description": "version to sandbox",
917
+ "name": "versionId",
918
+ "required": false
782
919
  }
783
920
  },
784
- "description": "create a new branch in the Raindrop catalog",
921
+ "description": "mark a version as sandboxed in the Raindrop catalog",
785
922
  "examples": [
786
- "<%= config.bin %> <%= command.id %> .\nCreated new branch 1234\n"
923
+ "<%= config.bin %> <%= command.id %>\n"
924
+ ],
925
+ "flags": {
926
+ "impersonate": {
927
+ "char": "i",
928
+ "description": "impersonate organization",
929
+ "hidden": true,
930
+ "name": "impersonate",
931
+ "required": false,
932
+ "hasDynamicHelp": false,
933
+ "multiple": false,
934
+ "type": "option"
935
+ },
936
+ "rainbowAuthService": {
937
+ "env": "LIQUIDMETAL_RAINBOW_AUTH_SERVICE",
938
+ "hidden": true,
939
+ "name": "rainbowAuthService",
940
+ "default": "https://liquidmetal.run/api/connect",
941
+ "hasDynamicHelp": false,
942
+ "multiple": false,
943
+ "type": "option"
944
+ },
945
+ "raindropCatalogService": {
946
+ "description": "URL of the catalog service",
947
+ "env": "RAINDROP_CATALOG_SERVICE",
948
+ "hidden": true,
949
+ "name": "raindropCatalogService",
950
+ "hasDynamicHelp": false,
951
+ "multiple": false,
952
+ "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
+ }
970
+ },
971
+ "hasDynamicHelp": false,
972
+ "hiddenAliases": [],
973
+ "id": "build:sandbox",
974
+ "pluginAlias": "@liquidmetal-ai/raindrop",
975
+ "pluginName": "@liquidmetal-ai/raindrop",
976
+ "pluginType": "core",
977
+ "strict": true,
978
+ "enableJsonFlag": false,
979
+ "baseArgs": {},
980
+ "isESM": true,
981
+ "relativePath": [
982
+ "dist",
983
+ "commands",
984
+ "build",
985
+ "sandbox.js"
986
+ ]
987
+ },
988
+ "build:start": {
989
+ "aliases": [],
990
+ "args": {},
991
+ "description": "start a Raindrop application",
992
+ "examples": [
993
+ "<%= config.bin %> <%= command.id %> .\nStart a Raindrop application.\n"
787
994
  ],
788
995
  "flags": {
789
996
  "root": {
@@ -817,35 +1024,24 @@
817
1024
  "multiple": false,
818
1025
  "type": "option"
819
1026
  },
820
- "output": {
821
- "char": "o",
822
- "description": "output directory",
823
- "name": "output",
1027
+ "application": {
1028
+ "char": "a",
1029
+ "description": "application to start",
1030
+ "name": "application",
824
1031
  "required": false,
825
- "default": "dist",
826
1032
  "hasDynamicHelp": false,
827
1033
  "multiple": false,
828
1034
  "type": "option"
829
1035
  },
830
- "versionId": {
831
- "aliases": [
832
- "version"
833
- ],
834
- "char": "p",
835
- "description": "Branch from this version",
836
- "name": "versionId",
1036
+ "version": {
1037
+ "char": "v",
1038
+ "description": "application version to start",
1039
+ "name": "version",
837
1040
  "required": false,
838
1041
  "hasDynamicHelp": false,
839
1042
  "multiple": false,
840
1043
  "type": "option"
841
1044
  },
842
- "start": {
843
- "description": "Start the application",
844
- "name": "start",
845
- "required": false,
846
- "allowNo": false,
847
- "type": "boolean"
848
- },
849
1045
  "impersonate": {
850
1046
  "char": "i",
851
1047
  "description": "impersonate organization",
@@ -873,18 +1069,11 @@
873
1069
  "hasDynamicHelp": false,
874
1070
  "multiple": false,
875
1071
  "type": "option"
876
- },
877
- "show": {
878
- "description": "show the current branch",
879
- "name": "show",
880
- "required": false,
881
- "allowNo": false,
882
- "type": "boolean"
883
1072
  }
884
1073
  },
885
1074
  "hasDynamicHelp": false,
886
1075
  "hiddenAliases": [],
887
- "id": "build:branch",
1076
+ "id": "build:start",
888
1077
  "pluginAlias": "@liquidmetal-ai/raindrop",
889
1078
  "pluginName": "@liquidmetal-ai/raindrop",
890
1079
  "pluginType": "core",
@@ -896,23 +1085,37 @@
896
1085
  "dist",
897
1086
  "commands",
898
1087
  "build",
899
- "branch.js"
1088
+ "start.js"
900
1089
  ]
901
1090
  },
902
- "build:checkout": {
1091
+ "build:status": {
903
1092
  "aliases": [],
904
- "args": {
905
- "version": {
906
- "description": "version id",
907
- "name": "version",
908
- "required": false
909
- }
910
- },
911
- "description": "switch the current context to a specific version",
1093
+ "args": {},
1094
+ "description": "show the status of an application in Raindrop",
912
1095
  "examples": [
913
- "<%= config.bin %> <%= command.id %>\nCurrently on version: 01jac6p20m4gahn1kaa2mhm2js\n\n<%= config.bin %> <%= command.id %> 01jux6z20m4gbhn5kaa4mcm2jr\nSwitched to version: 01jux6z20m4gbhn5kaa4mcm2jr\n"
1096
+ "<%= config.bin %> <%= command.id %> .\n"
914
1097
  ],
915
1098
  "flags": {
1099
+ "root": {
1100
+ "char": "r",
1101
+ "description": "root directory",
1102
+ "name": "root",
1103
+ "required": false,
1104
+ "default": "/Users/ian/liquidmetal/packages/raindrop",
1105
+ "hasDynamicHelp": false,
1106
+ "multiple": false,
1107
+ "type": "option"
1108
+ },
1109
+ "manifest": {
1110
+ "char": "m",
1111
+ "description": "project manifest",
1112
+ "name": "manifest",
1113
+ "required": false,
1114
+ "default": "raindrop.manifest",
1115
+ "hasDynamicHelp": false,
1116
+ "multiple": false,
1117
+ "type": "option"
1118
+ },
916
1119
  "config": {
917
1120
  "char": "c",
918
1121
  "description": "config file",
@@ -924,18 +1127,59 @@
924
1127
  "multiple": false,
925
1128
  "type": "option"
926
1129
  },
927
- "output": {
928
- "char": "o",
929
- "description": "output format",
930
- "name": "output",
1130
+ "application": {
1131
+ "char": "a",
1132
+ "description": "application",
1133
+ "name": "application",
931
1134
  "required": false,
932
- "default": "text",
933
1135
  "hasDynamicHelp": false,
934
1136
  "multiple": false,
935
1137
  "type": "option"
936
1138
  },
937
- "rainbowAuthService": {
938
- "env": "LIQUIDMETAL_RAINBOW_AUTH_SERVICE",
1139
+ "version": {
1140
+ "char": "v",
1141
+ "description": "application version",
1142
+ "name": "version",
1143
+ "required": false,
1144
+ "hasDynamicHelp": false,
1145
+ "multiple": false,
1146
+ "type": "option"
1147
+ },
1148
+ "output": {
1149
+ "char": "o",
1150
+ "description": "output format",
1151
+ "name": "output",
1152
+ "default": "table",
1153
+ "hasDynamicHelp": false,
1154
+ "multiple": false,
1155
+ "options": [
1156
+ "text",
1157
+ "table",
1158
+ "json"
1159
+ ],
1160
+ "type": "option"
1161
+ },
1162
+ "sudo": {
1163
+ "char": "s",
1164
+ "description": "superuser mode",
1165
+ "hidden": true,
1166
+ "name": "sudo",
1167
+ "required": false,
1168
+ "allowNo": false,
1169
+ "type": "boolean"
1170
+ },
1171
+ "impersonate": {
1172
+ "char": "i",
1173
+ "description": "impersonate organization",
1174
+ "hidden": true,
1175
+ "name": "impersonate",
1176
+ "required": false,
1177
+ "hasDynamicHelp": false,
1178
+ "multiple": false,
1179
+ "type": "option"
1180
+ },
1181
+ "rainbowAuthService": {
1182
+ "env": "LIQUIDMETAL_RAINBOW_AUTH_SERVICE",
939
1183
  "hidden": true,
940
1184
  "name": "rainbowAuthService",
941
1185
  "default": "https://liquidmetal.run/api/connect",
@@ -955,7 +1199,7 @@
955
1199
  },
956
1200
  "hasDynamicHelp": false,
957
1201
  "hiddenAliases": [],
958
- "id": "build:checkout",
1202
+ "id": "build:status",
959
1203
  "pluginAlias": "@liquidmetal-ai/raindrop",
960
1204
  "pluginName": "@liquidmetal-ai/raindrop",
961
1205
  "pluginType": "core",
@@ -967,21 +1211,15 @@
967
1211
  "dist",
968
1212
  "commands",
969
1213
  "build",
970
- "checkout.js"
1214
+ "status.js"
971
1215
  ]
972
1216
  },
973
- "build:delete": {
1217
+ "build:stop": {
974
1218
  "aliases": [],
975
- "args": {
976
- "application": {
977
- "description": "application name",
978
- "name": "application",
979
- "required": false
980
- }
981
- },
982
- "description": "delete Raindrop applications",
1219
+ "args": {},
1220
+ "description": "stop a Raindrop application",
983
1221
  "examples": [
984
- "<%= config.bin %> <%= command.id %> .\nDeleted (application) at version (version)\n"
1222
+ "<%= config.bin %> <%= command.id %> .\nStop a Raindrop application.\n"
985
1223
  ],
986
1224
  "flags": {
987
1225
  "root": {
@@ -1015,43 +1253,24 @@
1015
1253
  "multiple": false,
1016
1254
  "type": "option"
1017
1255
  },
1018
- "output": {
1019
- "char": "o",
1020
- "description": "output format",
1021
- "name": "output",
1022
- "default": "table",
1256
+ "application": {
1257
+ "char": "a",
1258
+ "description": "application to stop",
1259
+ "name": "application",
1260
+ "required": false,
1023
1261
  "hasDynamicHelp": false,
1024
1262
  "multiple": false,
1025
- "options": [
1026
- "text",
1027
- "table",
1028
- "json"
1029
- ],
1030
1263
  "type": "option"
1031
1264
  },
1032
1265
  "version": {
1033
1266
  "char": "v",
1034
- "description": "application version to delete",
1035
- "exclusive": [
1036
- "all"
1037
- ],
1267
+ "description": "application version to start",
1038
1268
  "name": "version",
1039
1269
  "required": false,
1040
1270
  "hasDynamicHelp": false,
1041
1271
  "multiple": false,
1042
1272
  "type": "option"
1043
1273
  },
1044
- "all": {
1045
- "char": "a",
1046
- "description": "delete all application versions",
1047
- "exclusive": [
1048
- "version"
1049
- ],
1050
- "name": "all",
1051
- "required": false,
1052
- "allowNo": false,
1053
- "type": "boolean"
1054
- },
1055
1274
  "impersonate": {
1056
1275
  "char": "i",
1057
1276
  "description": "impersonate organization",
@@ -1083,7 +1302,7 @@
1083
1302
  },
1084
1303
  "hasDynamicHelp": false,
1085
1304
  "hiddenAliases": [],
1086
- "id": "build:delete",
1305
+ "id": "build:stop",
1087
1306
  "pluginAlias": "@liquidmetal-ai/raindrop",
1088
1307
  "pluginName": "@liquidmetal-ai/raindrop",
1089
1308
  "pluginType": "core",
@@ -1095,70 +1314,23 @@
1095
1314
  "dist",
1096
1315
  "commands",
1097
1316
  "build",
1098
- "delete.js"
1317
+ "stop.js"
1099
1318
  ]
1100
1319
  },
1101
- "build:deploy": {
1320
+ "build:unsandbox": {
1102
1321
  "aliases": [],
1103
- "args": {},
1104
- "description": "deploy a Raindrop application",
1322
+ "args": {
1323
+ "versionId": {
1324
+ "description": "version to sandbox",
1325
+ "name": "versionId",
1326
+ "required": false
1327
+ }
1328
+ },
1329
+ "description": "mark a version as unsandboxed in the Raindrop catalog",
1105
1330
  "examples": [
1106
- "<%= config.bin %> <%= command.id %> .\nDeploy a Raindrop application.\n"
1331
+ "<%= config.bin %> <%= command.id %>\n"
1107
1332
  ],
1108
1333
  "flags": {
1109
- "root": {
1110
- "char": "r",
1111
- "description": "root directory",
1112
- "name": "root",
1113
- "required": false,
1114
- "default": "/Users/ian/liquidmetal/packages/raindrop",
1115
- "hasDynamicHelp": false,
1116
- "multiple": false,
1117
- "type": "option"
1118
- },
1119
- "manifest": {
1120
- "char": "m",
1121
- "description": "project manifest",
1122
- "name": "manifest",
1123
- "required": false,
1124
- "default": "raindrop.manifest",
1125
- "hasDynamicHelp": false,
1126
- "multiple": false,
1127
- "type": "option"
1128
- },
1129
- "config": {
1130
- "char": "c",
1131
- "description": "config file",
1132
- "hidden": true,
1133
- "name": "config",
1134
- "required": false,
1135
- "default": ".raindrop/config.json",
1136
- "hasDynamicHelp": false,
1137
- "multiple": false,
1138
- "type": "option"
1139
- },
1140
- "output": {
1141
- "char": "o",
1142
- "description": "output directory",
1143
- "name": "output",
1144
- "required": false,
1145
- "default": "dist",
1146
- "hasDynamicHelp": false,
1147
- "multiple": false,
1148
- "type": "option"
1149
- },
1150
- "versionId": {
1151
- "aliases": [
1152
- "version"
1153
- ],
1154
- "char": "v",
1155
- "description": "version ID",
1156
- "name": "versionId",
1157
- "required": false,
1158
- "hasDynamicHelp": false,
1159
- "multiple": false,
1160
- "type": "option"
1161
- },
1162
1334
  "impersonate": {
1163
1335
  "char": "i",
1164
1336
  "description": "impersonate organization",
@@ -1187,26 +1359,26 @@
1187
1359
  "multiple": false,
1188
1360
  "type": "option"
1189
1361
  },
1190
- "start": {
1191
- "char": "s",
1192
- "description": "start the application after deploying",
1193
- "name": "start",
1194
- "required": false,
1195
- "allowNo": false,
1196
- "type": "boolean"
1362
+ "config": {
1363
+ "hidden": true,
1364
+ "name": "config",
1365
+ "default": ".raindrop/config.json",
1366
+ "hasDynamicHelp": false,
1367
+ "multiple": false,
1368
+ "type": "option"
1197
1369
  },
1198
- "amend": {
1199
- "char": "a",
1200
- "description": "amend an existing application",
1201
- "name": "amend",
1202
- "required": false,
1203
- "allowNo": false,
1204
- "type": "boolean"
1370
+ "manifest": {
1371
+ "description": "project manifest",
1372
+ "name": "manifest",
1373
+ "default": "raindrop.manifest",
1374
+ "hasDynamicHelp": false,
1375
+ "multiple": false,
1376
+ "type": "option"
1205
1377
  }
1206
1378
  },
1207
1379
  "hasDynamicHelp": false,
1208
1380
  "hiddenAliases": [],
1209
- "id": "build:deploy",
1381
+ "id": "build:unsandbox",
1210
1382
  "pluginAlias": "@liquidmetal-ai/raindrop",
1211
1383
  "pluginName": "@liquidmetal-ai/raindrop",
1212
1384
  "pluginType": "core",
@@ -1218,15 +1390,15 @@
1218
1390
  "dist",
1219
1391
  "commands",
1220
1392
  "build",
1221
- "deploy.js"
1393
+ "unsandbox.js"
1222
1394
  ]
1223
1395
  },
1224
- "build:find": {
1396
+ "build:upload": {
1225
1397
  "aliases": [],
1226
1398
  "args": {},
1227
- "description": "find resources in Raindrop",
1399
+ "description": "build and validate a LiquidMetal.AI project",
1228
1400
  "examples": [
1229
- "<%= config.bin %> <%= command.id %> .\n"
1401
+ "<%= config.bin %> <%= command.id %>"
1230
1402
  ],
1231
1403
  "flags": {
1232
1404
  "root": {
@@ -1260,47 +1432,25 @@
1260
1432
  "multiple": false,
1261
1433
  "type": "option"
1262
1434
  },
1263
- "application": {
1264
- "char": "a",
1265
- "description": "application",
1266
- "name": "application",
1435
+ "output": {
1436
+ "char": "o",
1437
+ "description": "output directory",
1438
+ "name": "output",
1267
1439
  "required": false,
1440
+ "default": "dist",
1268
1441
  "hasDynamicHelp": false,
1269
1442
  "multiple": false,
1270
1443
  "type": "option"
1271
1444
  },
1272
- "version": {
1445
+ "versionId": {
1273
1446
  "char": "v",
1274
- "description": "application version",
1275
- "name": "version",
1276
- "required": false,
1277
- "hasDynamicHelp": false,
1278
- "multiple": false,
1279
- "type": "option"
1280
- },
1281
- "output": {
1282
- "char": "o",
1283
- "description": "output format",
1284
- "name": "output",
1285
- "default": "table",
1447
+ "description": "version ID",
1448
+ "name": "versionId",
1449
+ "required": true,
1286
1450
  "hasDynamicHelp": false,
1287
1451
  "multiple": false,
1288
- "options": [
1289
- "text",
1290
- "table",
1291
- "json"
1292
- ],
1293
1452
  "type": "option"
1294
1453
  },
1295
- "sudo": {
1296
- "char": "s",
1297
- "description": "superuser mode",
1298
- "hidden": true,
1299
- "name": "sudo",
1300
- "required": false,
1301
- "allowNo": false,
1302
- "type": "boolean"
1303
- },
1304
1454
  "impersonate": {
1305
1455
  "char": "i",
1306
1456
  "description": "impersonate organization",
@@ -1332,7 +1482,7 @@
1332
1482
  },
1333
1483
  "hasDynamicHelp": false,
1334
1484
  "hiddenAliases": [],
1335
- "id": "build:find",
1485
+ "id": "build:upload",
1336
1486
  "pluginAlias": "@liquidmetal-ai/raindrop",
1337
1487
  "pluginName": "@liquidmetal-ai/raindrop",
1338
1488
  "pluginType": "core",
@@ -1344,13 +1494,13 @@
1344
1494
  "dist",
1345
1495
  "commands",
1346
1496
  "build",
1347
- "find.js"
1497
+ "upload.js"
1348
1498
  ]
1349
1499
  },
1350
- "build:generate": {
1500
+ "build:validate": {
1351
1501
  "aliases": [],
1352
1502
  "args": {},
1353
- "description": "(re)generate all code for a LiquidMetal.AI project",
1503
+ "description": "build and validate a LiquidMetal.AI project",
1354
1504
  "examples": [
1355
1505
  "<%= config.bin %> <%= command.id %>"
1356
1506
  ],
@@ -1390,6 +1540,7 @@
1390
1540
  "char": "o",
1391
1541
  "description": "output directory",
1392
1542
  "name": "output",
1543
+ "required": false,
1393
1544
  "default": "dist",
1394
1545
  "hasDynamicHelp": false,
1395
1546
  "multiple": false,
@@ -1398,7 +1549,7 @@
1398
1549
  },
1399
1550
  "hasDynamicHelp": false,
1400
1551
  "hiddenAliases": [],
1401
- "id": "build:generate",
1552
+ "id": "build:validate",
1402
1553
  "pluginAlias": "@liquidmetal-ai/raindrop",
1403
1554
  "pluginName": "@liquidmetal-ai/raindrop",
1404
1555
  "pluginType": "core",
@@ -1410,75 +1561,33 @@
1410
1561
  "dist",
1411
1562
  "commands",
1412
1563
  "build",
1413
- "generate.js"
1564
+ "validate.js"
1414
1565
  ]
1415
1566
  },
1416
- "build:init": {
1567
+ "query:chunk-search": {
1417
1568
  "aliases": [],
1418
1569
  "args": {
1419
- "path": {
1420
- "default": ".",
1421
- "description": "Path to initialize the project in",
1422
- "name": "path",
1423
- "required": false
1424
- }
1425
- },
1426
- "description": "start a new LiquidMetal.AI project",
1427
- "examples": [
1428
- "<%= config.bin %> <%= command.id %> .\nInitialize a project in the current directory.\n"
1429
- ],
1430
- "flags": {
1431
- "overwrite": {
1432
- "description": "Overwrite existing files",
1433
- "name": "overwrite",
1434
- "allowNo": false,
1435
- "type": "boolean"
1570
+ "query": {
1571
+ "description": "search query to run",
1572
+ "name": "query",
1573
+ "required": true
1436
1574
  }
1437
1575
  },
1438
- "hasDynamicHelp": false,
1439
- "hiddenAliases": [],
1440
- "id": "build:init",
1441
- "pluginAlias": "@liquidmetal-ai/raindrop",
1442
- "pluginName": "@liquidmetal-ai/raindrop",
1443
- "pluginType": "core",
1444
- "strict": true,
1445
- "enableJsonFlag": false,
1446
- "baseArgs": {},
1447
- "isESM": true,
1448
- "relativePath": [
1449
- "dist",
1450
- "commands",
1451
- "build",
1452
- "init.js"
1453
- ]
1454
- },
1455
- "build:list": {
1456
- "aliases": [],
1457
- "args": {},
1458
- "description": "list Raindrop catalog resources",
1576
+ "description": "Run a RAG (Retrieval Augmented Generation) search query against a Smart Bucket",
1459
1577
  "examples": [
1460
- "<%= config.bin %> <%= command.id %> .\nList Raindrop catalog resources.\n"
1578
+ "<%= config.bin %> query chunk-search \"What is LiquidMetal?\"\nRun a RAG search query against a Smart Bucket.\n"
1461
1579
  ],
1462
1580
  "flags": {
1463
- "all": {
1464
- "char": "a",
1465
- "description": "show deleted resources",
1466
- "name": "all",
1467
- "allowNo": false,
1468
- "type": "boolean"
1469
- },
1470
1581
  "output": {
1471
1582
  "char": "o",
1472
1583
  "description": "output format",
1473
1584
  "name": "output",
1474
- "default": "table",
1585
+ "default": "text",
1475
1586
  "hasDynamicHelp": false,
1476
1587
  "multiple": false,
1477
1588
  "options": [
1478
1589
  "text",
1479
- "table",
1480
- "json",
1481
- "log"
1590
+ "json"
1482
1591
  ],
1483
1592
  "type": "option"
1484
1593
  },
@@ -1524,7 +1633,7 @@
1524
1633
  },
1525
1634
  "hasDynamicHelp": false,
1526
1635
  "hiddenAliases": [],
1527
- "id": "build:list",
1636
+ "id": "query:chunk-search",
1528
1637
  "pluginAlias": "@liquidmetal-ai/raindrop",
1529
1638
  "pluginName": "@liquidmetal-ai/raindrop",
1530
1639
  "pluginType": "core",
@@ -1535,162 +1644,39 @@
1535
1644
  "relativePath": [
1536
1645
  "dist",
1537
1646
  "commands",
1538
- "build",
1539
- "list.js"
1647
+ "query",
1648
+ "chunk-search.js"
1540
1649
  ]
1541
1650
  },
1542
- "build:sandbox": {
1651
+ "query:register-retriever": {
1543
1652
  "aliases": [],
1544
1653
  "args": {
1545
- "versionId": {
1546
- "description": "version to sandbox",
1547
- "name": "versionId",
1548
- "required": false
1549
- }
1550
- },
1551
- "description": "mark a version as sandboxed in the Raindrop catalog",
1552
- "examples": [
1553
- "<%= config.bin %> <%= command.id %>\n"
1554
- ],
1555
- "flags": {
1556
- "impersonate": {
1557
- "char": "i",
1558
- "description": "impersonate organization",
1559
- "hidden": true,
1560
- "name": "impersonate",
1561
- "required": false,
1562
- "hasDynamicHelp": false,
1563
- "multiple": false,
1564
- "type": "option"
1565
- },
1566
- "rainbowAuthService": {
1567
- "env": "LIQUIDMETAL_RAINBOW_AUTH_SERVICE",
1568
- "hidden": true,
1569
- "name": "rainbowAuthService",
1570
- "default": "https://liquidmetal.run/api/connect",
1571
- "hasDynamicHelp": false,
1572
- "multiple": false,
1573
- "type": "option"
1654
+ "bucket": {
1655
+ "description": "bucket identifier for the retriever",
1656
+ "name": "bucket",
1657
+ "required": true
1574
1658
  },
1575
- "raindropCatalogService": {
1576
- "description": "URL of the catalog service",
1577
- "env": "RAINDROP_CATALOG_SERVICE",
1578
- "hidden": true,
1579
- "name": "raindropCatalogService",
1580
- "hasDynamicHelp": false,
1581
- "multiple": false,
1582
- "type": "option"
1659
+ "url": {
1660
+ "description": "URL endpoint for the retriever",
1661
+ "name": "url",
1662
+ "required": true
1583
1663
  },
1584
- "config": {
1585
- "hidden": true,
1586
- "name": "config",
1587
- "default": ".raindrop/config.json",
1588
- "hasDynamicHelp": false,
1589
- "multiple": false,
1590
- "type": "option"
1664
+ "delete_url": {
1665
+ "description": "Delete endpoint for the retriever",
1666
+ "name": "delete_url",
1667
+ "required": true
1591
1668
  },
1592
- "manifest": {
1593
- "description": "project manifest",
1594
- "name": "manifest",
1595
- "default": "raindrop.manifest",
1596
- "hasDynamicHelp": false,
1597
- "multiple": false,
1598
- "type": "option"
1669
+ "bucket_name": {
1670
+ "description": "Name of the bucket",
1671
+ "name": "bucket_name",
1672
+ "required": true
1599
1673
  }
1600
1674
  },
1601
- "hasDynamicHelp": false,
1602
- "hiddenAliases": [],
1603
- "id": "build:sandbox",
1604
- "pluginAlias": "@liquidmetal-ai/raindrop",
1605
- "pluginName": "@liquidmetal-ai/raindrop",
1606
- "pluginType": "core",
1607
- "strict": true,
1608
- "enableJsonFlag": false,
1609
- "baseArgs": {},
1610
- "isESM": true,
1611
- "relativePath": [
1612
- "dist",
1613
- "commands",
1614
- "build",
1615
- "sandbox.js"
1616
- ]
1617
- },
1618
- "build:start": {
1619
- "aliases": [],
1620
- "args": {},
1621
- "description": "start a Raindrop application",
1675
+ "description": "Register a new retriever tool with the catalog service",
1622
1676
  "examples": [
1623
- "<%= config.bin %> <%= command.id %> .\nStart a Raindrop application.\n"
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"
1624
1678
  ],
1625
1679
  "flags": {
1626
- "root": {
1627
- "char": "r",
1628
- "description": "root directory",
1629
- "name": "root",
1630
- "required": false,
1631
- "default": "/Users/ian/liquidmetal/packages/raindrop",
1632
- "hasDynamicHelp": false,
1633
- "multiple": false,
1634
- "type": "option"
1635
- },
1636
- "manifest": {
1637
- "char": "m",
1638
- "description": "project manifest",
1639
- "name": "manifest",
1640
- "required": false,
1641
- "default": "raindrop.manifest",
1642
- "hasDynamicHelp": false,
1643
- "multiple": false,
1644
- "type": "option"
1645
- },
1646
- "config": {
1647
- "char": "c",
1648
- "description": "config file",
1649
- "hidden": true,
1650
- "name": "config",
1651
- "required": false,
1652
- "default": ".raindrop/config.json",
1653
- "hasDynamicHelp": false,
1654
- "multiple": false,
1655
- "type": "option"
1656
- },
1657
- "application": {
1658
- "char": "a",
1659
- "description": "application to start",
1660
- "name": "application",
1661
- "required": false,
1662
- "hasDynamicHelp": false,
1663
- "multiple": false,
1664
- "type": "option"
1665
- },
1666
- "version": {
1667
- "char": "v",
1668
- "description": "application version to start",
1669
- "name": "version",
1670
- "required": false,
1671
- "hasDynamicHelp": false,
1672
- "multiple": false,
1673
- "type": "option"
1674
- },
1675
- "impersonate": {
1676
- "char": "i",
1677
- "description": "impersonate organization",
1678
- "hidden": true,
1679
- "name": "impersonate",
1680
- "required": false,
1681
- "hasDynamicHelp": false,
1682
- "multiple": false,
1683
- "type": "option"
1684
- },
1685
- "rainbowAuthService": {
1686
- "env": "LIQUIDMETAL_RAINBOW_AUTH_SERVICE",
1687
- "hidden": true,
1688
- "name": "rainbowAuthService",
1689
- "default": "https://liquidmetal.run/api/connect",
1690
- "hasDynamicHelp": false,
1691
- "multiple": false,
1692
- "type": "option"
1693
- },
1694
1680
  "raindropCatalogService": {
1695
1681
  "description": "URL of the catalog service",
1696
1682
  "env": "RAINDROP_CATALOG_SERVICE",
@@ -1703,7 +1689,7 @@
1703
1689
  },
1704
1690
  "hasDynamicHelp": false,
1705
1691
  "hiddenAliases": [],
1706
- "id": "build:start",
1692
+ "id": "query:register-retriever",
1707
1693
  "pluginAlias": "@liquidmetal-ai/raindrop",
1708
1694
  "pluginName": "@liquidmetal-ai/raindrop",
1709
1695
  "pluginType": "core",
@@ -1714,63 +1700,38 @@
1714
1700
  "relativePath": [
1715
1701
  "dist",
1716
1702
  "commands",
1717
- "build",
1718
- "start.js"
1703
+ "query",
1704
+ "register-retriever.js"
1719
1705
  ]
1720
1706
  },
1721
- "build:status": {
1707
+ "query:search": {
1722
1708
  "aliases": [],
1723
- "args": {},
1724
- "description": "show the status of an application in Raindrop",
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",
1725
1717
  "examples": [
1726
- "<%= config.bin %> <%= command.id %> .\n"
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"
1727
1720
  ],
1728
1721
  "flags": {
1729
- "root": {
1730
- "char": "r",
1731
- "description": "root directory",
1732
- "name": "root",
1733
- "required": false,
1734
- "default": "/Users/ian/liquidmetal/packages/raindrop",
1735
- "hasDynamicHelp": false,
1736
- "multiple": false,
1737
- "type": "option"
1738
- },
1739
- "manifest": {
1740
- "char": "m",
1741
- "description": "project manifest",
1742
- "name": "manifest",
1743
- "required": false,
1744
- "default": "raindrop.manifest",
1745
- "hasDynamicHelp": false,
1746
- "multiple": false,
1747
- "type": "option"
1748
- },
1749
- "config": {
1750
- "char": "c",
1751
- "description": "config file",
1752
- "hidden": true,
1753
- "name": "config",
1754
- "required": false,
1755
- "default": ".raindrop/config.json",
1756
- "hasDynamicHelp": false,
1757
- "multiple": false,
1758
- "type": "option"
1759
- },
1760
- "application": {
1761
- "char": "a",
1762
- "description": "application",
1763
- "name": "application",
1722
+ "requestId": {
1723
+ "description": "request ID for pagination",
1724
+ "name": "requestId",
1764
1725
  "required": false,
1765
1726
  "hasDynamicHelp": false,
1766
1727
  "multiple": false,
1767
1728
  "type": "option"
1768
1729
  },
1769
- "version": {
1770
- "char": "v",
1771
- "description": "application version",
1772
- "name": "version",
1773
- "required": false,
1730
+ "page": {
1731
+ "char": "p",
1732
+ "description": "page number for paginated results",
1733
+ "name": "page",
1734
+ "default": 1,
1774
1735
  "hasDynamicHelp": false,
1775
1736
  "multiple": false,
1776
1737
  "type": "option"
@@ -1779,25 +1740,15 @@
1779
1740
  "char": "o",
1780
1741
  "description": "output format",
1781
1742
  "name": "output",
1782
- "default": "table",
1743
+ "default": "text",
1783
1744
  "hasDynamicHelp": false,
1784
1745
  "multiple": false,
1785
1746
  "options": [
1786
1747
  "text",
1787
- "table",
1788
1748
  "json"
1789
1749
  ],
1790
1750
  "type": "option"
1791
1751
  },
1792
- "sudo": {
1793
- "char": "s",
1794
- "description": "superuser mode",
1795
- "hidden": true,
1796
- "name": "sudo",
1797
- "required": false,
1798
- "allowNo": false,
1799
- "type": "boolean"
1800
- },
1801
1752
  "impersonate": {
1802
1753
  "char": "i",
1803
1754
  "description": "impersonate organization",
@@ -1808,6 +1759,17 @@
1808
1759
  "multiple": false,
1809
1760
  "type": "option"
1810
1761
  },
1762
+ "manifest": {
1763
+ "char": "m",
1764
+ "description": "project manifest",
1765
+ "hidden": true,
1766
+ "name": "manifest",
1767
+ "required": false,
1768
+ "default": "raindrop.manifest",
1769
+ "hasDynamicHelp": false,
1770
+ "multiple": false,
1771
+ "type": "option"
1772
+ },
1811
1773
  "rainbowAuthService": {
1812
1774
  "env": "LIQUIDMETAL_RAINBOW_AUTH_SERVICE",
1813
1775
  "hidden": true,
@@ -1829,7 +1791,7 @@
1829
1791
  },
1830
1792
  "hasDynamicHelp": false,
1831
1793
  "hiddenAliases": [],
1832
- "id": "build:status",
1794
+ "id": "query:search",
1833
1795
  "pluginAlias": "@liquidmetal-ai/raindrop",
1834
1796
  "pluginName": "@liquidmetal-ai/raindrop",
1835
1797
  "pluginType": "core",
@@ -1840,65 +1802,44 @@
1840
1802
  "relativePath": [
1841
1803
  "dist",
1842
1804
  "commands",
1843
- "build",
1844
- "status.js"
1805
+ "query",
1806
+ "search.js"
1845
1807
  ]
1846
1808
  },
1847
- "build:stop": {
1809
+ "object:delete": {
1848
1810
  "aliases": [],
1849
- "args": {},
1850
- "description": "stop a Raindrop application",
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",
1851
1819
  "examples": [
1852
- "<%= config.bin %> <%= command.id %> .\nStop a Raindrop application.\n"
1820
+ "<%= config.bin %> object delete my-key --bucket my-bucket\nDelete file with key 'my-key' from my-bucket\n"
1853
1821
  ],
1854
1822
  "flags": {
1855
- "root": {
1856
- "char": "r",
1857
- "description": "root directory",
1858
- "name": "root",
1859
- "required": false,
1860
- "default": "/Users/ian/liquidmetal/packages/raindrop",
1861
- "hasDynamicHelp": false,
1862
- "multiple": false,
1863
- "type": "option"
1864
- },
1865
- "manifest": {
1866
- "char": "m",
1867
- "description": "project manifest",
1868
- "name": "manifest",
1869
- "required": false,
1870
- "default": "raindrop.manifest",
1871
- "hasDynamicHelp": false,
1872
- "multiple": false,
1873
- "type": "option"
1874
- },
1875
- "config": {
1876
- "char": "c",
1877
- "description": "config file",
1878
- "hidden": true,
1879
- "name": "config",
1880
- "required": false,
1881
- "default": ".raindrop/config.json",
1882
- "hasDynamicHelp": false,
1883
- "multiple": false,
1884
- "type": "option"
1885
- },
1886
- "application": {
1887
- "char": "a",
1888
- "description": "application to stop",
1889
- "name": "application",
1890
- "required": false,
1823
+ "bucket": {
1824
+ "char": "b",
1825
+ "description": "bucket name",
1826
+ "name": "bucket",
1827
+ "required": true,
1891
1828
  "hasDynamicHelp": false,
1892
1829
  "multiple": false,
1893
1830
  "type": "option"
1894
1831
  },
1895
- "version": {
1896
- "char": "v",
1897
- "description": "application version to start",
1898
- "name": "version",
1899
- "required": false,
1832
+ "output": {
1833
+ "char": "o",
1834
+ "description": "output format",
1835
+ "name": "output",
1836
+ "default": "text",
1900
1837
  "hasDynamicHelp": false,
1901
1838
  "multiple": false,
1839
+ "options": [
1840
+ "text",
1841
+ "json"
1842
+ ],
1902
1843
  "type": "option"
1903
1844
  },
1904
1845
  "impersonate": {
@@ -1911,6 +1852,17 @@
1911
1852
  "multiple": false,
1912
1853
  "type": "option"
1913
1854
  },
1855
+ "manifest": {
1856
+ "char": "m",
1857
+ "description": "project manifest",
1858
+ "hidden": true,
1859
+ "name": "manifest",
1860
+ "required": false,
1861
+ "default": "raindrop.manifest",
1862
+ "hasDynamicHelp": false,
1863
+ "multiple": false,
1864
+ "type": "option"
1865
+ },
1914
1866
  "rainbowAuthService": {
1915
1867
  "env": "LIQUIDMETAL_RAINBOW_AUTH_SERVICE",
1916
1868
  "hidden": true,
@@ -1932,7 +1884,7 @@
1932
1884
  },
1933
1885
  "hasDynamicHelp": false,
1934
1886
  "hiddenAliases": [],
1935
- "id": "build:stop",
1887
+ "id": "object:delete",
1936
1888
  "pluginAlias": "@liquidmetal-ai/raindrop",
1937
1889
  "pluginName": "@liquidmetal-ai/raindrop",
1938
1890
  "pluginType": "core",
@@ -1943,24 +1895,53 @@
1943
1895
  "relativePath": [
1944
1896
  "dist",
1945
1897
  "commands",
1946
- "build",
1947
- "stop.js"
1898
+ "object",
1899
+ "delete.js"
1948
1900
  ]
1949
1901
  },
1950
- "build:unsandbox": {
1902
+ "object:get": {
1951
1903
  "aliases": [],
1952
1904
  "args": {
1953
- "versionId": {
1954
- "description": "version to sandbox",
1955
- "name": "versionId",
1905
+ "key": {
1906
+ "description": "key/path in the bucket",
1907
+ "name": "key",
1908
+ "required": true
1909
+ },
1910
+ "output": {
1911
+ "description": "output file (defaults to key basename)",
1912
+ "name": "output",
1956
1913
  "required": false
1957
1914
  }
1958
1915
  },
1959
- "description": "mark a version as unsandboxed in the Raindrop catalog",
1916
+ "description": "Download a file from the object storage",
1960
1917
  "examples": [
1961
- "<%= config.bin %> <%= command.id %>\n"
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"
1962
1920
  ],
1963
1921
  "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",
1933
+ "description": "output format",
1934
+ "name": "format",
1935
+ "default": "file",
1936
+ "hasDynamicHelp": false,
1937
+ "multiple": false,
1938
+ "options": [
1939
+ "file",
1940
+ "stdout",
1941
+ "json"
1942
+ ],
1943
+ "type": "option"
1944
+ },
1964
1945
  "impersonate": {
1965
1946
  "char": "i",
1966
1947
  "description": "impersonate organization",
@@ -1971,6 +1952,17 @@
1971
1952
  "multiple": false,
1972
1953
  "type": "option"
1973
1954
  },
1955
+ "manifest": {
1956
+ "char": "m",
1957
+ "description": "project manifest",
1958
+ "hidden": true,
1959
+ "name": "manifest",
1960
+ "required": false,
1961
+ "default": "raindrop.manifest",
1962
+ "hasDynamicHelp": false,
1963
+ "multiple": false,
1964
+ "type": "option"
1965
+ },
1974
1966
  "rainbowAuthService": {
1975
1967
  "env": "LIQUIDMETAL_RAINBOW_AUTH_SERVICE",
1976
1968
  "hidden": true,
@@ -1988,27 +1980,11 @@
1988
1980
  "hasDynamicHelp": false,
1989
1981
  "multiple": false,
1990
1982
  "type": "option"
1991
- },
1992
- "config": {
1993
- "hidden": true,
1994
- "name": "config",
1995
- "default": ".raindrop/config.json",
1996
- "hasDynamicHelp": false,
1997
- "multiple": false,
1998
- "type": "option"
1999
- },
2000
- "manifest": {
2001
- "description": "project manifest",
2002
- "name": "manifest",
2003
- "default": "raindrop.manifest",
2004
- "hasDynamicHelp": false,
2005
- "multiple": false,
2006
- "type": "option"
2007
1983
  }
2008
1984
  },
2009
1985
  "hasDynamicHelp": false,
2010
1986
  "hiddenAliases": [],
2011
- "id": "build:unsandbox",
1987
+ "id": "object:get",
2012
1988
  "pluginAlias": "@liquidmetal-ai/raindrop",
2013
1989
  "pluginName": "@liquidmetal-ai/raindrop",
2014
1990
  "pluginType": "core",
@@ -2019,66 +1995,39 @@
2019
1995
  "relativePath": [
2020
1996
  "dist",
2021
1997
  "commands",
2022
- "build",
2023
- "unsandbox.js"
1998
+ "object",
1999
+ "get.js"
2024
2000
  ]
2025
2001
  },
2026
- "build:upload": {
2002
+ "object:list": {
2027
2003
  "aliases": [],
2028
2004
  "args": {},
2029
- "description": "build and validate a LiquidMetal.AI project",
2005
+ "description": "List objects in a bucket",
2030
2006
  "examples": [
2031
- "<%= config.bin %> <%= command.id %>"
2007
+ "<%= config.bin %> object list --bucket my-bucket\nList all objects in my-bucket\n"
2032
2008
  ],
2033
2009
  "flags": {
2034
- "root": {
2035
- "char": "r",
2036
- "description": "root directory",
2037
- "name": "root",
2038
- "required": false,
2039
- "default": "/Users/ian/liquidmetal/packages/raindrop",
2040
- "hasDynamicHelp": false,
2041
- "multiple": false,
2042
- "type": "option"
2043
- },
2044
- "manifest": {
2045
- "char": "m",
2046
- "description": "project manifest",
2047
- "name": "manifest",
2048
- "required": false,
2049
- "default": "raindrop.manifest",
2050
- "hasDynamicHelp": false,
2051
- "multiple": false,
2052
- "type": "option"
2053
- },
2054
- "config": {
2055
- "char": "c",
2056
- "description": "config file",
2057
- "hidden": true,
2058
- "name": "config",
2059
- "required": false,
2060
- "default": ".raindrop/config.json",
2010
+ "bucket": {
2011
+ "char": "b",
2012
+ "description": "bucket name",
2013
+ "name": "bucket",
2014
+ "required": true,
2061
2015
  "hasDynamicHelp": false,
2062
2016
  "multiple": false,
2063
2017
  "type": "option"
2064
2018
  },
2065
2019
  "output": {
2066
2020
  "char": "o",
2067
- "description": "output directory",
2021
+ "description": "output format",
2068
2022
  "name": "output",
2069
- "required": false,
2070
- "default": "dist",
2071
- "hasDynamicHelp": false,
2072
- "multiple": false,
2073
- "type": "option"
2074
- },
2075
- "versionId": {
2076
- "char": "v",
2077
- "description": "version ID",
2078
- "name": "versionId",
2079
- "required": true,
2023
+ "default": "text",
2080
2024
  "hasDynamicHelp": false,
2081
2025
  "multiple": false,
2026
+ "options": [
2027
+ "text",
2028
+ "json",
2029
+ "table"
2030
+ ],
2082
2031
  "type": "option"
2083
2032
  },
2084
2033
  "impersonate": {
@@ -2091,6 +2040,17 @@
2091
2040
  "multiple": false,
2092
2041
  "type": "option"
2093
2042
  },
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"
2053
+ },
2094
2054
  "rainbowAuthService": {
2095
2055
  "env": "LIQUIDMETAL_RAINBOW_AUTH_SERVICE",
2096
2056
  "hidden": true,
@@ -2112,7 +2072,7 @@
2112
2072
  },
2113
2073
  "hasDynamicHelp": false,
2114
2074
  "hiddenAliases": [],
2115
- "id": "build:upload",
2075
+ "id": "object:list",
2116
2076
  "pluginAlias": "@liquidmetal-ai/raindrop",
2117
2077
  "pluginName": "@liquidmetal-ai/raindrop",
2118
2078
  "pluginType": "core",
@@ -2123,24 +2083,66 @@
2123
2083
  "relativePath": [
2124
2084
  "dist",
2125
2085
  "commands",
2126
- "build",
2127
- "upload.js"
2086
+ "object",
2087
+ "list.js"
2128
2088
  ]
2129
2089
  },
2130
- "build:validate": {
2090
+ "object:put": {
2131
2091
  "aliases": [],
2132
- "args": {},
2133
- "description": "build and validate a LiquidMetal.AI project",
2092
+ "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
2102
+ }
2103
+ },
2104
+ "description": "Upload a file to the object storage",
2134
2105
  "examples": [
2135
- "<%= config.bin %> <%= command.id %>"
2106
+ "<%= config.bin %> object put ./myfile.txt my-key --bucket my-bucket\nUpload myfile.txt to my-bucket with key 'my-key'\n"
2136
2107
  ],
2137
2108
  "flags": {
2138
- "root": {
2139
- "char": "r",
2140
- "description": "root directory",
2141
- "name": "root",
2109
+ "bucket": {
2110
+ "char": "b",
2111
+ "description": "bucket name",
2112
+ "name": "bucket",
2113
+ "required": true,
2114
+ "hasDynamicHelp": false,
2115
+ "multiple": false,
2116
+ "type": "option"
2117
+ },
2118
+ "contentType": {
2119
+ "char": "t",
2120
+ "description": "content type of the file",
2121
+ "name": "contentType",
2122
+ "required": false,
2123
+ "hasDynamicHelp": false,
2124
+ "multiple": false,
2125
+ "type": "option"
2126
+ },
2127
+ "output": {
2128
+ "char": "o",
2129
+ "description": "output format",
2130
+ "name": "output",
2131
+ "default": "text",
2132
+ "hasDynamicHelp": false,
2133
+ "multiple": false,
2134
+ "options": [
2135
+ "text",
2136
+ "json"
2137
+ ],
2138
+ "type": "option"
2139
+ },
2140
+ "impersonate": {
2141
+ "char": "i",
2142
+ "description": "impersonate organization",
2143
+ "hidden": true,
2144
+ "name": "impersonate",
2142
2145
  "required": false,
2143
- "default": "/Users/ian/liquidmetal/packages/raindrop",
2144
2146
  "hasDynamicHelp": false,
2145
2147
  "multiple": false,
2146
2148
  "type": "option"
@@ -2148,6 +2150,7 @@
2148
2150
  "manifest": {
2149
2151
  "char": "m",
2150
2152
  "description": "project manifest",
2153
+ "hidden": true,
2151
2154
  "name": "manifest",
2152
2155
  "required": false,
2153
2156
  "default": "raindrop.manifest",
@@ -2155,23 +2158,20 @@
2155
2158
  "multiple": false,
2156
2159
  "type": "option"
2157
2160
  },
2158
- "config": {
2159
- "char": "c",
2160
- "description": "config file",
2161
+ "rainbowAuthService": {
2162
+ "env": "LIQUIDMETAL_RAINBOW_AUTH_SERVICE",
2161
2163
  "hidden": true,
2162
- "name": "config",
2163
- "required": false,
2164
- "default": ".raindrop/config.json",
2164
+ "name": "rainbowAuthService",
2165
+ "default": "https://liquidmetal.run/api/connect",
2165
2166
  "hasDynamicHelp": false,
2166
2167
  "multiple": false,
2167
2168
  "type": "option"
2168
2169
  },
2169
- "output": {
2170
- "char": "o",
2171
- "description": "output directory",
2172
- "name": "output",
2173
- "required": false,
2174
- "default": "dist",
2170
+ "raindropCatalogService": {
2171
+ "description": "URL of the catalog service",
2172
+ "env": "RAINDROP_CATALOG_SERVICE",
2173
+ "hidden": true,
2174
+ "name": "raindropCatalogService",
2175
2175
  "hasDynamicHelp": false,
2176
2176
  "multiple": false,
2177
2177
  "type": "option"
@@ -2179,7 +2179,7 @@
2179
2179
  },
2180
2180
  "hasDynamicHelp": false,
2181
2181
  "hiddenAliases": [],
2182
- "id": "build:validate",
2182
+ "id": "object:put",
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
- "build",
2194
- "validate.js"
2193
+ "object",
2194
+ "put.js"
2195
2195
  ]
2196
2196
  },
2197
2197
  "build:env:get": {
@@ -2528,5 +2528,5 @@
2528
2528
  ]
2529
2529
  }
2530
2530
  },
2531
- "version": "0.2.1"
2531
+ "version": "0.2.2"
2532
2532
  }