@liquidmetal-ai/raindrop 0.4.12 → 0.4.13

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.
@@ -204,117 +204,113 @@
204
204
  "tail.js"
205
205
  ]
206
206
  },
207
- "annotation:get": {
207
+ "auth:list": {
208
208
  "aliases": [],
209
- "args": {
210
- "mrn": {
211
- "description": "MRN (Machine Resource Name) of the annotation to retrieve. Can be partial (e.g., my-module:my-key:) or full (e.g., annotation:app:v1:my-module:my-key:)",
212
- "name": "mrn",
213
- "required": true
209
+ "args": {},
210
+ "description": "List authentications",
211
+ "flags": {
212
+ "output": {
213
+ "char": "o",
214
+ "description": "output format",
215
+ "name": "output",
216
+ "default": "table",
217
+ "hasDynamicHelp": false,
218
+ "multiple": false,
219
+ "options": [
220
+ "text",
221
+ "table",
222
+ "json"
223
+ ],
224
+ "type": "option"
214
225
  }
215
226
  },
216
- "description": "Get an annotation by MRN",
217
- "examples": [
218
- "<%= config.bin %> annotation get my-module:my-item^my-key:\nGet annotation by partial MRN (prefilled with app/version from manifest and config)\n",
219
- "<%= config.bin %> annotation get annotation:my-app:v1.0.0:my-module:my-item^my-key:\nGet annotation with the full MRN\n",
220
- "<%= config.bin %> annotation get my-module:my-key: --format json\nGet annotation by partial MRN and output as JSON\n"
221
- ],
222
- "flags": {
227
+ "hasDynamicHelp": false,
228
+ "hiddenAliases": [],
229
+ "id": "auth:list",
230
+ "pluginAlias": "@liquidmetal-ai/raindrop",
231
+ "pluginName": "@liquidmetal-ai/raindrop",
232
+ "pluginType": "core",
233
+ "strict": true,
234
+ "enableJsonFlag": false,
235
+ "HIDDEN_FLAGS": {
223
236
  "config": {
224
237
  "char": "c",
225
238
  "description": "config file",
226
- "hidden": true,
227
- "name": "config",
228
239
  "required": false,
240
+ "hidden": true,
229
241
  "default": ".raindrop/config.json",
230
- "hasDynamicHelp": false,
242
+ "input": [],
231
243
  "multiple": false,
232
244
  "type": "option"
233
245
  },
234
246
  "rainbowAuthService": {
235
- "env": "LIQUIDMETAL_RAINBOW_AUTH_SERVICE",
236
- "hidden": true,
237
- "name": "rainbowAuthService",
238
247
  "default": "https://raindrop.liquidmetal.run/",
239
- "hasDynamicHelp": false,
248
+ "hidden": true,
249
+ "env": "LIQUIDMETAL_RAINBOW_AUTH_SERVICE",
250
+ "input": [],
240
251
  "multiple": false,
241
252
  "type": "option"
242
253
  },
243
254
  "raindropCatalogService": {
244
- "description": "URL of the catalog service",
245
255
  "env": "RAINDROP_CATALOG_SERVICE",
256
+ "description": "URL of the catalog service",
246
257
  "hidden": true,
247
- "name": "raindropCatalogService",
248
- "hasDynamicHelp": false,
258
+ "input": [],
249
259
  "multiple": false,
250
260
  "type": "option"
251
261
  },
252
262
  "rainbowAuthToken": {
253
- "description": "Override the Rainbow auth token derived from the CLI config",
254
263
  "env": "RAINBOW_AUTH_TOKEN",
264
+ "description": "Override the Rainbow auth token derived from the CLI config",
255
265
  "hidden": true,
256
- "name": "rainbowAuthToken",
257
- "hasDynamicHelp": false,
266
+ "input": [],
258
267
  "multiple": false,
259
268
  "type": "option"
260
269
  },
261
270
  "rainbowOrganizationId": {
262
- "description": "Override the Rainbow organization ID derived from the CLI config",
263
271
  "env": "RAINBOW_ORGANIZATION_ID",
272
+ "description": "Override the Rainbow organization ID derived from the CLI config",
264
273
  "hidden": true,
265
- "name": "rainbowOrganizationId",
266
- "hasDynamicHelp": false,
274
+ "input": [],
267
275
  "multiple": false,
268
276
  "type": "option"
269
277
  },
270
278
  "rainbowUserId": {
271
- "description": "Override the Rainbow user ID derived from the CLI config",
272
279
  "env": "RAINBOW_USER_ID",
280
+ "description": "Override the Rainbow user ID derived from the CLI config",
273
281
  "hidden": true,
274
- "name": "rainbowUserId",
275
- "hasDynamicHelp": false,
282
+ "input": [],
276
283
  "multiple": false,
277
284
  "type": "option"
278
285
  },
279
286
  "sendVersionMetadata": {
280
287
  "description": "Send version metadata to the server",
281
- "hidden": true,
282
- "name": "sendVersionMetadata",
283
288
  "default": "true",
284
- "hasDynamicHelp": false,
285
- "multiple": false,
286
- "type": "option"
287
- },
288
- "format": {
289
- "char": "f",
290
- "description": "output format",
291
- "name": "format",
292
- "default": "text",
293
- "hasDynamicHelp": false,
294
- "multiple": false,
295
- "options": [
296
- "text",
297
- "json"
298
- ],
299
- "type": "option"
300
- },
301
- "impersonate": {
302
- "char": "i",
303
- "description": "impersonate organization",
304
289
  "hidden": true,
305
- "name": "impersonate",
306
- "required": false,
307
- "hasDynamicHelp": false,
290
+ "input": [],
308
291
  "multiple": false,
309
292
  "type": "option"
310
- },
311
- "manifest": {
312
- "char": "M",
313
- "description": "project manifest",
293
+ }
294
+ },
295
+ "baseArgs": {},
296
+ "isESM": true,
297
+ "relativePath": [
298
+ "dist",
299
+ "commands",
300
+ "auth",
301
+ "list.js"
302
+ ]
303
+ },
304
+ "auth:login": {
305
+ "aliases": [],
306
+ "args": {},
307
+ "description": "Logs a user into the LiquidMetal platform. Supports browser-based authentication.",
308
+ "flags": {
309
+ "rainbowAuthService": {
310
+ "env": "LIQUIDMETAL_RAINBOW_AUTH_SERVICE",
314
311
  "hidden": true,
315
- "name": "manifest",
316
- "required": false,
317
- "default": "raindrop.manifest",
312
+ "name": "rainbowAuthService",
313
+ "default": "https://liquidmetal.run/api/connect",
318
314
  "hasDynamicHelp": false,
319
315
  "multiple": false,
320
316
  "type": "option"
@@ -322,7 +318,7 @@
322
318
  },
323
319
  "hasDynamicHelp": false,
324
320
  "hiddenAliases": [],
325
- "id": "annotation:get",
321
+ "id": "auth:login",
326
322
  "pluginAlias": "@liquidmetal-ai/raindrop",
327
323
  "pluginName": "@liquidmetal-ai/raindrop",
328
324
  "pluginType": "core",
@@ -393,131 +389,100 @@
393
389
  "relativePath": [
394
390
  "dist",
395
391
  "commands",
396
- "annotation",
397
- "get.js"
392
+ "auth",
393
+ "login.js"
398
394
  ]
399
395
  },
400
- "annotation:list": {
396
+ "auth:logout": {
401
397
  "aliases": [],
402
- "args": {
403
- "mrnPrefix": {
404
- "description": "MRN prefix to filter annotations (e.g., my-module or annotation:app:v1:my-module). If not provided, uses app/version from manifest and config.",
405
- "name": "mrnPrefix",
406
- "required": false
407
- }
408
- },
409
- "description": "List annotations by MRN prefix",
410
- "examples": [
411
- "<%= config.bin %> annotation list\nList all annotations for the current app/version from manifest and config\n",
412
- "<%= config.bin %> annotation list my-module\nList annotations for 'my-module' (prefilled with app/version from manifest and config)\n",
413
- "<%= config.bin %> annotation list annotation:my-app:v1.0.0:my-module --format json\nList annotations for a specific module using full MRN prefix in JSON format\n"
414
- ],
415
- "flags": {
398
+ "args": {},
399
+ "description": "Logout authentications",
400
+ "flags": {},
401
+ "hasDynamicHelp": false,
402
+ "hiddenAliases": [],
403
+ "id": "auth:logout",
404
+ "pluginAlias": "@liquidmetal-ai/raindrop",
405
+ "pluginName": "@liquidmetal-ai/raindrop",
406
+ "pluginType": "core",
407
+ "strict": true,
408
+ "enableJsonFlag": false,
409
+ "HIDDEN_FLAGS": {
416
410
  "config": {
417
411
  "char": "c",
418
412
  "description": "config file",
419
- "hidden": true,
420
- "name": "config",
421
413
  "required": false,
414
+ "hidden": true,
422
415
  "default": ".raindrop/config.json",
423
- "hasDynamicHelp": false,
416
+ "input": [],
424
417
  "multiple": false,
425
418
  "type": "option"
426
419
  },
427
420
  "rainbowAuthService": {
428
- "env": "LIQUIDMETAL_RAINBOW_AUTH_SERVICE",
429
- "hidden": true,
430
- "name": "rainbowAuthService",
431
421
  "default": "https://raindrop.liquidmetal.run/",
432
- "hasDynamicHelp": false,
422
+ "hidden": true,
423
+ "env": "LIQUIDMETAL_RAINBOW_AUTH_SERVICE",
424
+ "input": [],
433
425
  "multiple": false,
434
426
  "type": "option"
435
427
  },
436
428
  "raindropCatalogService": {
437
- "description": "URL of the catalog service",
438
429
  "env": "RAINDROP_CATALOG_SERVICE",
430
+ "description": "URL of the catalog service",
439
431
  "hidden": true,
440
- "name": "raindropCatalogService",
441
- "hasDynamicHelp": false,
432
+ "input": [],
442
433
  "multiple": false,
443
434
  "type": "option"
444
435
  },
445
436
  "rainbowAuthToken": {
446
- "description": "Override the Rainbow auth token derived from the CLI config",
447
437
  "env": "RAINBOW_AUTH_TOKEN",
438
+ "description": "Override the Rainbow auth token derived from the CLI config",
448
439
  "hidden": true,
449
- "name": "rainbowAuthToken",
450
- "hasDynamicHelp": false,
440
+ "input": [],
451
441
  "multiple": false,
452
442
  "type": "option"
453
443
  },
454
444
  "rainbowOrganizationId": {
455
- "description": "Override the Rainbow organization ID derived from the CLI config",
456
445
  "env": "RAINBOW_ORGANIZATION_ID",
446
+ "description": "Override the Rainbow organization ID derived from the CLI config",
457
447
  "hidden": true,
458
- "name": "rainbowOrganizationId",
459
- "hasDynamicHelp": false,
448
+ "input": [],
460
449
  "multiple": false,
461
450
  "type": "option"
462
451
  },
463
452
  "rainbowUserId": {
464
- "description": "Override the Rainbow user ID derived from the CLI config",
465
453
  "env": "RAINBOW_USER_ID",
454
+ "description": "Override the Rainbow user ID derived from the CLI config",
466
455
  "hidden": true,
467
- "name": "rainbowUserId",
468
- "hasDynamicHelp": false,
456
+ "input": [],
469
457
  "multiple": false,
470
458
  "type": "option"
471
459
  },
472
460
  "sendVersionMetadata": {
473
461
  "description": "Send version metadata to the server",
474
- "hidden": true,
475
- "name": "sendVersionMetadata",
476
462
  "default": "true",
477
- "hasDynamicHelp": false,
478
- "multiple": false,
479
- "type": "option"
480
- },
481
- "output": {
482
- "char": "o",
483
- "description": "output format",
484
- "name": "output",
485
- "default": "table",
486
- "hasDynamicHelp": false,
487
- "multiple": false,
488
- "options": [
489
- "table",
490
- "text",
491
- "json"
492
- ],
493
- "type": "option"
494
- },
495
- "limit": {
496
- "char": "l",
497
- "description": "maximum number of annotations to return",
498
- "name": "limit",
499
- "default": 100,
500
- "hasDynamicHelp": false,
501
- "multiple": false,
502
- "type": "option"
503
- },
504
- "impersonate": {
505
- "char": "i",
506
- "description": "impersonate organization",
507
463
  "hidden": true,
508
- "name": "impersonate",
509
- "required": false,
510
- "hasDynamicHelp": false,
464
+ "input": [],
511
465
  "multiple": false,
512
466
  "type": "option"
513
- },
514
- "manifest": {
515
- "char": "M",
516
- "description": "project manifest",
517
- "hidden": true,
518
- "name": "manifest",
519
- "required": false,
520
- "default": "raindrop.manifest",
467
+ }
468
+ },
469
+ "baseArgs": {},
470
+ "isESM": true,
471
+ "relativePath": [
472
+ "dist",
473
+ "commands",
474
+ "auth",
475
+ "logout.js"
476
+ ]
477
+ },
478
+ "auth:select": {
479
+ "aliases": [],
480
+ "args": {},
481
+ "description": "Select active organization",
482
+ "flags": {
483
+ "organizationId": {
484
+ "description": "organizationId to select as active",
485
+ "name": "organizationId",
521
486
  "hasDynamicHelp": false,
522
487
  "multiple": false,
523
488
  "type": "option"
@@ -525,7 +490,7 @@
525
490
  },
526
491
  "hasDynamicHelp": false,
527
492
  "hiddenAliases": [],
528
- "id": "annotation:list",
493
+ "id": "auth:select",
529
494
  "pluginAlias": "@liquidmetal-ai/raindrop",
530
495
  "pluginName": "@liquidmetal-ai/raindrop",
531
496
  "pluginType": "core",
@@ -596,29 +561,18 @@
596
561
  "relativePath": [
597
562
  "dist",
598
563
  "commands",
599
- "annotation",
600
- "list.js"
564
+ "auth",
565
+ "select.js"
601
566
  ]
602
567
  },
603
- "annotation:put": {
568
+ "bucket:create-credential": {
604
569
  "aliases": [],
605
- "args": {
606
- "mrn": {
607
- "description": "MRN (Machine Resource Name) of the annotation to create/update. Can be partial (e.g., my-module:my-key:) or full (e.g., annotation:app:v1:my-module:my-key:)",
608
- "name": "mrn",
609
- "required": true
610
- },
611
- "annotation": {
612
- "description": "annotation content (use \"-\" to read from stdin)",
613
- "name": "annotation",
614
- "required": true
615
- }
616
- },
617
- "description": "Create or update an annotation by MRN",
570
+ "args": {},
571
+ "description": "Create S3 credentials for a bucket",
618
572
  "examples": [
619
- "<%= config.bin %> annotation put my-module:my-key: \"This is my annotation\"\nCreate an annotation with partial MRN (prefilled with app/version from manifest and config)\n",
620
- "<%= config.bin %> annotation put annotation:my-app:v1.0.0:my-module:my-item^my-key: @file.txt\nCreate an annotation from file contents using full MRN\n",
621
- "<%= config.bin %> annotation put my-module:my-key: - < input.txt\nCreate an annotation from stdin using partial MRN\n"
573
+ "<%= config.bin %> bucket create-credential --bucket my-bucket --name \"My API Key\"\nCreate a new S3 credential for my-bucket\n",
574
+ "<%= config.bin %> bucket create-credential --bucket my-bucket --name \"Temp Key\" --expires-at \"2024-12-31\"\nCreate a credential that expires on Dec 31, 2024\n",
575
+ "<%= config.bin %> bucket create-credential --api-url https://bucket.example.com --name \"Direct API Key\"\nCreate a credential using a direct API URL\n"
622
576
  ],
623
577
  "flags": {
624
578
  "config": {
@@ -686,6 +640,72 @@
686
640
  "multiple": false,
687
641
  "type": "option"
688
642
  },
643
+ "bucket": {
644
+ "char": "b",
645
+ "description": "bucket name",
646
+ "exclusive": [
647
+ "api-url"
648
+ ],
649
+ "name": "bucket",
650
+ "required": false,
651
+ "hasDynamicHelp": false,
652
+ "multiple": false,
653
+ "type": "option"
654
+ },
655
+ "name": {
656
+ "char": "n",
657
+ "description": "credential name",
658
+ "name": "name",
659
+ "required": true,
660
+ "hasDynamicHelp": false,
661
+ "multiple": false,
662
+ "type": "option"
663
+ },
664
+ "expires-at": {
665
+ "description": "expiration date (ISO 8601 format)",
666
+ "name": "expires-at",
667
+ "required": false,
668
+ "hasDynamicHelp": false,
669
+ "multiple": false,
670
+ "type": "option"
671
+ },
672
+ "api-url": {
673
+ "description": "direct API URL (bypasses bucket discovery)",
674
+ "exclusive": [
675
+ "bucket",
676
+ "application",
677
+ "version"
678
+ ],
679
+ "name": "api-url",
680
+ "required": false,
681
+ "hasDynamicHelp": false,
682
+ "multiple": false,
683
+ "type": "option"
684
+ },
685
+ "application": {
686
+ "char": "a",
687
+ "description": "application name",
688
+ "exclusive": [
689
+ "api-url"
690
+ ],
691
+ "name": "application",
692
+ "required": false,
693
+ "hasDynamicHelp": false,
694
+ "multiple": false,
695
+ "type": "option"
696
+ },
697
+ "version": {
698
+ "char": "v",
699
+ "description": "application version",
700
+ "exclusive": [
701
+ "api-url"
702
+ ],
703
+ "name": "version",
704
+ "required": false,
705
+ "hasDynamicHelp": false,
706
+ "multiple": false,
707
+ "type": "option"
708
+ },
689
709
  "output": {
690
710
  "char": "o",
691
711
  "description": "output format",
@@ -723,7 +743,7 @@
723
743
  },
724
744
  "hasDynamicHelp": false,
725
745
  "hiddenAliases": [],
726
- "id": "annotation:put",
746
+ "id": "bucket:create-credential",
727
747
  "pluginAlias": "@liquidmetal-ai/raindrop",
728
748
  "pluginName": "@liquidmetal-ai/raindrop",
729
749
  "pluginType": "core",
@@ -794,22 +814,17 @@
794
814
  "relativePath": [
795
815
  "dist",
796
816
  "commands",
797
- "annotation",
798
- "put.js"
817
+ "bucket",
818
+ "create-credential.js"
799
819
  ]
800
820
  },
801
- "object:delete": {
821
+ "bucket:delete-credential": {
802
822
  "aliases": [],
803
- "args": {
804
- "key": {
805
- "description": "key/path in the bucket to delete",
806
- "name": "key",
807
- "required": true
808
- }
809
- },
810
- "description": "Delete a file from the object storage",
823
+ "args": {},
824
+ "description": "Delete an S3 credential",
811
825
  "examples": [
812
- "<%= config.bin %> object delete my-key --bucket my-bucket\nDelete file with key 'my-key' from my-bucket\n"
826
+ "<%= config.bin %> bucket delete-credential --bucket my-bucket --access-key AKIAIOSFODNN7EXAMPLE\nDelete a specific credential\n",
827
+ "<%= config.bin %> bucket delete-credential --api-url https://bucket.example.com --access-key AKIAIOSFODNN7EXAMPLE\nDelete credential using a direct API URL\n"
813
828
  ],
814
829
  "flags": {
815
830
  "config": {
@@ -879,17 +894,56 @@
879
894
  },
880
895
  "bucket": {
881
896
  "char": "b",
882
- "description": "bucket name version can be specified with #, e.g. my-bucket#versionId",
897
+ "description": "bucket name",
898
+ "exclusive": [
899
+ "api-url"
900
+ ],
883
901
  "name": "bucket",
884
902
  "required": false,
885
903
  "hasDynamicHelp": false,
886
904
  "multiple": false,
887
905
  "type": "option"
888
906
  },
889
- "moduleId": {
890
- "char": "m",
891
- "description": "moduleId",
892
- "name": "moduleId",
907
+ "access-key": {
908
+ "description": "access key of the credential to delete",
909
+ "name": "access-key",
910
+ "required": true,
911
+ "hasDynamicHelp": false,
912
+ "multiple": false,
913
+ "type": "option"
914
+ },
915
+ "api-url": {
916
+ "description": "direct API URL (bypasses bucket discovery)",
917
+ "exclusive": [
918
+ "bucket",
919
+ "application",
920
+ "version"
921
+ ],
922
+ "name": "api-url",
923
+ "required": false,
924
+ "hasDynamicHelp": false,
925
+ "multiple": false,
926
+ "type": "option"
927
+ },
928
+ "application": {
929
+ "char": "a",
930
+ "description": "application name",
931
+ "exclusive": [
932
+ "api-url"
933
+ ],
934
+ "name": "application",
935
+ "required": false,
936
+ "hasDynamicHelp": false,
937
+ "multiple": false,
938
+ "type": "option"
939
+ },
940
+ "version": {
941
+ "char": "v",
942
+ "description": "application version",
943
+ "exclusive": [
944
+ "api-url"
945
+ ],
946
+ "name": "version",
893
947
  "required": false,
894
948
  "hasDynamicHelp": false,
895
949
  "multiple": false,
@@ -932,7 +986,7 @@
932
986
  },
933
987
  "hasDynamicHelp": false,
934
988
  "hiddenAliases": [],
935
- "id": "object:delete",
989
+ "id": "bucket:delete-credential",
936
990
  "pluginAlias": "@liquidmetal-ai/raindrop",
937
991
  "pluginName": "@liquidmetal-ai/raindrop",
938
992
  "pluginType": "core",
@@ -1003,28 +1057,17 @@
1003
1057
  "relativePath": [
1004
1058
  "dist",
1005
1059
  "commands",
1006
- "object",
1007
- "delete.js"
1060
+ "bucket",
1061
+ "delete-credential.js"
1008
1062
  ]
1009
1063
  },
1010
- "object:get": {
1064
+ "bucket:get-credential": {
1011
1065
  "aliases": [],
1012
- "args": {
1013
- "key": {
1014
- "description": "key/path in the bucket",
1015
- "name": "key",
1016
- "required": true
1017
- },
1018
- "output": {
1019
- "description": "output file (defaults to key basename)",
1020
- "name": "output",
1021
- "required": false
1022
- }
1023
- },
1024
- "description": "Download a file from the object storage",
1066
+ "args": {},
1067
+ "description": "Get details of a specific S3 credential",
1025
1068
  "examples": [
1026
- "<%= config.bin %> object get my-key --bucket my-bucket\nDownload file with key 'my-key' from my-bucket\n",
1027
- "<%= config.bin %> object get my-key output.txt --bucket my-bucket\nDownload file with key 'my-key' from my-bucket to output.txt\n"
1069
+ "<%= config.bin %> bucket get-credential --bucket my-bucket --access-key AKIAIOSFODNN7EXAMPLE\nGet details of a specific credential\n",
1070
+ "<%= config.bin %> bucket get-credential --api-url https://bucket.example.com --access-key AKIAIOSFODNN7EXAMPLE\nGet credential details using a direct API URL\n"
1028
1071
  ],
1029
1072
  "flags": {
1030
1073
  "config": {
@@ -1094,32 +1137,70 @@
1094
1137
  },
1095
1138
  "bucket": {
1096
1139
  "char": "b",
1097
- "description": "bucket name version can be specified with #, e.g. my-bucket#versionId",
1140
+ "description": "bucket name",
1141
+ "exclusive": [
1142
+ "api-url"
1143
+ ],
1098
1144
  "name": "bucket",
1099
1145
  "required": false,
1100
1146
  "hasDynamicHelp": false,
1101
1147
  "multiple": false,
1102
1148
  "type": "option"
1103
1149
  },
1104
- "moduleId": {
1105
- "char": "m",
1106
- "description": "moduleId",
1107
- "name": "moduleId",
1150
+ "access-key": {
1151
+ "description": "access key of the credential to retrieve",
1152
+ "name": "access-key",
1153
+ "required": true,
1154
+ "hasDynamicHelp": false,
1155
+ "multiple": false,
1156
+ "type": "option"
1157
+ },
1158
+ "api-url": {
1159
+ "description": "direct API URL (bypasses bucket discovery)",
1160
+ "exclusive": [
1161
+ "bucket",
1162
+ "application",
1163
+ "version"
1164
+ ],
1165
+ "name": "api-url",
1108
1166
  "required": false,
1109
1167
  "hasDynamicHelp": false,
1110
1168
  "multiple": false,
1111
1169
  "type": "option"
1112
1170
  },
1113
- "format": {
1114
- "char": "f",
1171
+ "application": {
1172
+ "char": "a",
1173
+ "description": "application name",
1174
+ "exclusive": [
1175
+ "api-url"
1176
+ ],
1177
+ "name": "application",
1178
+ "required": false,
1179
+ "hasDynamicHelp": false,
1180
+ "multiple": false,
1181
+ "type": "option"
1182
+ },
1183
+ "version": {
1184
+ "char": "v",
1185
+ "description": "application version",
1186
+ "exclusive": [
1187
+ "api-url"
1188
+ ],
1189
+ "name": "version",
1190
+ "required": false,
1191
+ "hasDynamicHelp": false,
1192
+ "multiple": false,
1193
+ "type": "option"
1194
+ },
1195
+ "output": {
1196
+ "char": "o",
1115
1197
  "description": "output format",
1116
- "name": "format",
1117
- "default": "file",
1198
+ "name": "output",
1199
+ "default": "text",
1118
1200
  "hasDynamicHelp": false,
1119
1201
  "multiple": false,
1120
1202
  "options": [
1121
- "file",
1122
- "stdout",
1203
+ "text",
1123
1204
  "json"
1124
1205
  ],
1125
1206
  "type": "option"
@@ -1148,7 +1229,7 @@
1148
1229
  },
1149
1230
  "hasDynamicHelp": false,
1150
1231
  "hiddenAliases": [],
1151
- "id": "object:get",
1232
+ "id": "bucket:get-credential",
1152
1233
  "pluginAlias": "@liquidmetal-ai/raindrop",
1153
1234
  "pluginName": "@liquidmetal-ai/raindrop",
1154
1235
  "pluginType": "core",
@@ -1219,16 +1300,17 @@
1219
1300
  "relativePath": [
1220
1301
  "dist",
1221
1302
  "commands",
1222
- "object",
1223
- "get.js"
1303
+ "bucket",
1304
+ "get-credential.js"
1224
1305
  ]
1225
1306
  },
1226
- "object:list": {
1307
+ "bucket:list-credentials": {
1227
1308
  "aliases": [],
1228
1309
  "args": {},
1229
- "description": "List objects in a bucket",
1310
+ "description": "List S3 credentials for a bucket",
1230
1311
  "examples": [
1231
- "<%= config.bin %> object list --bucket my-bucket\nList all objects in my-bucket\n"
1312
+ "<%= config.bin %> bucket list-credentials --bucket my-bucket\nList all credentials for my-bucket\n",
1313
+ "<%= config.bin %> bucket list-credentials --api-url https://bucket.example.com\nList all credentials using a direct API URL\n"
1232
1314
  ],
1233
1315
  "flags": {
1234
1316
  "config": {
@@ -1298,17 +1380,48 @@
1298
1380
  },
1299
1381
  "bucket": {
1300
1382
  "char": "b",
1301
- "description": "bucket name version can be specified with #, e.g. my-bucket#versionId",
1383
+ "description": "bucket name",
1384
+ "exclusive": [
1385
+ "api-url"
1386
+ ],
1302
1387
  "name": "bucket",
1303
1388
  "required": false,
1304
1389
  "hasDynamicHelp": false,
1305
1390
  "multiple": false,
1306
1391
  "type": "option"
1307
1392
  },
1308
- "moduleId": {
1309
- "char": "m",
1310
- "description": "moduleId",
1311
- "name": "moduleId",
1393
+ "api-url": {
1394
+ "description": "direct API URL (bypasses bucket discovery)",
1395
+ "exclusive": [
1396
+ "bucket",
1397
+ "application",
1398
+ "version"
1399
+ ],
1400
+ "name": "api-url",
1401
+ "required": false,
1402
+ "hasDynamicHelp": false,
1403
+ "multiple": false,
1404
+ "type": "option"
1405
+ },
1406
+ "application": {
1407
+ "char": "a",
1408
+ "description": "application name",
1409
+ "exclusive": [
1410
+ "api-url"
1411
+ ],
1412
+ "name": "application",
1413
+ "required": false,
1414
+ "hasDynamicHelp": false,
1415
+ "multiple": false,
1416
+ "type": "option"
1417
+ },
1418
+ "version": {
1419
+ "char": "v",
1420
+ "description": "application version",
1421
+ "exclusive": [
1422
+ "api-url"
1423
+ ],
1424
+ "name": "version",
1312
1425
  "required": false,
1313
1426
  "hasDynamicHelp": false,
1314
1427
  "multiple": false,
@@ -1323,8 +1436,7 @@
1323
1436
  "multiple": false,
1324
1437
  "options": [
1325
1438
  "text",
1326
- "json",
1327
- "table"
1439
+ "json"
1328
1440
  ],
1329
1441
  "type": "option"
1330
1442
  },
@@ -1352,7 +1464,7 @@
1352
1464
  },
1353
1465
  "hasDynamicHelp": false,
1354
1466
  "hiddenAliases": [],
1355
- "id": "object:list",
1467
+ "id": "bucket:list-credentials",
1356
1468
  "pluginAlias": "@liquidmetal-ai/raindrop",
1357
1469
  "pluginName": "@liquidmetal-ai/raindrop",
1358
1470
  "pluginType": "core",
@@ -1423,27 +1535,22 @@
1423
1535
  "relativePath": [
1424
1536
  "dist",
1425
1537
  "commands",
1426
- "object",
1427
- "list.js"
1538
+ "bucket",
1539
+ "list-credentials.js"
1428
1540
  ]
1429
1541
  },
1430
- "object:put": {
1542
+ "build:branch": {
1431
1543
  "aliases": [],
1432
1544
  "args": {
1433
- "file": {
1434
- "description": "file to upload",
1435
- "name": "file",
1436
- "required": true
1437
- },
1438
- "key": {
1439
- "description": "key/path in the bucket",
1440
- "name": "key",
1545
+ "branch": {
1546
+ "description": "branch name",
1547
+ "name": "branch",
1441
1548
  "required": true
1442
1549
  }
1443
1550
  },
1444
- "description": "Upload a file to the object storage",
1551
+ "description": "branch a Raindrop application",
1445
1552
  "examples": [
1446
- "<%= config.bin %> object put ./myfile.txt my-key --bucket my-bucket\nUpload myfile.txt to my-bucket with key 'my-key'\n"
1553
+ "<%= config.bin %> <%= command.id %> .\nBranch a Raindrop application.\n"
1447
1554
  ],
1448
1555
  "flags": {
1449
1556
  "config": {
@@ -1511,44 +1618,46 @@
1511
1618
  "multiple": false,
1512
1619
  "type": "option"
1513
1620
  },
1514
- "bucket": {
1515
- "char": "b",
1516
- "description": "bucket name version can be specified with #, e.g. my-bucket#versionId",
1517
- "name": "bucket",
1621
+ "root": {
1622
+ "char": "r",
1623
+ "description": "root directory",
1624
+ "name": "root",
1518
1625
  "required": false,
1626
+ "default": "/Users/dstaley/Work/liquidmetal/packages/raindrop",
1519
1627
  "hasDynamicHelp": false,
1520
1628
  "multiple": false,
1521
1629
  "type": "option"
1522
1630
  },
1523
- "moduleId": {
1524
- "char": "m",
1525
- "description": "moduleId",
1526
- "name": "moduleId",
1631
+ "manifest": {
1632
+ "char": "M",
1633
+ "description": "project manifest",
1634
+ "name": "manifest",
1527
1635
  "required": false,
1636
+ "default": "raindrop.manifest",
1528
1637
  "hasDynamicHelp": false,
1529
1638
  "multiple": false,
1530
1639
  "type": "option"
1531
1640
  },
1532
- "contentType": {
1533
- "char": "t",
1534
- "description": "content type of the file",
1535
- "name": "contentType",
1641
+ "output": {
1642
+ "char": "o",
1643
+ "description": "output directory",
1644
+ "name": "output",
1536
1645
  "required": false,
1646
+ "default": "dist",
1537
1647
  "hasDynamicHelp": false,
1538
1648
  "multiple": false,
1539
1649
  "type": "option"
1540
1650
  },
1541
- "output": {
1542
- "char": "o",
1543
- "description": "output format",
1544
- "name": "output",
1545
- "default": "text",
1651
+ "versionId": {
1652
+ "aliases": [
1653
+ "version"
1654
+ ],
1655
+ "char": "p",
1656
+ "description": "branch from this version",
1657
+ "name": "versionId",
1658
+ "required": false,
1546
1659
  "hasDynamicHelp": false,
1547
1660
  "multiple": false,
1548
- "options": [
1549
- "text",
1550
- "json"
1551
- ],
1552
1661
  "type": "option"
1553
1662
  },
1554
1663
  "impersonate": {
@@ -1561,21 +1670,31 @@
1561
1670
  "multiple": false,
1562
1671
  "type": "option"
1563
1672
  },
1564
- "manifest": {
1565
- "char": "M",
1566
- "description": "project manifest",
1567
- "hidden": true,
1568
- "name": "manifest",
1673
+ "start": {
1674
+ "description": "start the application after deploying",
1675
+ "name": "start",
1569
1676
  "required": false,
1570
- "default": "raindrop.manifest",
1571
- "hasDynamicHelp": false,
1572
- "multiple": false,
1573
- "type": "option"
1677
+ "allowNo": false,
1678
+ "type": "boolean"
1679
+ },
1680
+ "no-watch": {
1681
+ "description": "skip watching deployment status after branch",
1682
+ "name": "no-watch",
1683
+ "required": false,
1684
+ "allowNo": false,
1685
+ "type": "boolean"
1686
+ },
1687
+ "show": {
1688
+ "description": "show the current branch",
1689
+ "name": "show",
1690
+ "required": false,
1691
+ "allowNo": false,
1692
+ "type": "boolean"
1574
1693
  }
1575
1694
  },
1576
1695
  "hasDynamicHelp": false,
1577
1696
  "hiddenAliases": [],
1578
- "id": "object:put",
1697
+ "id": "build:branch",
1579
1698
  "pluginAlias": "@liquidmetal-ai/raindrop",
1580
1699
  "pluginName": "@liquidmetal-ai/raindrop",
1581
1700
  "pluginType": "core",
@@ -1646,18 +1765,22 @@
1646
1765
  "relativePath": [
1647
1766
  "dist",
1648
1767
  "commands",
1649
- "object",
1650
- "put.js"
1768
+ "build",
1769
+ "branch.js"
1651
1770
  ]
1652
1771
  },
1653
- "bucket:create-credential": {
1772
+ "build:checkout": {
1654
1773
  "aliases": [],
1655
- "args": {},
1656
- "description": "Create S3 credentials for a bucket",
1774
+ "args": {
1775
+ "version": {
1776
+ "description": "version id",
1777
+ "name": "version",
1778
+ "required": false
1779
+ }
1780
+ },
1781
+ "description": "switch the current context to a specific version",
1657
1782
  "examples": [
1658
- "<%= config.bin %> bucket create-credential --bucket my-bucket --name \"My API Key\"\nCreate a new S3 credential for my-bucket\n",
1659
- "<%= config.bin %> bucket create-credential --bucket my-bucket --name \"Temp Key\" --expires-at \"2024-12-31\"\nCreate a credential that expires on Dec 31, 2024\n",
1660
- "<%= config.bin %> bucket create-credential --api-url https://bucket.example.com --name \"Direct API Key\"\nCreate a credential using a direct API URL\n"
1783
+ "<%= config.bin %> <%= command.id %>\nCurrently on version: 01jac6p20m4gahn1kaa2mhm2js\n\n<%= config.bin %> <%= command.id %> 01jux6z20m4gbhn5kaa4mcm2jr\nSwitched to version: 01jux6z20m4gbhn5kaa4mcm2jr\n"
1661
1784
  ],
1662
1785
  "flags": {
1663
1786
  "config": {
@@ -1725,110 +1848,125 @@
1725
1848
  "multiple": false,
1726
1849
  "type": "option"
1727
1850
  },
1728
- "bucket": {
1729
- "char": "b",
1730
- "description": "bucket name",
1731
- "exclusive": [
1732
- "api-url"
1733
- ],
1734
- "name": "bucket",
1851
+ "output": {
1852
+ "char": "o",
1853
+ "description": "output format",
1854
+ "name": "output",
1735
1855
  "required": false,
1856
+ "default": "text",
1736
1857
  "hasDynamicHelp": false,
1737
1858
  "multiple": false,
1738
1859
  "type": "option"
1739
- },
1740
- "name": {
1741
- "char": "n",
1742
- "description": "credential name",
1743
- "name": "name",
1744
- "required": true,
1745
- "hasDynamicHelp": false,
1860
+ }
1861
+ },
1862
+ "hasDynamicHelp": false,
1863
+ "hiddenAliases": [],
1864
+ "id": "build:checkout",
1865
+ "pluginAlias": "@liquidmetal-ai/raindrop",
1866
+ "pluginName": "@liquidmetal-ai/raindrop",
1867
+ "pluginType": "core",
1868
+ "strict": true,
1869
+ "enableJsonFlag": false,
1870
+ "HIDDEN_FLAGS": {
1871
+ "config": {
1872
+ "char": "c",
1873
+ "description": "config file",
1874
+ "required": false,
1875
+ "hidden": true,
1876
+ "default": ".raindrop/config.json",
1877
+ "input": [],
1746
1878
  "multiple": false,
1747
1879
  "type": "option"
1748
1880
  },
1749
- "expires-at": {
1750
- "description": "expiration date (ISO 8601 format)",
1751
- "name": "expires-at",
1752
- "required": false,
1753
- "hasDynamicHelp": false,
1881
+ "rainbowAuthService": {
1882
+ "default": "https://raindrop.liquidmetal.run/",
1883
+ "hidden": true,
1884
+ "env": "LIQUIDMETAL_RAINBOW_AUTH_SERVICE",
1885
+ "input": [],
1754
1886
  "multiple": false,
1755
1887
  "type": "option"
1756
1888
  },
1757
- "api-url": {
1758
- "description": "direct API URL (bypasses bucket discovery)",
1759
- "exclusive": [
1760
- "bucket",
1761
- "application",
1762
- "version"
1763
- ],
1764
- "name": "api-url",
1765
- "required": false,
1766
- "hasDynamicHelp": false,
1889
+ "raindropCatalogService": {
1890
+ "env": "RAINDROP_CATALOG_SERVICE",
1891
+ "description": "URL of the catalog service",
1892
+ "hidden": true,
1893
+ "input": [],
1767
1894
  "multiple": false,
1768
1895
  "type": "option"
1769
1896
  },
1770
- "application": {
1771
- "char": "a",
1772
- "description": "application name",
1773
- "exclusive": [
1774
- "api-url"
1775
- ],
1776
- "name": "application",
1777
- "required": false,
1778
- "hasDynamicHelp": false,
1897
+ "rainbowAuthToken": {
1898
+ "env": "RAINBOW_AUTH_TOKEN",
1899
+ "description": "Override the Rainbow auth token derived from the CLI config",
1900
+ "hidden": true,
1901
+ "input": [],
1779
1902
  "multiple": false,
1780
1903
  "type": "option"
1781
1904
  },
1782
- "version": {
1783
- "char": "v",
1784
- "description": "application version",
1785
- "exclusive": [
1786
- "api-url"
1787
- ],
1788
- "name": "version",
1789
- "required": false,
1790
- "hasDynamicHelp": false,
1905
+ "rainbowOrganizationId": {
1906
+ "env": "RAINBOW_ORGANIZATION_ID",
1907
+ "description": "Override the Rainbow organization ID derived from the CLI config",
1908
+ "hidden": true,
1909
+ "input": [],
1791
1910
  "multiple": false,
1792
1911
  "type": "option"
1793
1912
  },
1794
- "output": {
1795
- "char": "o",
1796
- "description": "output format",
1797
- "name": "output",
1798
- "default": "text",
1799
- "hasDynamicHelp": false,
1800
- "multiple": false,
1801
- "options": [
1802
- "text",
1803
- "json"
1804
- ],
1805
- "type": "option"
1806
- },
1807
- "impersonate": {
1808
- "char": "i",
1809
- "description": "impersonate organization",
1913
+ "rainbowUserId": {
1914
+ "env": "RAINBOW_USER_ID",
1915
+ "description": "Override the Rainbow user ID derived from the CLI config",
1810
1916
  "hidden": true,
1811
- "name": "impersonate",
1812
- "required": false,
1813
- "hasDynamicHelp": false,
1917
+ "input": [],
1814
1918
  "multiple": false,
1815
1919
  "type": "option"
1816
1920
  },
1817
- "manifest": {
1818
- "char": "M",
1819
- "description": "project manifest",
1921
+ "sendVersionMetadata": {
1922
+ "description": "Send version metadata to the server",
1923
+ "default": "true",
1820
1924
  "hidden": true,
1821
- "name": "manifest",
1822
- "required": false,
1823
- "default": "raindrop.manifest",
1824
- "hasDynamicHelp": false,
1925
+ "input": [],
1825
1926
  "multiple": false,
1826
1927
  "type": "option"
1827
1928
  }
1828
1929
  },
1930
+ "baseArgs": {},
1931
+ "isESM": true,
1932
+ "relativePath": [
1933
+ "dist",
1934
+ "commands",
1935
+ "build",
1936
+ "checkout.js"
1937
+ ]
1938
+ },
1939
+ "build:clone": {
1940
+ "aliases": [],
1941
+ "args": {
1942
+ "id": {
1943
+ "description": "liquidmetal project ID to clone (e.g., liquidmetal/smartbucket)",
1944
+ "name": "id",
1945
+ "required": true
1946
+ },
1947
+ "path": {
1948
+ "default": ".",
1949
+ "description": "Path to initialize the project in",
1950
+ "name": "path",
1951
+ "required": false
1952
+ }
1953
+ },
1954
+ "description": "clone a LiquidMetal.AI project",
1955
+ "examples": [
1956
+ "<%= config.bin %> <%= command.id %> .\nClone a project in the current directory.\n",
1957
+ "<%= config.bin %> <%= command.id %> <%= config.path %>\nClone a project in the specified directory.\n"
1958
+ ],
1959
+ "flags": {
1960
+ "overwrite": {
1961
+ "description": "Overwrite existing files",
1962
+ "name": "overwrite",
1963
+ "allowNo": false,
1964
+ "type": "boolean"
1965
+ }
1966
+ },
1829
1967
  "hasDynamicHelp": false,
1830
1968
  "hiddenAliases": [],
1831
- "id": "bucket:create-credential",
1969
+ "id": "build:clone",
1832
1970
  "pluginAlias": "@liquidmetal-ai/raindrop",
1833
1971
  "pluginName": "@liquidmetal-ai/raindrop",
1834
1972
  "pluginType": "core",
@@ -1899,17 +2037,22 @@
1899
2037
  "relativePath": [
1900
2038
  "dist",
1901
2039
  "commands",
1902
- "bucket",
1903
- "create-credential.js"
2040
+ "build",
2041
+ "clone.js"
1904
2042
  ]
1905
2043
  },
1906
- "bucket:delete-credential": {
2044
+ "build:delete": {
1907
2045
  "aliases": [],
1908
- "args": {},
1909
- "description": "Delete an S3 credential",
2046
+ "args": {
2047
+ "application": {
2048
+ "description": "application name",
2049
+ "name": "application",
2050
+ "required": false
2051
+ }
2052
+ },
2053
+ "description": "delete Raindrop applications",
1910
2054
  "examples": [
1911
- "<%= config.bin %> bucket delete-credential --bucket my-bucket --access-key AKIAIOSFODNN7EXAMPLE\nDelete a specific credential\n",
1912
- "<%= config.bin %> bucket delete-credential --api-url https://bucket.example.com --access-key AKIAIOSFODNN7EXAMPLE\nDelete credential using a direct API URL\n"
2055
+ "<%= config.bin %> <%= command.id %> .\nDeleted (application) at version (version)\n"
1913
2056
  ],
1914
2057
  "flags": {
1915
2058
  "config": {
@@ -1977,56 +2120,45 @@
1977
2120
  "multiple": false,
1978
2121
  "type": "option"
1979
2122
  },
1980
- "bucket": {
1981
- "char": "b",
1982
- "description": "bucket name",
1983
- "exclusive": [
1984
- "api-url"
1985
- ],
1986
- "name": "bucket",
2123
+ "root": {
2124
+ "char": "r",
2125
+ "description": "root directory",
2126
+ "name": "root",
1987
2127
  "required": false,
2128
+ "default": "/Users/dstaley/Work/liquidmetal/packages/raindrop",
1988
2129
  "hasDynamicHelp": false,
1989
2130
  "multiple": false,
1990
2131
  "type": "option"
1991
2132
  },
1992
- "access-key": {
1993
- "description": "access key of the credential to delete",
1994
- "name": "access-key",
1995
- "required": true,
1996
- "hasDynamicHelp": false,
1997
- "multiple": false,
1998
- "type": "option"
1999
- },
2000
- "api-url": {
2001
- "description": "direct API URL (bypasses bucket discovery)",
2002
- "exclusive": [
2003
- "bucket",
2004
- "application",
2005
- "version"
2006
- ],
2007
- "name": "api-url",
2133
+ "manifest": {
2134
+ "char": "M",
2135
+ "description": "project manifest",
2136
+ "name": "manifest",
2008
2137
  "required": false,
2138
+ "default": "raindrop.manifest",
2009
2139
  "hasDynamicHelp": false,
2010
2140
  "multiple": false,
2011
2141
  "type": "option"
2012
2142
  },
2013
- "application": {
2014
- "char": "a",
2015
- "description": "application name",
2016
- "exclusive": [
2017
- "api-url"
2018
- ],
2019
- "name": "application",
2020
- "required": false,
2143
+ "output": {
2144
+ "char": "o",
2145
+ "description": "output format",
2146
+ "name": "output",
2147
+ "default": "table",
2021
2148
  "hasDynamicHelp": false,
2022
2149
  "multiple": false,
2150
+ "options": [
2151
+ "text",
2152
+ "table",
2153
+ "json"
2154
+ ],
2023
2155
  "type": "option"
2024
2156
  },
2025
2157
  "version": {
2026
2158
  "char": "v",
2027
- "description": "application version",
2159
+ "description": "application version to delete",
2028
2160
  "exclusive": [
2029
- "api-url"
2161
+ "all"
2030
2162
  ],
2031
2163
  "name": "version",
2032
2164
  "required": false,
@@ -2034,18 +2166,16 @@
2034
2166
  "multiple": false,
2035
2167
  "type": "option"
2036
2168
  },
2037
- "output": {
2038
- "char": "o",
2039
- "description": "output format",
2040
- "name": "output",
2041
- "default": "text",
2042
- "hasDynamicHelp": false,
2043
- "multiple": false,
2044
- "options": [
2045
- "text",
2046
- "json"
2169
+ "all": {
2170
+ "char": "a",
2171
+ "description": "delete all application versions",
2172
+ "exclusive": [
2173
+ "version"
2047
2174
  ],
2048
- "type": "option"
2175
+ "name": "all",
2176
+ "required": false,
2177
+ "allowNo": false,
2178
+ "type": "boolean"
2049
2179
  },
2050
2180
  "impersonate": {
2051
2181
  "char": "i",
@@ -2056,22 +2186,11 @@
2056
2186
  "hasDynamicHelp": false,
2057
2187
  "multiple": false,
2058
2188
  "type": "option"
2059
- },
2060
- "manifest": {
2061
- "char": "M",
2062
- "description": "project manifest",
2063
- "hidden": true,
2064
- "name": "manifest",
2065
- "required": false,
2066
- "default": "raindrop.manifest",
2067
- "hasDynamicHelp": false,
2068
- "multiple": false,
2069
- "type": "option"
2070
2189
  }
2071
2190
  },
2072
2191
  "hasDynamicHelp": false,
2073
2192
  "hiddenAliases": [],
2074
- "id": "bucket:delete-credential",
2193
+ "id": "build:delete",
2075
2194
  "pluginAlias": "@liquidmetal-ai/raindrop",
2076
2195
  "pluginName": "@liquidmetal-ai/raindrop",
2077
2196
  "pluginType": "core",
@@ -2142,17 +2261,16 @@
2142
2261
  "relativePath": [
2143
2262
  "dist",
2144
2263
  "commands",
2145
- "bucket",
2146
- "delete-credential.js"
2264
+ "build",
2265
+ "delete.js"
2147
2266
  ]
2148
2267
  },
2149
- "bucket:get-credential": {
2268
+ "build:deploy": {
2150
2269
  "aliases": [],
2151
2270
  "args": {},
2152
- "description": "Get details of a specific S3 credential",
2271
+ "description": "deploy a Raindrop application",
2153
2272
  "examples": [
2154
- "<%= config.bin %> bucket get-credential --bucket my-bucket --access-key AKIAIOSFODNN7EXAMPLE\nGet details of a specific credential\n",
2155
- "<%= config.bin %> bucket get-credential --api-url https://bucket.example.com --access-key AKIAIOSFODNN7EXAMPLE\nGet credential details using a direct API URL\n"
2273
+ "<%= config.bin %> <%= command.id %> .\nDeploy a Raindrop application version.\n"
2156
2274
  ],
2157
2275
  "flags": {
2158
2276
  "config": {
@@ -2220,101 +2338,100 @@
2220
2338
  "multiple": false,
2221
2339
  "type": "option"
2222
2340
  },
2223
- "bucket": {
2224
- "char": "b",
2225
- "description": "bucket name",
2226
- "exclusive": [
2227
- "api-url"
2228
- ],
2229
- "name": "bucket",
2341
+ "root": {
2342
+ "char": "r",
2343
+ "description": "root directory",
2344
+ "name": "root",
2230
2345
  "required": false,
2346
+ "default": "/Users/dstaley/Work/liquidmetal/packages/raindrop",
2231
2347
  "hasDynamicHelp": false,
2232
2348
  "multiple": false,
2233
2349
  "type": "option"
2234
2350
  },
2235
- "access-key": {
2236
- "description": "access key of the credential to retrieve",
2237
- "name": "access-key",
2238
- "required": true,
2351
+ "manifest": {
2352
+ "char": "M",
2353
+ "description": "project manifest",
2354
+ "name": "manifest",
2355
+ "required": false,
2356
+ "default": "raindrop.manifest",
2239
2357
  "hasDynamicHelp": false,
2240
2358
  "multiple": false,
2241
2359
  "type": "option"
2242
2360
  },
2243
- "api-url": {
2244
- "description": "direct API URL (bypasses bucket discovery)",
2245
- "exclusive": [
2246
- "bucket",
2247
- "application",
2248
- "version"
2249
- ],
2250
- "name": "api-url",
2361
+ "output": {
2362
+ "char": "o",
2363
+ "description": "output directory",
2364
+ "name": "output",
2251
2365
  "required": false,
2366
+ "default": "dist",
2252
2367
  "hasDynamicHelp": false,
2253
2368
  "multiple": false,
2254
2369
  "type": "option"
2255
2370
  },
2256
- "application": {
2257
- "char": "a",
2258
- "description": "application name",
2259
- "exclusive": [
2260
- "api-url"
2371
+ "versionId": {
2372
+ "aliases": [
2373
+ "version"
2261
2374
  ],
2262
- "name": "application",
2375
+ "char": "v",
2376
+ "description": "version ID",
2377
+ "name": "versionId",
2263
2378
  "required": false,
2264
2379
  "hasDynamicHelp": false,
2265
2380
  "multiple": false,
2266
2381
  "type": "option"
2267
2382
  },
2268
- "version": {
2269
- "char": "v",
2270
- "description": "application version",
2271
- "exclusive": [
2272
- "api-url"
2273
- ],
2274
- "name": "version",
2383
+ "impersonate": {
2384
+ "char": "i",
2385
+ "description": "impersonate organization",
2386
+ "hidden": true,
2387
+ "name": "impersonate",
2275
2388
  "required": false,
2276
2389
  "hasDynamicHelp": false,
2277
2390
  "multiple": false,
2278
2391
  "type": "option"
2279
2392
  },
2280
- "output": {
2281
- "char": "o",
2282
- "description": "output format",
2283
- "name": "output",
2284
- "default": "text",
2285
- "hasDynamicHelp": false,
2286
- "multiple": false,
2287
- "options": [
2288
- "text",
2289
- "json"
2290
- ],
2291
- "type": "option"
2393
+ "start": {
2394
+ "char": "s",
2395
+ "description": "start the application after deploying",
2396
+ "name": "start",
2397
+ "required": false,
2398
+ "allowNo": false,
2399
+ "type": "boolean"
2292
2400
  },
2293
- "impersonate": {
2294
- "char": "i",
2295
- "description": "impersonate organization",
2296
- "hidden": true,
2297
- "name": "impersonate",
2401
+ "no-watch": {
2402
+ "description": "skip watching deployment status after deploy",
2403
+ "name": "no-watch",
2298
2404
  "required": false,
2299
- "hasDynamicHelp": false,
2300
- "multiple": false,
2301
- "type": "option"
2405
+ "allowNo": false,
2406
+ "type": "boolean"
2302
2407
  },
2303
- "manifest": {
2304
- "char": "M",
2305
- "description": "project manifest",
2306
- "hidden": true,
2307
- "name": "manifest",
2408
+ "resume": {
2409
+ "description": "resume a deployment",
2410
+ "name": "resume",
2411
+ "required": false,
2412
+ "allowNo": false,
2413
+ "type": "boolean"
2414
+ },
2415
+ "lock": {
2416
+ "description": "override lock ID to resume deployment",
2417
+ "name": "lock",
2308
2418
  "required": false,
2309
- "default": "raindrop.manifest",
2310
2419
  "hasDynamicHelp": false,
2311
2420
  "multiple": false,
2312
2421
  "type": "option"
2422
+ },
2423
+ "amend": {
2424
+ "char": "a",
2425
+ "description": "amend an existing application",
2426
+ "name": "amend",
2427
+ "required": false,
2428
+ "allowNo": false,
2429
+ "type": "boolean"
2313
2430
  }
2314
2431
  },
2315
2432
  "hasDynamicHelp": false,
2316
2433
  "hiddenAliases": [],
2317
- "id": "bucket:get-credential",
2434
+ "id": "build:deploy",
2318
2435
  "pluginAlias": "@liquidmetal-ai/raindrop",
2319
2436
  "pluginName": "@liquidmetal-ai/raindrop",
2320
2437
  "pluginType": "core",
@@ -2385,17 +2502,16 @@
2385
2502
  "relativePath": [
2386
2503
  "dist",
2387
2504
  "commands",
2388
- "bucket",
2389
- "get-credential.js"
2505
+ "build",
2506
+ "deploy.js"
2390
2507
  ]
2391
2508
  },
2392
- "bucket:list-credentials": {
2509
+ "build:find": {
2393
2510
  "aliases": [],
2394
2511
  "args": {},
2395
- "description": "List S3 credentials for a bucket",
2512
+ "description": "find resources in Raindrop",
2396
2513
  "examples": [
2397
- "<%= config.bin %> bucket list-credentials --bucket my-bucket\nList all credentials for my-bucket\n",
2398
- "<%= config.bin %> bucket list-credentials --api-url https://bucket.example.com\nList all credentials using a direct API URL\n"
2514
+ "<%= config.bin %> <%= command.id %>\nFind all modules with full details (default).\n\n<%= config.bin %> <%= command.id %> -o compact\nFind all modules in compact view.\n\n<%= config.bin %> <%= command.id %> --moduleType service\nFind only service modules with their routes.\n\n<%= config.bin %> <%= command.id %> --moduleType actor\nFind only actor modules with their routes.\n\n<%= config.bin %> <%= command.id %> --moduleType smartbucket\nFind only smartbucket modules.\n\n<%= config.bin %> <%= command.id %> -a myapp -v 1.0.0\nFind modules for a specific application and version.\n"
2399
2515
  ],
2400
2516
  "flags": {
2401
2517
  "config": {
@@ -2463,37 +2579,29 @@
2463
2579
  "multiple": false,
2464
2580
  "type": "option"
2465
2581
  },
2466
- "bucket": {
2467
- "char": "b",
2468
- "description": "bucket name",
2469
- "exclusive": [
2470
- "api-url"
2471
- ],
2472
- "name": "bucket",
2582
+ "root": {
2583
+ "char": "r",
2584
+ "description": "root directory",
2585
+ "name": "root",
2473
2586
  "required": false,
2587
+ "default": "/Users/dstaley/Work/liquidmetal/packages/raindrop",
2474
2588
  "hasDynamicHelp": false,
2475
2589
  "multiple": false,
2476
2590
  "type": "option"
2477
2591
  },
2478
- "api-url": {
2479
- "description": "direct API URL (bypasses bucket discovery)",
2480
- "exclusive": [
2481
- "bucket",
2482
- "application",
2483
- "version"
2484
- ],
2485
- "name": "api-url",
2592
+ "manifest": {
2593
+ "char": "M",
2594
+ "description": "project manifest",
2595
+ "name": "manifest",
2486
2596
  "required": false,
2597
+ "default": "raindrop.manifest",
2487
2598
  "hasDynamicHelp": false,
2488
2599
  "multiple": false,
2489
2600
  "type": "option"
2490
2601
  },
2491
2602
  "application": {
2492
2603
  "char": "a",
2493
- "description": "application name",
2494
- "exclusive": [
2495
- "api-url"
2496
- ],
2604
+ "description": "application",
2497
2605
  "name": "application",
2498
2606
  "required": false,
2499
2607
  "hasDynamicHelp": false,
@@ -2503,28 +2611,44 @@
2503
2611
  "version": {
2504
2612
  "char": "v",
2505
2613
  "description": "application version",
2506
- "exclusive": [
2507
- "api-url"
2508
- ],
2509
2614
  "name": "version",
2510
2615
  "required": false,
2511
2616
  "hasDynamicHelp": false,
2512
2617
  "multiple": false,
2513
2618
  "type": "option"
2514
2619
  },
2620
+ "moduleType": {
2621
+ "description": "filter by module type (e.g. smartbucket)",
2622
+ "name": "moduleType",
2623
+ "required": false,
2624
+ "hasDynamicHelp": false,
2625
+ "multiple": false,
2626
+ "type": "option"
2627
+ },
2515
2628
  "output": {
2516
2629
  "char": "o",
2517
2630
  "description": "output format",
2518
2631
  "name": "output",
2519
- "default": "text",
2632
+ "default": "full",
2520
2633
  "hasDynamicHelp": false,
2521
2634
  "multiple": false,
2522
2635
  "options": [
2523
2636
  "text",
2524
- "json"
2637
+ "full",
2638
+ "json",
2639
+ "compact"
2525
2640
  ],
2526
2641
  "type": "option"
2527
2642
  },
2643
+ "sudo": {
2644
+ "char": "s",
2645
+ "description": "superuser mode",
2646
+ "hidden": true,
2647
+ "name": "sudo",
2648
+ "required": false,
2649
+ "allowNo": false,
2650
+ "type": "boolean"
2651
+ },
2528
2652
  "impersonate": {
2529
2653
  "char": "i",
2530
2654
  "description": "impersonate organization",
@@ -2535,21 +2659,16 @@
2535
2659
  "multiple": false,
2536
2660
  "type": "option"
2537
2661
  },
2538
- "manifest": {
2539
- "char": "M",
2540
- "description": "project manifest",
2541
- "hidden": true,
2542
- "name": "manifest",
2543
- "required": false,
2544
- "default": "raindrop.manifest",
2545
- "hasDynamicHelp": false,
2546
- "multiple": false,
2547
- "type": "option"
2662
+ "all": {
2663
+ "description": "query modules for all applications",
2664
+ "name": "all",
2665
+ "allowNo": false,
2666
+ "type": "boolean"
2548
2667
  }
2549
2668
  },
2550
2669
  "hasDynamicHelp": false,
2551
2670
  "hiddenAliases": [],
2552
- "id": "bucket:list-credentials",
2671
+ "id": "build:find",
2553
2672
  "pluginAlias": "@liquidmetal-ai/raindrop",
2554
2673
  "pluginName": "@liquidmetal-ai/raindrop",
2555
2674
  "pluginType": "core",
@@ -2620,33 +2739,62 @@
2620
2739
  "relativePath": [
2621
2740
  "dist",
2622
2741
  "commands",
2623
- "bucket",
2624
- "list-credentials.js"
2742
+ "build",
2743
+ "find.js"
2625
2744
  ]
2626
2745
  },
2627
- "auth:list": {
2746
+ "build:generate": {
2628
2747
  "aliases": [],
2629
2748
  "args": {},
2630
- "description": "List authentications",
2749
+ "description": "(re)generate all code for a LiquidMetal.AI project",
2750
+ "examples": [
2751
+ "<%= config.bin %> <%= command.id %>"
2752
+ ],
2631
2753
  "flags": {
2754
+ "root": {
2755
+ "char": "r",
2756
+ "description": "root directory",
2757
+ "name": "root",
2758
+ "required": false,
2759
+ "default": "/Users/dstaley/Work/liquidmetal/packages/raindrop",
2760
+ "hasDynamicHelp": false,
2761
+ "multiple": false,
2762
+ "type": "option"
2763
+ },
2764
+ "manifest": {
2765
+ "char": "M",
2766
+ "description": "project manifest",
2767
+ "name": "manifest",
2768
+ "required": false,
2769
+ "default": "raindrop.manifest",
2770
+ "hasDynamicHelp": false,
2771
+ "multiple": false,
2772
+ "type": "option"
2773
+ },
2774
+ "config": {
2775
+ "char": "c",
2776
+ "description": "config file",
2777
+ "hidden": true,
2778
+ "name": "config",
2779
+ "required": false,
2780
+ "default": ".raindrop/config.json",
2781
+ "hasDynamicHelp": false,
2782
+ "multiple": false,
2783
+ "type": "option"
2784
+ },
2632
2785
  "output": {
2633
2786
  "char": "o",
2634
- "description": "output format",
2787
+ "description": "output directory",
2635
2788
  "name": "output",
2636
- "default": "table",
2789
+ "default": "dist",
2637
2790
  "hasDynamicHelp": false,
2638
2791
  "multiple": false,
2639
- "options": [
2640
- "text",
2641
- "table",
2642
- "json"
2643
- ],
2644
2792
  "type": "option"
2645
2793
  }
2646
2794
  },
2647
2795
  "hasDynamicHelp": false,
2648
2796
  "hiddenAliases": [],
2649
- "id": "auth:list",
2797
+ "id": "build:generate",
2650
2798
  "pluginAlias": "@liquidmetal-ai/raindrop",
2651
2799
  "pluginName": "@liquidmetal-ai/raindrop",
2652
2800
  "pluginType": "core",
@@ -2679,447 +2827,73 @@
2679
2827
  "multiple": false,
2680
2828
  "type": "option"
2681
2829
  },
2682
- "rainbowAuthToken": {
2683
- "env": "RAINBOW_AUTH_TOKEN",
2684
- "description": "Override the Rainbow auth token derived from the CLI config",
2685
- "hidden": true,
2686
- "input": [],
2687
- "multiple": false,
2688
- "type": "option"
2689
- },
2690
- "rainbowOrganizationId": {
2691
- "env": "RAINBOW_ORGANIZATION_ID",
2692
- "description": "Override the Rainbow organization ID derived from the CLI config",
2693
- "hidden": true,
2694
- "input": [],
2695
- "multiple": false,
2696
- "type": "option"
2697
- },
2698
- "rainbowUserId": {
2699
- "env": "RAINBOW_USER_ID",
2700
- "description": "Override the Rainbow user ID derived from the CLI config",
2701
- "hidden": true,
2702
- "input": [],
2703
- "multiple": false,
2704
- "type": "option"
2705
- },
2706
- "sendVersionMetadata": {
2707
- "description": "Send version metadata to the server",
2708
- "default": "true",
2709
- "hidden": true,
2710
- "input": [],
2711
- "multiple": false,
2712
- "type": "option"
2713
- }
2714
- },
2715
- "baseArgs": {},
2716
- "isESM": true,
2717
- "relativePath": [
2718
- "dist",
2719
- "commands",
2720
- "auth",
2721
- "list.js"
2722
- ]
2723
- },
2724
- "auth:login": {
2725
- "aliases": [],
2726
- "args": {},
2727
- "description": "Logs a user into the LiquidMetal platform. Supports browser-based authentication.",
2728
- "flags": {
2729
- "rainbowAuthService": {
2730
- "env": "LIQUIDMETAL_RAINBOW_AUTH_SERVICE",
2731
- "hidden": true,
2732
- "name": "rainbowAuthService",
2733
- "default": "https://liquidmetal.run/api/connect",
2734
- "hasDynamicHelp": false,
2735
- "multiple": false,
2736
- "type": "option"
2737
- }
2738
- },
2739
- "hasDynamicHelp": false,
2740
- "hiddenAliases": [],
2741
- "id": "auth:login",
2742
- "pluginAlias": "@liquidmetal-ai/raindrop",
2743
- "pluginName": "@liquidmetal-ai/raindrop",
2744
- "pluginType": "core",
2745
- "strict": true,
2746
- "enableJsonFlag": false,
2747
- "HIDDEN_FLAGS": {
2748
- "config": {
2749
- "char": "c",
2750
- "description": "config file",
2751
- "required": false,
2752
- "hidden": true,
2753
- "default": ".raindrop/config.json",
2754
- "input": [],
2755
- "multiple": false,
2756
- "type": "option"
2757
- },
2758
- "rainbowAuthService": {
2759
- "default": "https://raindrop.liquidmetal.run/",
2760
- "hidden": true,
2761
- "env": "LIQUIDMETAL_RAINBOW_AUTH_SERVICE",
2762
- "input": [],
2763
- "multiple": false,
2764
- "type": "option"
2765
- },
2766
- "raindropCatalogService": {
2767
- "env": "RAINDROP_CATALOG_SERVICE",
2768
- "description": "URL of the catalog service",
2769
- "hidden": true,
2770
- "input": [],
2771
- "multiple": false,
2772
- "type": "option"
2773
- },
2774
- "rainbowAuthToken": {
2775
- "env": "RAINBOW_AUTH_TOKEN",
2776
- "description": "Override the Rainbow auth token derived from the CLI config",
2777
- "hidden": true,
2778
- "input": [],
2779
- "multiple": false,
2780
- "type": "option"
2781
- },
2782
- "rainbowOrganizationId": {
2783
- "env": "RAINBOW_ORGANIZATION_ID",
2784
- "description": "Override the Rainbow organization ID derived from the CLI config",
2785
- "hidden": true,
2786
- "input": [],
2787
- "multiple": false,
2788
- "type": "option"
2789
- },
2790
- "rainbowUserId": {
2791
- "env": "RAINBOW_USER_ID",
2792
- "description": "Override the Rainbow user ID derived from the CLI config",
2793
- "hidden": true,
2794
- "input": [],
2795
- "multiple": false,
2796
- "type": "option"
2797
- },
2798
- "sendVersionMetadata": {
2799
- "description": "Send version metadata to the server",
2800
- "default": "true",
2801
- "hidden": true,
2802
- "input": [],
2803
- "multiple": false,
2804
- "type": "option"
2805
- }
2806
- },
2807
- "baseArgs": {},
2808
- "isESM": true,
2809
- "relativePath": [
2810
- "dist",
2811
- "commands",
2812
- "auth",
2813
- "login.js"
2814
- ]
2815
- },
2816
- "auth:logout": {
2817
- "aliases": [],
2818
- "args": {},
2819
- "description": "Logout authentications",
2820
- "flags": {},
2821
- "hasDynamicHelp": false,
2822
- "hiddenAliases": [],
2823
- "id": "auth:logout",
2824
- "pluginAlias": "@liquidmetal-ai/raindrop",
2825
- "pluginName": "@liquidmetal-ai/raindrop",
2826
- "pluginType": "core",
2827
- "strict": true,
2828
- "enableJsonFlag": false,
2829
- "HIDDEN_FLAGS": {
2830
- "config": {
2831
- "char": "c",
2832
- "description": "config file",
2833
- "required": false,
2834
- "hidden": true,
2835
- "default": ".raindrop/config.json",
2836
- "input": [],
2837
- "multiple": false,
2838
- "type": "option"
2839
- },
2840
- "rainbowAuthService": {
2841
- "default": "https://raindrop.liquidmetal.run/",
2842
- "hidden": true,
2843
- "env": "LIQUIDMETAL_RAINBOW_AUTH_SERVICE",
2844
- "input": [],
2845
- "multiple": false,
2846
- "type": "option"
2847
- },
2848
- "raindropCatalogService": {
2849
- "env": "RAINDROP_CATALOG_SERVICE",
2850
- "description": "URL of the catalog service",
2851
- "hidden": true,
2852
- "input": [],
2853
- "multiple": false,
2854
- "type": "option"
2855
- },
2856
- "rainbowAuthToken": {
2857
- "env": "RAINBOW_AUTH_TOKEN",
2858
- "description": "Override the Rainbow auth token derived from the CLI config",
2859
- "hidden": true,
2860
- "input": [],
2861
- "multiple": false,
2862
- "type": "option"
2863
- },
2864
- "rainbowOrganizationId": {
2865
- "env": "RAINBOW_ORGANIZATION_ID",
2866
- "description": "Override the Rainbow organization ID derived from the CLI config",
2867
- "hidden": true,
2868
- "input": [],
2869
- "multiple": false,
2870
- "type": "option"
2871
- },
2872
- "rainbowUserId": {
2873
- "env": "RAINBOW_USER_ID",
2874
- "description": "Override the Rainbow user ID derived from the CLI config",
2875
- "hidden": true,
2876
- "input": [],
2877
- "multiple": false,
2878
- "type": "option"
2879
- },
2880
- "sendVersionMetadata": {
2881
- "description": "Send version metadata to the server",
2882
- "default": "true",
2883
- "hidden": true,
2884
- "input": [],
2885
- "multiple": false,
2886
- "type": "option"
2887
- }
2888
- },
2889
- "baseArgs": {},
2890
- "isESM": true,
2891
- "relativePath": [
2892
- "dist",
2893
- "commands",
2894
- "auth",
2895
- "logout.js"
2896
- ]
2897
- },
2898
- "auth:select": {
2899
- "aliases": [],
2900
- "args": {},
2901
- "description": "Select active organization",
2902
- "flags": {
2903
- "organizationId": {
2904
- "description": "organizationId to select as active",
2905
- "name": "organizationId",
2906
- "hasDynamicHelp": false,
2907
- "multiple": false,
2908
- "type": "option"
2909
- }
2910
- },
2911
- "hasDynamicHelp": false,
2912
- "hiddenAliases": [],
2913
- "id": "auth:select",
2914
- "pluginAlias": "@liquidmetal-ai/raindrop",
2915
- "pluginName": "@liquidmetal-ai/raindrop",
2916
- "pluginType": "core",
2917
- "strict": true,
2918
- "enableJsonFlag": false,
2919
- "HIDDEN_FLAGS": {
2920
- "config": {
2921
- "char": "c",
2922
- "description": "config file",
2923
- "required": false,
2924
- "hidden": true,
2925
- "default": ".raindrop/config.json",
2926
- "input": [],
2927
- "multiple": false,
2928
- "type": "option"
2929
- },
2930
- "rainbowAuthService": {
2931
- "default": "https://raindrop.liquidmetal.run/",
2932
- "hidden": true,
2933
- "env": "LIQUIDMETAL_RAINBOW_AUTH_SERVICE",
2934
- "input": [],
2935
- "multiple": false,
2936
- "type": "option"
2937
- },
2938
- "raindropCatalogService": {
2939
- "env": "RAINDROP_CATALOG_SERVICE",
2940
- "description": "URL of the catalog service",
2941
- "hidden": true,
2942
- "input": [],
2943
- "multiple": false,
2944
- "type": "option"
2945
- },
2946
- "rainbowAuthToken": {
2947
- "env": "RAINBOW_AUTH_TOKEN",
2948
- "description": "Override the Rainbow auth token derived from the CLI config",
2949
- "hidden": true,
2950
- "input": [],
2951
- "multiple": false,
2952
- "type": "option"
2953
- },
2954
- "rainbowOrganizationId": {
2955
- "env": "RAINBOW_ORGANIZATION_ID",
2956
- "description": "Override the Rainbow organization ID derived from the CLI config",
2957
- "hidden": true,
2958
- "input": [],
2959
- "multiple": false,
2960
- "type": "option"
2961
- },
2962
- "rainbowUserId": {
2963
- "env": "RAINBOW_USER_ID",
2964
- "description": "Override the Rainbow user ID derived from the CLI config",
2965
- "hidden": true,
2966
- "input": [],
2967
- "multiple": false,
2968
- "type": "option"
2969
- },
2970
- "sendVersionMetadata": {
2971
- "description": "Send version metadata to the server",
2972
- "default": "true",
2973
- "hidden": true,
2974
- "input": [],
2975
- "multiple": false,
2976
- "type": "option"
2977
- }
2978
- },
2979
- "baseArgs": {},
2980
- "isESM": true,
2981
- "relativePath": [
2982
- "dist",
2983
- "commands",
2984
- "auth",
2985
- "select.js"
2986
- ]
2987
- },
2988
- "query:chunk-search": {
2989
- "aliases": [],
2990
- "args": {
2991
- "query": {
2992
- "description": "search query to run",
2993
- "name": "query",
2994
- "required": true
2995
- }
2996
- },
2997
- "description": "Run a RAG (Retrieval Augmented Generation) search query against a Smart Bucket",
2998
- "examples": [
2999
- "<%= config.bin %> query chunk-search \"What is LiquidMetal?\"\nRun a RAG search query against a Smart Bucket.\n"
3000
- ],
3001
- "flags": {
3002
- "config": {
3003
- "char": "c",
3004
- "description": "config file",
3005
- "hidden": true,
3006
- "name": "config",
3007
- "required": false,
3008
- "default": ".raindrop/config.json",
3009
- "hasDynamicHelp": false,
3010
- "multiple": false,
3011
- "type": "option"
3012
- },
3013
- "rainbowAuthService": {
3014
- "env": "LIQUIDMETAL_RAINBOW_AUTH_SERVICE",
3015
- "hidden": true,
3016
- "name": "rainbowAuthService",
3017
- "default": "https://raindrop.liquidmetal.run/",
3018
- "hasDynamicHelp": false,
3019
- "multiple": false,
3020
- "type": "option"
3021
- },
3022
- "raindropCatalogService": {
3023
- "description": "URL of the catalog service",
3024
- "env": "RAINDROP_CATALOG_SERVICE",
3025
- "hidden": true,
3026
- "name": "raindropCatalogService",
3027
- "hasDynamicHelp": false,
3028
- "multiple": false,
3029
- "type": "option"
3030
- },
3031
- "rainbowAuthToken": {
3032
- "description": "Override the Rainbow auth token derived from the CLI config",
3033
- "env": "RAINBOW_AUTH_TOKEN",
3034
- "hidden": true,
3035
- "name": "rainbowAuthToken",
3036
- "hasDynamicHelp": false,
3037
- "multiple": false,
3038
- "type": "option"
3039
- },
3040
- "rainbowOrganizationId": {
3041
- "description": "Override the Rainbow organization ID derived from the CLI config",
3042
- "env": "RAINBOW_ORGANIZATION_ID",
3043
- "hidden": true,
3044
- "name": "rainbowOrganizationId",
3045
- "hasDynamicHelp": false,
3046
- "multiple": false,
3047
- "type": "option"
3048
- },
3049
- "rainbowUserId": {
3050
- "description": "Override the Rainbow user ID derived from the CLI config",
3051
- "env": "RAINBOW_USER_ID",
3052
- "hidden": true,
3053
- "name": "rainbowUserId",
3054
- "hasDynamicHelp": false,
3055
- "multiple": false,
3056
- "type": "option"
3057
- },
3058
- "sendVersionMetadata": {
3059
- "description": "Send version metadata to the server",
3060
- "hidden": true,
3061
- "name": "sendVersionMetadata",
3062
- "default": "true",
3063
- "hasDynamicHelp": false,
3064
- "multiple": false,
3065
- "type": "option"
3066
- },
3067
- "buckets": {
3068
- "char": "b",
3069
- "description": "Bucket names to search in, version can be specified with #, e.g. my-bucket#versionId",
3070
- "name": "buckets",
3071
- "required": false,
3072
- "hasDynamicHelp": false,
3073
- "multiple": true,
3074
- "type": "option"
3075
- },
3076
- "moduleIds": {
3077
- "char": "m",
3078
- "description": "Module IDs to search in",
3079
- "name": "moduleIds",
3080
- "required": false,
3081
- "hasDynamicHelp": false,
3082
- "multiple": true,
2830
+ "rainbowAuthToken": {
2831
+ "env": "RAINBOW_AUTH_TOKEN",
2832
+ "description": "Override the Rainbow auth token derived from the CLI config",
2833
+ "hidden": true,
2834
+ "input": [],
2835
+ "multiple": false,
3083
2836
  "type": "option"
3084
2837
  },
3085
- "output": {
3086
- "char": "o",
3087
- "description": "output format",
3088
- "name": "output",
3089
- "default": "text",
3090
- "hasDynamicHelp": false,
2838
+ "rainbowOrganizationId": {
2839
+ "env": "RAINBOW_ORGANIZATION_ID",
2840
+ "description": "Override the Rainbow organization ID derived from the CLI config",
2841
+ "hidden": true,
2842
+ "input": [],
3091
2843
  "multiple": false,
3092
- "options": [
3093
- "text",
3094
- "json"
3095
- ],
3096
2844
  "type": "option"
3097
2845
  },
3098
- "impersonate": {
3099
- "char": "i",
3100
- "description": "impersonate organization",
2846
+ "rainbowUserId": {
2847
+ "env": "RAINBOW_USER_ID",
2848
+ "description": "Override the Rainbow user ID derived from the CLI config",
3101
2849
  "hidden": true,
3102
- "name": "impersonate",
3103
- "required": false,
3104
- "hasDynamicHelp": false,
2850
+ "input": [],
3105
2851
  "multiple": false,
3106
2852
  "type": "option"
3107
2853
  },
3108
- "manifest": {
3109
- "char": "M",
3110
- "description": "project manifest",
2854
+ "sendVersionMetadata": {
2855
+ "description": "Send version metadata to the server",
2856
+ "default": "true",
3111
2857
  "hidden": true,
3112
- "name": "manifest",
3113
- "required": false,
3114
- "default": "raindrop.manifest",
3115
- "hasDynamicHelp": false,
2858
+ "input": [],
3116
2859
  "multiple": false,
3117
2860
  "type": "option"
3118
2861
  }
3119
2862
  },
2863
+ "baseArgs": {},
2864
+ "isESM": true,
2865
+ "relativePath": [
2866
+ "dist",
2867
+ "commands",
2868
+ "build",
2869
+ "generate.js"
2870
+ ]
2871
+ },
2872
+ "build:init": {
2873
+ "aliases": [],
2874
+ "args": {
2875
+ "path": {
2876
+ "default": ".",
2877
+ "description": "Path to initialize the project in",
2878
+ "name": "path",
2879
+ "required": false
2880
+ }
2881
+ },
2882
+ "description": "start a new LiquidMetal.AI project",
2883
+ "examples": [
2884
+ "<%= config.bin %> <%= command.id %> .\nInitialize a project in the current directory.\n"
2885
+ ],
2886
+ "flags": {
2887
+ "overwrite": {
2888
+ "description": "Overwrite existing files",
2889
+ "name": "overwrite",
2890
+ "allowNo": false,
2891
+ "type": "boolean"
2892
+ }
2893
+ },
3120
2894
  "hasDynamicHelp": false,
3121
2895
  "hiddenAliases": [],
3122
- "id": "query:chunk-search",
2896
+ "id": "build:init",
3123
2897
  "pluginAlias": "@liquidmetal-ai/raindrop",
3124
2898
  "pluginName": "@liquidmetal-ai/raindrop",
3125
2899
  "pluginType": "core",
@@ -3190,23 +2964,16 @@
3190
2964
  "relativePath": [
3191
2965
  "dist",
3192
2966
  "commands",
3193
- "query",
3194
- "chunk-search.js"
2967
+ "build",
2968
+ "init.js"
3195
2969
  ]
3196
2970
  },
3197
- "query:document": {
2971
+ "build:list": {
3198
2972
  "aliases": [],
3199
- "args": {
3200
- "query": {
3201
- "description": "question or query about the document",
3202
- "name": "query",
3203
- "required": true
3204
- }
3205
- },
3206
- "description": "Chat with a document stored in a Smart Bucket",
2973
+ "args": {},
2974
+ "description": "list Raindrop catalog resources",
3207
2975
  "examples": [
3208
- "<%= config.bin %> query document \"What is the main topic of this document?\" -b my-bucket -o document.pdf\nChat with a document in a Smart Bucket using bucket name.\n",
3209
- "<%= config.bin %> query document \"What is the main topic of this document?\" -m module-id -o document.pdf\nChat with a document in a Smart Bucket using module ID.\n"
2976
+ "<%= config.bin %> <%= command.id %>\nList applications in compact view (default).\n\n<%= config.bin %> <%= command.id %> -o tree\nShow applications in tree view with version hierarchy.\n\n<%= config.bin %> <%= command.id %> -o log\nShow git-log style view with branch visualization.\n\n<%= config.bin %> <%= command.id %> --app demo-fts --limit 5\nShow only demo-fts application, limited to 5 versions.\n\n<%= config.bin %> <%= command.id %> --active\nShow only running/active versions.\n"
3210
2977
  ],
3211
2978
  "flags": {
3212
2979
  "config": {
@@ -3274,45 +3041,52 @@
3274
3041
  "multiple": false,
3275
3042
  "type": "option"
3276
3043
  },
3277
- "bucket": {
3278
- "char": "b",
3279
- "description": "Bucket name containing the document, version can be specified with #, e.g. my-bucket#versionId",
3280
- "name": "bucket",
3281
- "required": false,
3044
+ "all": {
3045
+ "char": "a",
3046
+ "description": "show deleted resources",
3047
+ "name": "all",
3048
+ "allowNo": false,
3049
+ "type": "boolean"
3050
+ },
3051
+ "output": {
3052
+ "char": "o",
3053
+ "description": "output format",
3054
+ "name": "output",
3055
+ "default": "compact",
3282
3056
  "hasDynamicHelp": false,
3283
3057
  "multiple": false,
3058
+ "options": [
3059
+ "text",
3060
+ "table",
3061
+ "json",
3062
+ "log",
3063
+ "compact",
3064
+ "tree"
3065
+ ],
3284
3066
  "type": "option"
3285
3067
  },
3286
- "moduleId": {
3287
- "char": "m",
3288
- "description": "Module ID containing the document",
3289
- "name": "moduleId",
3068
+ "app": {
3069
+ "description": "filter by application name",
3070
+ "name": "app",
3290
3071
  "required": false,
3291
3072
  "hasDynamicHelp": false,
3292
3073
  "multiple": false,
3293
3074
  "type": "option"
3294
3075
  },
3295
- "objectId": {
3296
- "char": "o",
3297
- "description": "Object ID of the document to chat with",
3298
- "name": "objectId",
3299
- "required": true,
3076
+ "limit": {
3077
+ "char": "n",
3078
+ "description": "limit number of versions shown per application",
3079
+ "name": "limit",
3080
+ "required": false,
3300
3081
  "hasDynamicHelp": false,
3301
3082
  "multiple": false,
3302
3083
  "type": "option"
3303
3084
  },
3304
- "output": {
3305
- "char": "O",
3306
- "description": "output format",
3307
- "name": "output",
3308
- "default": "text",
3309
- "hasDynamicHelp": false,
3310
- "multiple": false,
3311
- "options": [
3312
- "text",
3313
- "json"
3314
- ],
3315
- "type": "option"
3085
+ "active": {
3086
+ "description": "show only running/active versions",
3087
+ "name": "active",
3088
+ "allowNo": false,
3089
+ "type": "boolean"
3316
3090
  },
3317
3091
  "impersonate": {
3318
3092
  "char": "i",
@@ -3338,7 +3112,7 @@
3338
3112
  },
3339
3113
  "hasDynamicHelp": false,
3340
3114
  "hiddenAliases": [],
3341
- "id": "query:document",
3115
+ "id": "build:list",
3342
3116
  "pluginAlias": "@liquidmetal-ai/raindrop",
3343
3117
  "pluginName": "@liquidmetal-ai/raindrop",
3344
3118
  "pluginType": "core",
@@ -3409,85 +3183,106 @@
3409
3183
  "relativePath": [
3410
3184
  "dist",
3411
3185
  "commands",
3412
- "query",
3413
- "document.js"
3186
+ "build",
3187
+ "list.js"
3414
3188
  ]
3415
3189
  },
3416
- "query:events": {
3190
+ "build:sandbox": {
3417
3191
  "aliases": [],
3418
3192
  "args": {},
3419
- "description": "query and stream Raindrop application events",
3193
+ "description": "mark a version as sandboxed in the Raindrop catalog",
3420
3194
  "examples": [
3421
- "<%= config.bin %> <%= command.id %> .\n"
3195
+ "<%= config.bin %> <%= command.id %>\n"
3422
3196
  ],
3423
3197
  "flags": {
3424
- "output": {
3425
- "char": "o",
3426
- "description": "output format",
3427
- "name": "output",
3428
- "default": "table",
3198
+ "config": {
3199
+ "char": "c",
3200
+ "description": "config file",
3201
+ "hidden": true,
3202
+ "name": "config",
3203
+ "required": false,
3204
+ "default": ".raindrop/config.json",
3429
3205
  "hasDynamicHelp": false,
3430
3206
  "multiple": false,
3431
- "options": [
3432
- "text",
3433
- "table",
3434
- "json"
3435
- ],
3436
3207
  "type": "option"
3437
3208
  },
3438
- "impersonate": {
3439
- "char": "i",
3440
- "description": "impersonate organization",
3209
+ "rainbowAuthService": {
3210
+ "env": "LIQUIDMETAL_RAINBOW_AUTH_SERVICE",
3441
3211
  "hidden": true,
3442
- "name": "impersonate",
3443
- "required": false,
3212
+ "name": "rainbowAuthService",
3213
+ "default": "https://raindrop.liquidmetal.run/",
3444
3214
  "hasDynamicHelp": false,
3445
3215
  "multiple": false,
3446
3216
  "type": "option"
3447
3217
  },
3448
- "manifest": {
3449
- "char": "m",
3450
- "description": "project manifest",
3218
+ "raindropCatalogService": {
3219
+ "description": "URL of the catalog service",
3220
+ "env": "RAINDROP_CATALOG_SERVICE",
3451
3221
  "hidden": true,
3452
- "name": "manifest",
3453
- "required": false,
3454
- "default": "raindrop.manifest",
3222
+ "name": "raindropCatalogService",
3455
3223
  "hasDynamicHelp": false,
3456
3224
  "multiple": false,
3457
3225
  "type": "option"
3458
3226
  },
3459
- "application": {
3460
- "char": "a",
3461
- "description": "application",
3462
- "name": "application",
3463
- "required": false,
3227
+ "rainbowAuthToken": {
3228
+ "description": "Override the Rainbow auth token derived from the CLI config",
3229
+ "env": "RAINBOW_AUTH_TOKEN",
3230
+ "hidden": true,
3231
+ "name": "rainbowAuthToken",
3464
3232
  "hasDynamicHelp": false,
3465
3233
  "multiple": false,
3466
3234
  "type": "option"
3467
3235
  },
3468
- "version": {
3469
- "char": "v",
3470
- "description": "application version",
3471
- "name": "version",
3472
- "required": false,
3236
+ "rainbowOrganizationId": {
3237
+ "description": "Override the Rainbow organization ID derived from the CLI config",
3238
+ "env": "RAINBOW_ORGANIZATION_ID",
3239
+ "hidden": true,
3240
+ "name": "rainbowOrganizationId",
3473
3241
  "hasDynamicHelp": false,
3474
3242
  "multiple": false,
3475
3243
  "type": "option"
3476
3244
  },
3477
- "rainbowAuthService": {
3478
- "env": "LIQUIDMETAL_RAINBOW_AUTH_SERVICE",
3245
+ "rainbowUserId": {
3246
+ "description": "Override the Rainbow user ID derived from the CLI config",
3247
+ "env": "RAINBOW_USER_ID",
3479
3248
  "hidden": true,
3480
- "name": "rainbowAuthService",
3481
- "default": "https://liquidmetal.run/api/connect",
3249
+ "name": "rainbowUserId",
3250
+ "hasDynamicHelp": false,
3251
+ "multiple": false,
3252
+ "type": "option"
3253
+ },
3254
+ "sendVersionMetadata": {
3255
+ "description": "Send version metadata to the server",
3256
+ "hidden": true,
3257
+ "name": "sendVersionMetadata",
3258
+ "default": "true",
3259
+ "hasDynamicHelp": false,
3260
+ "multiple": false,
3261
+ "type": "option"
3262
+ },
3263
+ "impersonate": {
3264
+ "char": "i",
3265
+ "description": "impersonate organization",
3266
+ "hidden": true,
3267
+ "name": "impersonate",
3268
+ "required": false,
3269
+ "hasDynamicHelp": false,
3270
+ "multiple": false,
3271
+ "type": "option"
3272
+ },
3273
+ "manifest": {
3274
+ "description": "project manifest",
3275
+ "name": "manifest",
3276
+ "default": "raindrop.manifest",
3482
3277
  "hasDynamicHelp": false,
3483
3278
  "multiple": false,
3484
3279
  "type": "option"
3485
3280
  },
3486
- "raindropCatalogService": {
3487
- "description": "URL of the catalog service",
3488
- "env": "RAINDROP_CATALOG_SERVICE",
3489
- "hidden": true,
3490
- "name": "raindropCatalogService",
3281
+ "version": {
3282
+ "char": "v",
3283
+ "description": "application version to sandbox",
3284
+ "name": "version",
3285
+ "required": false,
3491
3286
  "hasDynamicHelp": false,
3492
3287
  "multiple": false,
3493
3288
  "type": "option"
@@ -3495,7 +3290,7 @@
3495
3290
  },
3496
3291
  "hasDynamicHelp": false,
3497
3292
  "hiddenAliases": [],
3498
- "id": "query:events",
3293
+ "id": "build:sandbox",
3499
3294
  "pluginAlias": "@liquidmetal-ai/raindrop",
3500
3295
  "pluginName": "@liquidmetal-ai/raindrop",
3501
3296
  "pluginType": "core",
@@ -3566,23 +3361,16 @@
3566
3361
  "relativePath": [
3567
3362
  "dist",
3568
3363
  "commands",
3569
- "query",
3570
- "events.js"
3364
+ "build",
3365
+ "sandbox.js"
3571
3366
  ]
3572
3367
  },
3573
- "query:search": {
3368
+ "build:start": {
3574
3369
  "aliases": [],
3575
- "args": {
3576
- "query": {
3577
- "description": "search query",
3578
- "name": "query",
3579
- "required": false
3580
- }
3581
- },
3582
- "description": "Run a search query against a smart bucket using natural language",
3370
+ "args": {},
3371
+ "description": "start a Raindrop application",
3583
3372
  "examples": [
3584
- "<%= config.bin %> query search \"What is LiquidMetal?\" --buckets my-bucket-1 my-bucket-2\nRun a new supervisor agent search query across multiple buckets.\n",
3585
- "<%= config.bin %> query search --requestId 01HNG4V2RJXS5T --page 2\nGet page 2 of previous search results.\n"
3373
+ "<%= config.bin %> <%= command.id %> .\nStart a Raindrop application.\n"
3586
3374
  ],
3587
3375
  "flags": {
3588
3376
  "config": {
@@ -3650,52 +3438,42 @@
3650
3438
  "multiple": false,
3651
3439
  "type": "option"
3652
3440
  },
3653
- "buckets": {
3654
- "char": "b",
3655
- "description": "Bucket names to search in, version can be specified with #, e.g. my-bucket#versionId",
3656
- "name": "buckets",
3657
- "required": false,
3658
- "hasDynamicHelp": false,
3659
- "multiple": true,
3660
- "type": "option"
3661
- },
3662
- "moduleIds": {
3663
- "char": "m",
3664
- "description": "Module IDs to search in",
3665
- "name": "moduleIds",
3441
+ "root": {
3442
+ "char": "r",
3443
+ "description": "root directory",
3444
+ "name": "root",
3666
3445
  "required": false,
3446
+ "default": "/Users/dstaley/Work/liquidmetal/packages/raindrop",
3667
3447
  "hasDynamicHelp": false,
3668
- "multiple": true,
3448
+ "multiple": false,
3669
3449
  "type": "option"
3670
3450
  },
3671
- "requestId": {
3672
- "description": "request ID for pagination",
3673
- "name": "requestId",
3451
+ "manifest": {
3452
+ "char": "M",
3453
+ "description": "project manifest",
3454
+ "name": "manifest",
3674
3455
  "required": false,
3456
+ "default": "raindrop.manifest",
3675
3457
  "hasDynamicHelp": false,
3676
3458
  "multiple": false,
3677
3459
  "type": "option"
3678
3460
  },
3679
- "page": {
3680
- "char": "p",
3681
- "description": "page number for paginated results",
3682
- "name": "page",
3683
- "default": 1,
3461
+ "application": {
3462
+ "char": "a",
3463
+ "description": "application to start",
3464
+ "name": "application",
3465
+ "required": false,
3684
3466
  "hasDynamicHelp": false,
3685
3467
  "multiple": false,
3686
3468
  "type": "option"
3687
3469
  },
3688
- "output": {
3689
- "char": "o",
3690
- "description": "output format",
3691
- "name": "output",
3692
- "default": "text",
3470
+ "version": {
3471
+ "char": "v",
3472
+ "description": "application version to start",
3473
+ "name": "version",
3474
+ "required": false,
3693
3475
  "hasDynamicHelp": false,
3694
3476
  "multiple": false,
3695
- "options": [
3696
- "text",
3697
- "json"
3698
- ],
3699
3477
  "type": "option"
3700
3478
  },
3701
3479
  "impersonate": {
@@ -3707,22 +3485,11 @@
3707
3485
  "hasDynamicHelp": false,
3708
3486
  "multiple": false,
3709
3487
  "type": "option"
3710
- },
3711
- "manifest": {
3712
- "char": "M",
3713
- "description": "project manifest",
3714
- "hidden": true,
3715
- "name": "manifest",
3716
- "required": false,
3717
- "default": "raindrop.manifest",
3718
- "hasDynamicHelp": false,
3719
- "multiple": false,
3720
- "type": "option"
3721
3488
  }
3722
3489
  },
3723
3490
  "hasDynamicHelp": false,
3724
3491
  "hiddenAliases": [],
3725
- "id": "query:search",
3492
+ "id": "build:start",
3726
3493
  "pluginAlias": "@liquidmetal-ai/raindrop",
3727
3494
  "pluginName": "@liquidmetal-ai/raindrop",
3728
3495
  "pluginType": "core",
@@ -3793,22 +3560,16 @@
3793
3560
  "relativePath": [
3794
3561
  "dist",
3795
3562
  "commands",
3796
- "query",
3797
- "search.js"
3563
+ "build",
3564
+ "start.js"
3798
3565
  ]
3799
3566
  },
3800
- "build:branch": {
3567
+ "build:status": {
3801
3568
  "aliases": [],
3802
- "args": {
3803
- "branch": {
3804
- "description": "branch name",
3805
- "name": "branch",
3806
- "required": true
3807
- }
3808
- },
3809
- "description": "branch a Raindrop application",
3569
+ "args": {},
3570
+ "description": "show the status of an application in Raindrop",
3810
3571
  "examples": [
3811
- "<%= config.bin %> <%= command.id %> .\nBranch a Raindrop application.\n"
3572
+ "<%= config.bin %> <%= command.id %> .\n"
3812
3573
  ],
3813
3574
  "flags": {
3814
3575
  "config": {
@@ -3881,7 +3642,7 @@
3881
3642
  "description": "root directory",
3882
3643
  "name": "root",
3883
3644
  "required": false,
3884
- "default": "/Users/ian/liquidmetal/packages/raindrop",
3645
+ "default": "/Users/dstaley/Work/liquidmetal/packages/raindrop",
3885
3646
  "hasDynamicHelp": false,
3886
3647
  "multiple": false,
3887
3648
  "type": "option"
@@ -3896,63 +3657,62 @@
3896
3657
  "multiple": false,
3897
3658
  "type": "option"
3898
3659
  },
3899
- "output": {
3900
- "char": "o",
3901
- "description": "output directory",
3902
- "name": "output",
3660
+ "application": {
3661
+ "char": "a",
3662
+ "description": "application",
3663
+ "name": "application",
3903
3664
  "required": false,
3904
- "default": "dist",
3905
3665
  "hasDynamicHelp": false,
3906
3666
  "multiple": false,
3907
3667
  "type": "option"
3908
3668
  },
3909
- "versionId": {
3910
- "aliases": [
3911
- "version"
3912
- ],
3913
- "char": "p",
3914
- "description": "branch from this version",
3915
- "name": "versionId",
3669
+ "version": {
3670
+ "char": "v",
3671
+ "description": "application version",
3672
+ "name": "version",
3916
3673
  "required": false,
3917
3674
  "hasDynamicHelp": false,
3918
3675
  "multiple": false,
3919
3676
  "type": "option"
3920
3677
  },
3921
- "impersonate": {
3922
- "char": "i",
3923
- "description": "impersonate organization",
3924
- "hidden": true,
3925
- "name": "impersonate",
3926
- "required": false,
3678
+ "output": {
3679
+ "char": "o",
3680
+ "description": "output format",
3681
+ "name": "output",
3682
+ "default": "compact",
3927
3683
  "hasDynamicHelp": false,
3928
3684
  "multiple": false,
3685
+ "options": [
3686
+ "watch",
3687
+ "table",
3688
+ "json",
3689
+ "compact"
3690
+ ],
3929
3691
  "type": "option"
3930
3692
  },
3931
- "start": {
3932
- "description": "start the application after deploying",
3933
- "name": "start",
3934
- "required": false,
3935
- "allowNo": false,
3936
- "type": "boolean"
3937
- },
3938
- "no-watch": {
3939
- "description": "skip watching deployment status after branch",
3940
- "name": "no-watch",
3693
+ "sudo": {
3694
+ "char": "s",
3695
+ "description": "superuser mode",
3696
+ "hidden": true,
3697
+ "name": "sudo",
3941
3698
  "required": false,
3942
3699
  "allowNo": false,
3943
3700
  "type": "boolean"
3944
3701
  },
3945
- "show": {
3946
- "description": "show the current branch",
3947
- "name": "show",
3702
+ "impersonate": {
3703
+ "char": "i",
3704
+ "description": "impersonate organization",
3705
+ "hidden": true,
3706
+ "name": "impersonate",
3948
3707
  "required": false,
3949
- "allowNo": false,
3950
- "type": "boolean"
3708
+ "hasDynamicHelp": false,
3709
+ "multiple": false,
3710
+ "type": "option"
3951
3711
  }
3952
3712
  },
3953
3713
  "hasDynamicHelp": false,
3954
3714
  "hiddenAliases": [],
3955
- "id": "build:branch",
3715
+ "id": "build:status",
3956
3716
  "pluginAlias": "@liquidmetal-ai/raindrop",
3957
3717
  "pluginName": "@liquidmetal-ai/raindrop",
3958
3718
  "pluginType": "core",
@@ -4024,21 +3784,15 @@
4024
3784
  "dist",
4025
3785
  "commands",
4026
3786
  "build",
4027
- "branch.js"
3787
+ "status.js"
4028
3788
  ]
4029
3789
  },
4030
- "build:checkout": {
3790
+ "build:stop": {
4031
3791
  "aliases": [],
4032
- "args": {
4033
- "version": {
4034
- "description": "version id",
4035
- "name": "version",
4036
- "required": false
4037
- }
4038
- },
4039
- "description": "switch the current context to a specific version",
3792
+ "args": {},
3793
+ "description": "stop a Raindrop application",
4040
3794
  "examples": [
4041
- "<%= config.bin %> <%= command.id %>\nCurrently on version: 01jac6p20m4gahn1kaa2mhm2js\n\n<%= config.bin %> <%= command.id %> 01jux6z20m4gbhn5kaa4mcm2jr\nSwitched to version: 01jux6z20m4gbhn5kaa4mcm2jr\n"
3795
+ "<%= config.bin %> <%= command.id %> .\nStop a Raindrop application.\n"
4042
3796
  ],
4043
3797
  "flags": {
4044
3798
  "config": {
@@ -4106,125 +3860,58 @@
4106
3860
  "multiple": false,
4107
3861
  "type": "option"
4108
3862
  },
4109
- "output": {
4110
- "char": "o",
4111
- "description": "output format",
4112
- "name": "output",
3863
+ "root": {
3864
+ "char": "r",
3865
+ "description": "root directory",
3866
+ "name": "root",
4113
3867
  "required": false,
4114
- "default": "text",
3868
+ "default": "/Users/dstaley/Work/liquidmetal/packages/raindrop",
4115
3869
  "hasDynamicHelp": false,
4116
3870
  "multiple": false,
4117
3871
  "type": "option"
4118
- }
4119
- },
4120
- "hasDynamicHelp": false,
4121
- "hiddenAliases": [],
4122
- "id": "build:checkout",
4123
- "pluginAlias": "@liquidmetal-ai/raindrop",
4124
- "pluginName": "@liquidmetal-ai/raindrop",
4125
- "pluginType": "core",
4126
- "strict": true,
4127
- "enableJsonFlag": false,
4128
- "HIDDEN_FLAGS": {
4129
- "config": {
4130
- "char": "c",
4131
- "description": "config file",
4132
- "required": false,
4133
- "hidden": true,
4134
- "default": ".raindrop/config.json",
4135
- "input": [],
4136
- "multiple": false,
4137
- "type": "option"
4138
- },
4139
- "rainbowAuthService": {
4140
- "default": "https://raindrop.liquidmetal.run/",
4141
- "hidden": true,
4142
- "env": "LIQUIDMETAL_RAINBOW_AUTH_SERVICE",
4143
- "input": [],
4144
- "multiple": false,
4145
- "type": "option"
4146
3872
  },
4147
- "raindropCatalogService": {
4148
- "env": "RAINDROP_CATALOG_SERVICE",
4149
- "description": "URL of the catalog service",
4150
- "hidden": true,
4151
- "input": [],
4152
- "multiple": false,
4153
- "type": "option"
4154
- },
4155
- "rainbowAuthToken": {
4156
- "env": "RAINBOW_AUTH_TOKEN",
4157
- "description": "Override the Rainbow auth token derived from the CLI config",
4158
- "hidden": true,
4159
- "input": [],
3873
+ "manifest": {
3874
+ "char": "M",
3875
+ "description": "project manifest",
3876
+ "name": "manifest",
3877
+ "required": false,
3878
+ "default": "raindrop.manifest",
3879
+ "hasDynamicHelp": false,
4160
3880
  "multiple": false,
4161
3881
  "type": "option"
4162
3882
  },
4163
- "rainbowOrganizationId": {
4164
- "env": "RAINBOW_ORGANIZATION_ID",
4165
- "description": "Override the Rainbow organization ID derived from the CLI config",
4166
- "hidden": true,
4167
- "input": [],
3883
+ "application": {
3884
+ "char": "a",
3885
+ "description": "application to stop",
3886
+ "name": "application",
3887
+ "required": false,
3888
+ "hasDynamicHelp": false,
4168
3889
  "multiple": false,
4169
3890
  "type": "option"
4170
3891
  },
4171
- "rainbowUserId": {
4172
- "env": "RAINBOW_USER_ID",
4173
- "description": "Override the Rainbow user ID derived from the CLI config",
4174
- "hidden": true,
4175
- "input": [],
3892
+ "version": {
3893
+ "char": "v",
3894
+ "description": "application version to start",
3895
+ "name": "version",
3896
+ "required": false,
3897
+ "hasDynamicHelp": false,
4176
3898
  "multiple": false,
4177
3899
  "type": "option"
4178
3900
  },
4179
- "sendVersionMetadata": {
4180
- "description": "Send version metadata to the server",
4181
- "default": "true",
3901
+ "impersonate": {
3902
+ "char": "i",
3903
+ "description": "impersonate organization",
4182
3904
  "hidden": true,
4183
- "input": [],
3905
+ "name": "impersonate",
3906
+ "required": false,
3907
+ "hasDynamicHelp": false,
4184
3908
  "multiple": false,
4185
3909
  "type": "option"
4186
3910
  }
4187
3911
  },
4188
- "baseArgs": {},
4189
- "isESM": true,
4190
- "relativePath": [
4191
- "dist",
4192
- "commands",
4193
- "build",
4194
- "checkout.js"
4195
- ]
4196
- },
4197
- "build:clone": {
4198
- "aliases": [],
4199
- "args": {
4200
- "id": {
4201
- "description": "liquidmetal project ID to clone (e.g., liquidmetal/smartbucket)",
4202
- "name": "id",
4203
- "required": true
4204
- },
4205
- "path": {
4206
- "default": ".",
4207
- "description": "Path to initialize the project in",
4208
- "name": "path",
4209
- "required": false
4210
- }
4211
- },
4212
- "description": "clone a LiquidMetal.AI project",
4213
- "examples": [
4214
- "<%= config.bin %> <%= command.id %> .\nClone a project in the current directory.\n",
4215
- "<%= config.bin %> <%= command.id %> <%= config.path %>\nClone a project in the specified directory.\n"
4216
- ],
4217
- "flags": {
4218
- "overwrite": {
4219
- "description": "Overwrite existing files",
4220
- "name": "overwrite",
4221
- "allowNo": false,
4222
- "type": "boolean"
4223
- }
4224
- },
4225
3912
  "hasDynamicHelp": false,
4226
3913
  "hiddenAliases": [],
4227
- "id": "build:clone",
3914
+ "id": "build:stop",
4228
3915
  "pluginAlias": "@liquidmetal-ai/raindrop",
4229
3916
  "pluginName": "@liquidmetal-ai/raindrop",
4230
3917
  "pluginType": "core",
@@ -4296,21 +3983,15 @@
4296
3983
  "dist",
4297
3984
  "commands",
4298
3985
  "build",
4299
- "clone.js"
3986
+ "stop.js"
4300
3987
  ]
4301
3988
  },
4302
- "build:delete": {
3989
+ "build:unsandbox": {
4303
3990
  "aliases": [],
4304
- "args": {
4305
- "application": {
4306
- "description": "application name",
4307
- "name": "application",
4308
- "required": false
4309
- }
4310
- },
4311
- "description": "delete Raindrop applications",
3991
+ "args": {},
3992
+ "description": "mark a version as unsandboxed in the Raindrop catalog",
4312
3993
  "examples": [
4313
- "<%= config.bin %> <%= command.id %> .\nDeleted (application) at version (version)\n"
3994
+ "<%= config.bin %> <%= command.id %>\n"
4314
3995
  ],
4315
3996
  "flags": {
4316
3997
  "config": {
@@ -4378,77 +4059,37 @@
4378
4059
  "multiple": false,
4379
4060
  "type": "option"
4380
4061
  },
4381
- "root": {
4382
- "char": "r",
4383
- "description": "root directory",
4384
- "name": "root",
4062
+ "impersonate": {
4063
+ "char": "i",
4064
+ "description": "impersonate organization",
4065
+ "hidden": true,
4066
+ "name": "impersonate",
4385
4067
  "required": false,
4386
- "default": "/Users/ian/liquidmetal/packages/raindrop",
4387
4068
  "hasDynamicHelp": false,
4388
4069
  "multiple": false,
4389
4070
  "type": "option"
4390
4071
  },
4391
4072
  "manifest": {
4392
- "char": "M",
4393
4073
  "description": "project manifest",
4394
4074
  "name": "manifest",
4395
- "required": false,
4396
4075
  "default": "raindrop.manifest",
4397
4076
  "hasDynamicHelp": false,
4398
4077
  "multiple": false,
4399
4078
  "type": "option"
4400
4079
  },
4401
- "output": {
4402
- "char": "o",
4403
- "description": "output format",
4404
- "name": "output",
4405
- "default": "table",
4406
- "hasDynamicHelp": false,
4407
- "multiple": false,
4408
- "options": [
4409
- "text",
4410
- "table",
4411
- "json"
4412
- ],
4413
- "type": "option"
4414
- },
4415
4080
  "version": {
4416
4081
  "char": "v",
4417
- "description": "application version to delete",
4418
- "exclusive": [
4419
- "all"
4420
- ],
4082
+ "description": "application version to unsandbox",
4421
4083
  "name": "version",
4422
4084
  "required": false,
4423
4085
  "hasDynamicHelp": false,
4424
4086
  "multiple": false,
4425
4087
  "type": "option"
4426
- },
4427
- "all": {
4428
- "char": "a",
4429
- "description": "delete all application versions",
4430
- "exclusive": [
4431
- "version"
4432
- ],
4433
- "name": "all",
4434
- "required": false,
4435
- "allowNo": false,
4436
- "type": "boolean"
4437
- },
4438
- "impersonate": {
4439
- "char": "i",
4440
- "description": "impersonate organization",
4441
- "hidden": true,
4442
- "name": "impersonate",
4443
- "required": false,
4444
- "hasDynamicHelp": false,
4445
- "multiple": false,
4446
- "type": "option"
4447
4088
  }
4448
4089
  },
4449
4090
  "hasDynamicHelp": false,
4450
4091
  "hiddenAliases": [],
4451
- "id": "build:delete",
4092
+ "id": "build:unsandbox",
4452
4093
  "pluginAlias": "@liquidmetal-ai/raindrop",
4453
4094
  "pluginName": "@liquidmetal-ai/raindrop",
4454
4095
  "pluginType": "core",
@@ -4520,15 +4161,15 @@
4520
4161
  "dist",
4521
4162
  "commands",
4522
4163
  "build",
4523
- "delete.js"
4164
+ "unsandbox.js"
4524
4165
  ]
4525
4166
  },
4526
- "build:deploy": {
4167
+ "build:upload": {
4527
4168
  "aliases": [],
4528
4169
  "args": {},
4529
- "description": "deploy a Raindrop application",
4170
+ "description": "build and validate a LiquidMetal.AI project",
4530
4171
  "examples": [
4531
- "<%= config.bin %> <%= command.id %> .\nDeploy a Raindrop application version.\n"
4172
+ "<%= config.bin %> <%= command.id %>"
4532
4173
  ],
4533
4174
  "flags": {
4534
4175
  "config": {
@@ -4601,7 +4242,7 @@
4601
4242
  "description": "root directory",
4602
4243
  "name": "root",
4603
4244
  "required": false,
4604
- "default": "/Users/ian/liquidmetal/packages/raindrop",
4245
+ "default": "/Users/dstaley/Work/liquidmetal/packages/raindrop",
4605
4246
  "hasDynamicHelp": false,
4606
4247
  "multiple": false,
4607
4248
  "type": "option"
@@ -4627,13 +4268,10 @@
4627
4268
  "type": "option"
4628
4269
  },
4629
4270
  "versionId": {
4630
- "aliases": [
4631
- "version"
4632
- ],
4633
4271
  "char": "v",
4634
4272
  "description": "version ID",
4635
4273
  "name": "versionId",
4636
- "required": false,
4274
+ "required": true,
4637
4275
  "hasDynamicHelp": false,
4638
4276
  "multiple": false,
4639
4277
  "type": "option"
@@ -4647,49 +4285,138 @@
4647
4285
  "hasDynamicHelp": false,
4648
4286
  "multiple": false,
4649
4287
  "type": "option"
4650
- },
4651
- "start": {
4652
- "char": "s",
4653
- "description": "start the application after deploying",
4654
- "name": "start",
4288
+ }
4289
+ },
4290
+ "hasDynamicHelp": false,
4291
+ "hiddenAliases": [],
4292
+ "id": "build:upload",
4293
+ "pluginAlias": "@liquidmetal-ai/raindrop",
4294
+ "pluginName": "@liquidmetal-ai/raindrop",
4295
+ "pluginType": "core",
4296
+ "strict": true,
4297
+ "enableJsonFlag": false,
4298
+ "HIDDEN_FLAGS": {
4299
+ "config": {
4300
+ "char": "c",
4301
+ "description": "config file",
4655
4302
  "required": false,
4656
- "allowNo": false,
4657
- "type": "boolean"
4303
+ "hidden": true,
4304
+ "default": ".raindrop/config.json",
4305
+ "input": [],
4306
+ "multiple": false,
4307
+ "type": "option"
4658
4308
  },
4659
- "no-watch": {
4660
- "description": "skip watching deployment status after deploy",
4661
- "name": "no-watch",
4309
+ "rainbowAuthService": {
4310
+ "default": "https://raindrop.liquidmetal.run/",
4311
+ "hidden": true,
4312
+ "env": "LIQUIDMETAL_RAINBOW_AUTH_SERVICE",
4313
+ "input": [],
4314
+ "multiple": false,
4315
+ "type": "option"
4316
+ },
4317
+ "raindropCatalogService": {
4318
+ "env": "RAINDROP_CATALOG_SERVICE",
4319
+ "description": "URL of the catalog service",
4320
+ "hidden": true,
4321
+ "input": [],
4322
+ "multiple": false,
4323
+ "type": "option"
4324
+ },
4325
+ "rainbowAuthToken": {
4326
+ "env": "RAINBOW_AUTH_TOKEN",
4327
+ "description": "Override the Rainbow auth token derived from the CLI config",
4328
+ "hidden": true,
4329
+ "input": [],
4330
+ "multiple": false,
4331
+ "type": "option"
4332
+ },
4333
+ "rainbowOrganizationId": {
4334
+ "env": "RAINBOW_ORGANIZATION_ID",
4335
+ "description": "Override the Rainbow organization ID derived from the CLI config",
4336
+ "hidden": true,
4337
+ "input": [],
4338
+ "multiple": false,
4339
+ "type": "option"
4340
+ },
4341
+ "rainbowUserId": {
4342
+ "env": "RAINBOW_USER_ID",
4343
+ "description": "Override the Rainbow user ID derived from the CLI config",
4344
+ "hidden": true,
4345
+ "input": [],
4346
+ "multiple": false,
4347
+ "type": "option"
4348
+ },
4349
+ "sendVersionMetadata": {
4350
+ "description": "Send version metadata to the server",
4351
+ "default": "true",
4352
+ "hidden": true,
4353
+ "input": [],
4354
+ "multiple": false,
4355
+ "type": "option"
4356
+ }
4357
+ },
4358
+ "baseArgs": {},
4359
+ "isESM": true,
4360
+ "relativePath": [
4361
+ "dist",
4362
+ "commands",
4363
+ "build",
4364
+ "upload.js"
4365
+ ]
4366
+ },
4367
+ "build:validate": {
4368
+ "aliases": [],
4369
+ "args": {},
4370
+ "description": "build and validate a LiquidMetal.AI project",
4371
+ "examples": [
4372
+ "<%= config.bin %> <%= command.id %>"
4373
+ ],
4374
+ "flags": {
4375
+ "root": {
4376
+ "char": "r",
4377
+ "description": "root directory",
4378
+ "name": "root",
4662
4379
  "required": false,
4663
- "allowNo": false,
4664
- "type": "boolean"
4380
+ "default": "/Users/dstaley/Work/liquidmetal/packages/raindrop",
4381
+ "hasDynamicHelp": false,
4382
+ "multiple": false,
4383
+ "type": "option"
4665
4384
  },
4666
- "resume": {
4667
- "description": "resume a deployment",
4668
- "name": "resume",
4385
+ "manifest": {
4386
+ "char": "M",
4387
+ "description": "project manifest",
4388
+ "name": "manifest",
4669
4389
  "required": false,
4670
- "allowNo": false,
4671
- "type": "boolean"
4390
+ "default": "raindrop.manifest",
4391
+ "hasDynamicHelp": false,
4392
+ "multiple": false,
4393
+ "type": "option"
4672
4394
  },
4673
- "lock": {
4674
- "description": "override lock ID to resume deployment",
4675
- "name": "lock",
4395
+ "config": {
4396
+ "char": "c",
4397
+ "description": "config file",
4398
+ "hidden": true,
4399
+ "name": "config",
4676
4400
  "required": false,
4401
+ "default": ".raindrop/config.json",
4677
4402
  "hasDynamicHelp": false,
4678
4403
  "multiple": false,
4679
4404
  "type": "option"
4680
4405
  },
4681
- "amend": {
4682
- "char": "a",
4683
- "description": "amend an existing application",
4684
- "name": "amend",
4406
+ "output": {
4407
+ "char": "o",
4408
+ "description": "output directory",
4409
+ "name": "output",
4685
4410
  "required": false,
4686
- "allowNo": false,
4687
- "type": "boolean"
4411
+ "default": "dist",
4412
+ "hasDynamicHelp": false,
4413
+ "multiple": false,
4414
+ "type": "option"
4688
4415
  }
4689
4416
  },
4690
4417
  "hasDynamicHelp": false,
4691
4418
  "hiddenAliases": [],
4692
- "id": "build:deploy",
4419
+ "id": "build:validate",
4693
4420
  "pluginAlias": "@liquidmetal-ai/raindrop",
4694
4421
  "pluginName": "@liquidmetal-ai/raindrop",
4695
4422
  "pluginType": "core",
@@ -4761,15 +4488,21 @@
4761
4488
  "dist",
4762
4489
  "commands",
4763
4490
  "build",
4764
- "deploy.js"
4491
+ "validate.js"
4765
4492
  ]
4766
4493
  },
4767
- "build:find": {
4494
+ "query:chunk-search": {
4768
4495
  "aliases": [],
4769
- "args": {},
4770
- "description": "find resources in Raindrop",
4496
+ "args": {
4497
+ "query": {
4498
+ "description": "search query to run",
4499
+ "name": "query",
4500
+ "required": true
4501
+ }
4502
+ },
4503
+ "description": "Run a RAG (Retrieval Augmented Generation) search query against a Smart Bucket",
4771
4504
  "examples": [
4772
- "<%= config.bin %> <%= command.id %>\nFind all modules with full details (default).\n\n<%= config.bin %> <%= command.id %> -o compact\nFind all modules in compact view.\n\n<%= config.bin %> <%= command.id %> --moduleType smartbucket\nFind only smartbucket modules.\n\n<%= config.bin %> <%= command.id %> -a myapp -v 1.0.0\nFind modules for a specific application and version.\n"
4505
+ "<%= config.bin %> query chunk-search \"What is LiquidMetal?\"\nRun a RAG search query against a Smart Bucket.\n"
4773
4506
  ],
4774
4507
  "flags": {
4775
4508
  "config": {
@@ -4837,76 +4570,37 @@
4837
4570
  "multiple": false,
4838
4571
  "type": "option"
4839
4572
  },
4840
- "root": {
4841
- "char": "r",
4842
- "description": "root directory",
4843
- "name": "root",
4844
- "required": false,
4845
- "default": "/Users/ian/liquidmetal/packages/raindrop",
4846
- "hasDynamicHelp": false,
4847
- "multiple": false,
4848
- "type": "option"
4849
- },
4850
- "manifest": {
4851
- "char": "M",
4852
- "description": "project manifest",
4853
- "name": "manifest",
4854
- "required": false,
4855
- "default": "raindrop.manifest",
4856
- "hasDynamicHelp": false,
4857
- "multiple": false,
4858
- "type": "option"
4859
- },
4860
- "application": {
4861
- "char": "a",
4862
- "description": "application",
4863
- "name": "application",
4864
- "required": false,
4865
- "hasDynamicHelp": false,
4866
- "multiple": false,
4867
- "type": "option"
4868
- },
4869
- "version": {
4870
- "char": "v",
4871
- "description": "application version",
4872
- "name": "version",
4573
+ "buckets": {
4574
+ "char": "b",
4575
+ "description": "Bucket names to search in, version can be specified with #, e.g. my-bucket#versionId",
4576
+ "name": "buckets",
4873
4577
  "required": false,
4874
4578
  "hasDynamicHelp": false,
4875
- "multiple": false,
4579
+ "multiple": true,
4876
4580
  "type": "option"
4877
4581
  },
4878
- "moduleType": {
4879
- "description": "filter by module type (e.g. smartbucket)",
4880
- "name": "moduleType",
4582
+ "moduleIds": {
4583
+ "char": "m",
4584
+ "description": "Module IDs to search in",
4585
+ "name": "moduleIds",
4881
4586
  "required": false,
4882
4587
  "hasDynamicHelp": false,
4883
- "multiple": false,
4588
+ "multiple": true,
4884
4589
  "type": "option"
4885
4590
  },
4886
4591
  "output": {
4887
4592
  "char": "o",
4888
4593
  "description": "output format",
4889
4594
  "name": "output",
4890
- "default": "full",
4595
+ "default": "text",
4891
4596
  "hasDynamicHelp": false,
4892
4597
  "multiple": false,
4893
4598
  "options": [
4894
4599
  "text",
4895
- "full",
4896
- "json",
4897
- "compact"
4600
+ "json"
4898
4601
  ],
4899
4602
  "type": "option"
4900
4603
  },
4901
- "sudo": {
4902
- "char": "s",
4903
- "description": "superuser mode",
4904
- "hidden": true,
4905
- "name": "sudo",
4906
- "required": false,
4907
- "allowNo": false,
4908
- "type": "boolean"
4909
- },
4910
4604
  "impersonate": {
4911
4605
  "char": "i",
4912
4606
  "description": "impersonate organization",
@@ -4917,16 +4611,21 @@
4917
4611
  "multiple": false,
4918
4612
  "type": "option"
4919
4613
  },
4920
- "all": {
4921
- "description": "query modules for all applications",
4922
- "name": "all",
4923
- "allowNo": false,
4924
- "type": "boolean"
4614
+ "manifest": {
4615
+ "char": "M",
4616
+ "description": "project manifest",
4617
+ "hidden": true,
4618
+ "name": "manifest",
4619
+ "required": false,
4620
+ "default": "raindrop.manifest",
4621
+ "hasDynamicHelp": false,
4622
+ "multiple": false,
4623
+ "type": "option"
4925
4624
  }
4926
4625
  },
4927
4626
  "hasDynamicHelp": false,
4928
4627
  "hiddenAliases": [],
4929
- "id": "build:find",
4628
+ "id": "query:chunk-search",
4930
4629
  "pluginAlias": "@liquidmetal-ai/raindrop",
4931
4630
  "pluginName": "@liquidmetal-ai/raindrop",
4932
4631
  "pluginType": "core",
@@ -4997,54 +4696,147 @@
4997
4696
  "relativePath": [
4998
4697
  "dist",
4999
4698
  "commands",
5000
- "build",
5001
- "find.js"
4699
+ "query",
4700
+ "chunk-search.js"
5002
4701
  ]
5003
4702
  },
5004
- "build:generate": {
4703
+ "query:document": {
5005
4704
  "aliases": [],
5006
- "args": {},
5007
- "description": "(re)generate all code for a LiquidMetal.AI project",
4705
+ "args": {
4706
+ "query": {
4707
+ "description": "question or query about the document",
4708
+ "name": "query",
4709
+ "required": true
4710
+ }
4711
+ },
4712
+ "description": "Chat with a document stored in a Smart Bucket",
5008
4713
  "examples": [
5009
- "<%= config.bin %> <%= command.id %>"
4714
+ "<%= config.bin %> query document \"What is the main topic of this document?\" -b my-bucket -o document.pdf\nChat with a document in a Smart Bucket using bucket name.\n",
4715
+ "<%= config.bin %> query document \"What is the main topic of this document?\" -m module-id -o document.pdf\nChat with a document in a Smart Bucket using module ID.\n"
5010
4716
  ],
5011
4717
  "flags": {
5012
- "root": {
5013
- "char": "r",
5014
- "description": "root directory",
5015
- "name": "root",
4718
+ "config": {
4719
+ "char": "c",
4720
+ "description": "config file",
4721
+ "hidden": true,
4722
+ "name": "config",
4723
+ "required": false,
4724
+ "default": ".raindrop/config.json",
4725
+ "hasDynamicHelp": false,
4726
+ "multiple": false,
4727
+ "type": "option"
4728
+ },
4729
+ "rainbowAuthService": {
4730
+ "env": "LIQUIDMETAL_RAINBOW_AUTH_SERVICE",
4731
+ "hidden": true,
4732
+ "name": "rainbowAuthService",
4733
+ "default": "https://raindrop.liquidmetal.run/",
4734
+ "hasDynamicHelp": false,
4735
+ "multiple": false,
4736
+ "type": "option"
4737
+ },
4738
+ "raindropCatalogService": {
4739
+ "description": "URL of the catalog service",
4740
+ "env": "RAINDROP_CATALOG_SERVICE",
4741
+ "hidden": true,
4742
+ "name": "raindropCatalogService",
4743
+ "hasDynamicHelp": false,
4744
+ "multiple": false,
4745
+ "type": "option"
4746
+ },
4747
+ "rainbowAuthToken": {
4748
+ "description": "Override the Rainbow auth token derived from the CLI config",
4749
+ "env": "RAINBOW_AUTH_TOKEN",
4750
+ "hidden": true,
4751
+ "name": "rainbowAuthToken",
4752
+ "hasDynamicHelp": false,
4753
+ "multiple": false,
4754
+ "type": "option"
4755
+ },
4756
+ "rainbowOrganizationId": {
4757
+ "description": "Override the Rainbow organization ID derived from the CLI config",
4758
+ "env": "RAINBOW_ORGANIZATION_ID",
4759
+ "hidden": true,
4760
+ "name": "rainbowOrganizationId",
4761
+ "hasDynamicHelp": false,
4762
+ "multiple": false,
4763
+ "type": "option"
4764
+ },
4765
+ "rainbowUserId": {
4766
+ "description": "Override the Rainbow user ID derived from the CLI config",
4767
+ "env": "RAINBOW_USER_ID",
4768
+ "hidden": true,
4769
+ "name": "rainbowUserId",
4770
+ "hasDynamicHelp": false,
4771
+ "multiple": false,
4772
+ "type": "option"
4773
+ },
4774
+ "sendVersionMetadata": {
4775
+ "description": "Send version metadata to the server",
4776
+ "hidden": true,
4777
+ "name": "sendVersionMetadata",
4778
+ "default": "true",
4779
+ "hasDynamicHelp": false,
4780
+ "multiple": false,
4781
+ "type": "option"
4782
+ },
4783
+ "bucket": {
4784
+ "char": "b",
4785
+ "description": "Bucket name containing the document, version can be specified with #, e.g. my-bucket#versionId",
4786
+ "name": "bucket",
4787
+ "required": false,
4788
+ "hasDynamicHelp": false,
4789
+ "multiple": false,
4790
+ "type": "option"
4791
+ },
4792
+ "moduleId": {
4793
+ "char": "m",
4794
+ "description": "Module ID containing the document",
4795
+ "name": "moduleId",
5016
4796
  "required": false,
5017
- "default": "/Users/ian/liquidmetal/packages/raindrop",
5018
4797
  "hasDynamicHelp": false,
5019
4798
  "multiple": false,
5020
4799
  "type": "option"
5021
4800
  },
5022
- "manifest": {
5023
- "char": "M",
5024
- "description": "project manifest",
5025
- "name": "manifest",
4801
+ "objectId": {
4802
+ "char": "o",
4803
+ "description": "Object ID of the document to chat with",
4804
+ "name": "objectId",
4805
+ "required": true,
4806
+ "hasDynamicHelp": false,
4807
+ "multiple": false,
4808
+ "type": "option"
4809
+ },
4810
+ "output": {
4811
+ "char": "O",
4812
+ "description": "output format",
4813
+ "name": "output",
4814
+ "default": "text",
4815
+ "hasDynamicHelp": false,
4816
+ "multiple": false,
4817
+ "options": [
4818
+ "text",
4819
+ "json"
4820
+ ],
4821
+ "type": "option"
4822
+ },
4823
+ "impersonate": {
4824
+ "char": "i",
4825
+ "description": "impersonate organization",
4826
+ "hidden": true,
4827
+ "name": "impersonate",
5026
4828
  "required": false,
5027
- "default": "raindrop.manifest",
5028
4829
  "hasDynamicHelp": false,
5029
4830
  "multiple": false,
5030
4831
  "type": "option"
5031
4832
  },
5032
- "config": {
5033
- "char": "c",
5034
- "description": "config file",
4833
+ "manifest": {
4834
+ "char": "M",
4835
+ "description": "project manifest",
5035
4836
  "hidden": true,
5036
- "name": "config",
4837
+ "name": "manifest",
5037
4838
  "required": false,
5038
- "default": ".raindrop/config.json",
5039
- "hasDynamicHelp": false,
5040
- "multiple": false,
5041
- "type": "option"
5042
- },
5043
- "output": {
5044
- "char": "o",
5045
- "description": "output directory",
5046
- "name": "output",
5047
- "default": "dist",
4839
+ "default": "raindrop.manifest",
5048
4840
  "hasDynamicHelp": false,
5049
4841
  "multiple": false,
5050
4842
  "type": "option"
@@ -5052,7 +4844,7 @@
5052
4844
  },
5053
4845
  "hasDynamicHelp": false,
5054
4846
  "hiddenAliases": [],
5055
- "id": "build:generate",
4847
+ "id": "query:document",
5056
4848
  "pluginAlias": "@liquidmetal-ai/raindrop",
5057
4849
  "pluginName": "@liquidmetal-ai/raindrop",
5058
4850
  "pluginType": "core",
@@ -5123,35 +4915,93 @@
5123
4915
  "relativePath": [
5124
4916
  "dist",
5125
4917
  "commands",
5126
- "build",
5127
- "generate.js"
4918
+ "query",
4919
+ "document.js"
5128
4920
  ]
5129
4921
  },
5130
- "build:init": {
4922
+ "query:events": {
5131
4923
  "aliases": [],
5132
- "args": {
5133
- "path": {
5134
- "default": ".",
5135
- "description": "Path to initialize the project in",
5136
- "name": "path",
5137
- "required": false
5138
- }
5139
- },
5140
- "description": "start a new LiquidMetal.AI project",
4924
+ "args": {},
4925
+ "description": "query and stream Raindrop application events",
5141
4926
  "examples": [
5142
- "<%= config.bin %> <%= command.id %> .\nInitialize a project in the current directory.\n"
4927
+ "<%= config.bin %> <%= command.id %> .\n"
5143
4928
  ],
5144
4929
  "flags": {
5145
- "overwrite": {
5146
- "description": "Overwrite existing files",
5147
- "name": "overwrite",
5148
- "allowNo": false,
5149
- "type": "boolean"
4930
+ "output": {
4931
+ "char": "o",
4932
+ "description": "output format",
4933
+ "name": "output",
4934
+ "default": "table",
4935
+ "hasDynamicHelp": false,
4936
+ "multiple": false,
4937
+ "options": [
4938
+ "text",
4939
+ "table",
4940
+ "json"
4941
+ ],
4942
+ "type": "option"
4943
+ },
4944
+ "impersonate": {
4945
+ "char": "i",
4946
+ "description": "impersonate organization",
4947
+ "hidden": true,
4948
+ "name": "impersonate",
4949
+ "required": false,
4950
+ "hasDynamicHelp": false,
4951
+ "multiple": false,
4952
+ "type": "option"
4953
+ },
4954
+ "manifest": {
4955
+ "char": "m",
4956
+ "description": "project manifest",
4957
+ "hidden": true,
4958
+ "name": "manifest",
4959
+ "required": false,
4960
+ "default": "raindrop.manifest",
4961
+ "hasDynamicHelp": false,
4962
+ "multiple": false,
4963
+ "type": "option"
4964
+ },
4965
+ "application": {
4966
+ "char": "a",
4967
+ "description": "application",
4968
+ "name": "application",
4969
+ "required": false,
4970
+ "hasDynamicHelp": false,
4971
+ "multiple": false,
4972
+ "type": "option"
4973
+ },
4974
+ "version": {
4975
+ "char": "v",
4976
+ "description": "application version",
4977
+ "name": "version",
4978
+ "required": false,
4979
+ "hasDynamicHelp": false,
4980
+ "multiple": false,
4981
+ "type": "option"
4982
+ },
4983
+ "rainbowAuthService": {
4984
+ "env": "LIQUIDMETAL_RAINBOW_AUTH_SERVICE",
4985
+ "hidden": true,
4986
+ "name": "rainbowAuthService",
4987
+ "default": "https://liquidmetal.run/api/connect",
4988
+ "hasDynamicHelp": false,
4989
+ "multiple": false,
4990
+ "type": "option"
4991
+ },
4992
+ "raindropCatalogService": {
4993
+ "description": "URL of the catalog service",
4994
+ "env": "RAINDROP_CATALOG_SERVICE",
4995
+ "hidden": true,
4996
+ "name": "raindropCatalogService",
4997
+ "hasDynamicHelp": false,
4998
+ "multiple": false,
4999
+ "type": "option"
5150
5000
  }
5151
5001
  },
5152
5002
  "hasDynamicHelp": false,
5153
5003
  "hiddenAliases": [],
5154
- "id": "build:init",
5004
+ "id": "query:events",
5155
5005
  "pluginAlias": "@liquidmetal-ai/raindrop",
5156
5006
  "pluginName": "@liquidmetal-ai/raindrop",
5157
5007
  "pluginType": "core",
@@ -5222,16 +5072,23 @@
5222
5072
  "relativePath": [
5223
5073
  "dist",
5224
5074
  "commands",
5225
- "build",
5226
- "init.js"
5075
+ "query",
5076
+ "events.js"
5227
5077
  ]
5228
5078
  },
5229
- "build:list": {
5079
+ "query:search": {
5230
5080
  "aliases": [],
5231
- "args": {},
5232
- "description": "list Raindrop catalog resources",
5081
+ "args": {
5082
+ "query": {
5083
+ "description": "search query",
5084
+ "name": "query",
5085
+ "required": false
5086
+ }
5087
+ },
5088
+ "description": "Run a search query against a smart bucket using natural language",
5233
5089
  "examples": [
5234
- "<%= config.bin %> <%= command.id %>\nList applications in compact view (default).\n\n<%= config.bin %> <%= command.id %> -o tree\nShow applications in tree view with version hierarchy.\n\n<%= config.bin %> <%= command.id %> -o log\nShow git-log style view with branch visualization.\n\n<%= config.bin %> <%= command.id %> --app demo-fts --limit 5\nShow only demo-fts application, limited to 5 versions.\n\n<%= config.bin %> <%= command.id %> --active\nShow only running/active versions.\n"
5090
+ "<%= config.bin %> query search \"What is LiquidMetal?\" --buckets my-bucket-1 my-bucket-2\nRun a new supervisor agent search query across multiple buckets.\n",
5091
+ "<%= config.bin %> query search --requestId 01HNG4V2RJXS5T --page 2\nGet page 2 of previous search results.\n"
5235
5092
  ],
5236
5093
  "flags": {
5237
5094
  "config": {
@@ -5299,52 +5156,53 @@
5299
5156
  "multiple": false,
5300
5157
  "type": "option"
5301
5158
  },
5302
- "all": {
5303
- "char": "a",
5304
- "description": "show deleted resources",
5305
- "name": "all",
5306
- "allowNo": false,
5307
- "type": "boolean"
5159
+ "buckets": {
5160
+ "char": "b",
5161
+ "description": "Bucket names to search in, version can be specified with #, e.g. my-bucket#versionId",
5162
+ "name": "buckets",
5163
+ "required": false,
5164
+ "hasDynamicHelp": false,
5165
+ "multiple": true,
5166
+ "type": "option"
5308
5167
  },
5309
- "output": {
5310
- "char": "o",
5311
- "description": "output format",
5312
- "name": "output",
5313
- "default": "compact",
5168
+ "moduleIds": {
5169
+ "char": "m",
5170
+ "description": "Module IDs to search in",
5171
+ "name": "moduleIds",
5172
+ "required": false,
5314
5173
  "hasDynamicHelp": false,
5315
- "multiple": false,
5316
- "options": [
5317
- "text",
5318
- "table",
5319
- "json",
5320
- "log",
5321
- "compact",
5322
- "tree"
5323
- ],
5174
+ "multiple": true,
5324
5175
  "type": "option"
5325
5176
  },
5326
- "app": {
5327
- "description": "filter by application name",
5328
- "name": "app",
5177
+ "requestId": {
5178
+ "description": "request ID for pagination",
5179
+ "name": "requestId",
5329
5180
  "required": false,
5330
5181
  "hasDynamicHelp": false,
5331
5182
  "multiple": false,
5332
5183
  "type": "option"
5333
5184
  },
5334
- "limit": {
5335
- "char": "n",
5336
- "description": "limit number of versions shown per application",
5337
- "name": "limit",
5338
- "required": false,
5185
+ "page": {
5186
+ "char": "p",
5187
+ "description": "page number for paginated results",
5188
+ "name": "page",
5189
+ "default": 1,
5339
5190
  "hasDynamicHelp": false,
5340
5191
  "multiple": false,
5341
5192
  "type": "option"
5342
5193
  },
5343
- "active": {
5344
- "description": "show only running/active versions",
5345
- "name": "active",
5346
- "allowNo": false,
5347
- "type": "boolean"
5194
+ "output": {
5195
+ "char": "o",
5196
+ "description": "output format",
5197
+ "name": "output",
5198
+ "default": "text",
5199
+ "hasDynamicHelp": false,
5200
+ "multiple": false,
5201
+ "options": [
5202
+ "text",
5203
+ "json"
5204
+ ],
5205
+ "type": "option"
5348
5206
  },
5349
5207
  "impersonate": {
5350
5208
  "char": "i",
@@ -5370,7 +5228,7 @@
5370
5228
  },
5371
5229
  "hasDynamicHelp": false,
5372
5230
  "hiddenAliases": [],
5373
- "id": "build:list",
5231
+ "id": "query:search",
5374
5232
  "pluginAlias": "@liquidmetal-ai/raindrop",
5375
5233
  "pluginName": "@liquidmetal-ai/raindrop",
5376
5234
  "pluginType": "core",
@@ -5441,16 +5299,22 @@
5441
5299
  "relativePath": [
5442
5300
  "dist",
5443
5301
  "commands",
5444
- "build",
5445
- "list.js"
5302
+ "query",
5303
+ "search.js"
5446
5304
  ]
5447
5305
  },
5448
- "build:sandbox": {
5306
+ "object:delete": {
5449
5307
  "aliases": [],
5450
- "args": {},
5451
- "description": "mark a version as sandboxed in the Raindrop catalog",
5308
+ "args": {
5309
+ "key": {
5310
+ "description": "key/path in the bucket to delete",
5311
+ "name": "key",
5312
+ "required": true
5313
+ }
5314
+ },
5315
+ "description": "Delete a file from the object storage",
5452
5316
  "examples": [
5453
- "<%= config.bin %> <%= command.id %>\n"
5317
+ "<%= config.bin %> object delete my-key --bucket my-bucket\nDelete file with key 'my-key' from my-bucket\n"
5454
5318
  ],
5455
5319
  "flags": {
5456
5320
  "config": {
@@ -5509,13 +5373,44 @@
5509
5373
  "multiple": false,
5510
5374
  "type": "option"
5511
5375
  },
5512
- "sendVersionMetadata": {
5513
- "description": "Send version metadata to the server",
5514
- "hidden": true,
5515
- "name": "sendVersionMetadata",
5516
- "default": "true",
5376
+ "sendVersionMetadata": {
5377
+ "description": "Send version metadata to the server",
5378
+ "hidden": true,
5379
+ "name": "sendVersionMetadata",
5380
+ "default": "true",
5381
+ "hasDynamicHelp": false,
5382
+ "multiple": false,
5383
+ "type": "option"
5384
+ },
5385
+ "bucket": {
5386
+ "char": "b",
5387
+ "description": "bucket name version can be specified with #, e.g. my-bucket#versionId",
5388
+ "name": "bucket",
5389
+ "required": false,
5390
+ "hasDynamicHelp": false,
5391
+ "multiple": false,
5392
+ "type": "option"
5393
+ },
5394
+ "moduleId": {
5395
+ "char": "m",
5396
+ "description": "moduleId",
5397
+ "name": "moduleId",
5398
+ "required": false,
5399
+ "hasDynamicHelp": false,
5400
+ "multiple": false,
5401
+ "type": "option"
5402
+ },
5403
+ "output": {
5404
+ "char": "o",
5405
+ "description": "output format",
5406
+ "name": "output",
5407
+ "default": "text",
5517
5408
  "hasDynamicHelp": false,
5518
5409
  "multiple": false,
5410
+ "options": [
5411
+ "text",
5412
+ "json"
5413
+ ],
5519
5414
  "type": "option"
5520
5415
  },
5521
5416
  "impersonate": {
@@ -5529,18 +5424,12 @@
5529
5424
  "type": "option"
5530
5425
  },
5531
5426
  "manifest": {
5427
+ "char": "M",
5532
5428
  "description": "project manifest",
5429
+ "hidden": true,
5533
5430
  "name": "manifest",
5534
- "default": "raindrop.manifest",
5535
- "hasDynamicHelp": false,
5536
- "multiple": false,
5537
- "type": "option"
5538
- },
5539
- "version": {
5540
- "char": "v",
5541
- "description": "application version to sandbox",
5542
- "name": "version",
5543
5431
  "required": false,
5432
+ "default": "raindrop.manifest",
5544
5433
  "hasDynamicHelp": false,
5545
5434
  "multiple": false,
5546
5435
  "type": "option"
@@ -5548,7 +5437,7 @@
5548
5437
  },
5549
5438
  "hasDynamicHelp": false,
5550
5439
  "hiddenAliases": [],
5551
- "id": "build:sandbox",
5440
+ "id": "object:delete",
5552
5441
  "pluginAlias": "@liquidmetal-ai/raindrop",
5553
5442
  "pluginName": "@liquidmetal-ai/raindrop",
5554
5443
  "pluginType": "core",
@@ -5619,16 +5508,28 @@
5619
5508
  "relativePath": [
5620
5509
  "dist",
5621
5510
  "commands",
5622
- "build",
5623
- "sandbox.js"
5511
+ "object",
5512
+ "delete.js"
5624
5513
  ]
5625
5514
  },
5626
- "build:start": {
5515
+ "object:get": {
5627
5516
  "aliases": [],
5628
- "args": {},
5629
- "description": "start a Raindrop application",
5517
+ "args": {
5518
+ "key": {
5519
+ "description": "key/path in the bucket",
5520
+ "name": "key",
5521
+ "required": true
5522
+ },
5523
+ "output": {
5524
+ "description": "output file (defaults to key basename)",
5525
+ "name": "output",
5526
+ "required": false
5527
+ }
5528
+ },
5529
+ "description": "Download a file from the object storage",
5630
5530
  "examples": [
5631
- "<%= config.bin %> <%= command.id %> .\nStart a Raindrop application.\n"
5531
+ "<%= config.bin %> object get my-key --bucket my-bucket\nDownload file with key 'my-key' from my-bucket\n",
5532
+ "<%= config.bin %> object get my-key output.txt --bucket my-bucket\nDownload file with key 'my-key' from my-bucket to output.txt\n"
5632
5533
  ],
5633
5534
  "flags": {
5634
5535
  "config": {
@@ -5696,50 +5597,55 @@
5696
5597
  "multiple": false,
5697
5598
  "type": "option"
5698
5599
  },
5699
- "root": {
5700
- "char": "r",
5701
- "description": "root directory",
5702
- "name": "root",
5600
+ "bucket": {
5601
+ "char": "b",
5602
+ "description": "bucket name version can be specified with #, e.g. my-bucket#versionId",
5603
+ "name": "bucket",
5703
5604
  "required": false,
5704
- "default": "/Users/ian/liquidmetal/packages/raindrop",
5705
5605
  "hasDynamicHelp": false,
5706
5606
  "multiple": false,
5707
5607
  "type": "option"
5708
5608
  },
5709
- "manifest": {
5710
- "char": "M",
5711
- "description": "project manifest",
5712
- "name": "manifest",
5609
+ "moduleId": {
5610
+ "char": "m",
5611
+ "description": "moduleId",
5612
+ "name": "moduleId",
5713
5613
  "required": false,
5714
- "default": "raindrop.manifest",
5715
5614
  "hasDynamicHelp": false,
5716
5615
  "multiple": false,
5717
5616
  "type": "option"
5718
5617
  },
5719
- "application": {
5720
- "char": "a",
5721
- "description": "application to start",
5722
- "name": "application",
5723
- "required": false,
5618
+ "format": {
5619
+ "char": "f",
5620
+ "description": "output format",
5621
+ "name": "format",
5622
+ "default": "file",
5724
5623
  "hasDynamicHelp": false,
5725
5624
  "multiple": false,
5625
+ "options": [
5626
+ "file",
5627
+ "stdout",
5628
+ "json"
5629
+ ],
5726
5630
  "type": "option"
5727
5631
  },
5728
- "version": {
5729
- "char": "v",
5730
- "description": "application version to start",
5731
- "name": "version",
5632
+ "impersonate": {
5633
+ "char": "i",
5634
+ "description": "impersonate organization",
5635
+ "hidden": true,
5636
+ "name": "impersonate",
5732
5637
  "required": false,
5733
5638
  "hasDynamicHelp": false,
5734
5639
  "multiple": false,
5735
5640
  "type": "option"
5736
5641
  },
5737
- "impersonate": {
5738
- "char": "i",
5739
- "description": "impersonate organization",
5642
+ "manifest": {
5643
+ "char": "M",
5644
+ "description": "project manifest",
5740
5645
  "hidden": true,
5741
- "name": "impersonate",
5646
+ "name": "manifest",
5742
5647
  "required": false,
5648
+ "default": "raindrop.manifest",
5743
5649
  "hasDynamicHelp": false,
5744
5650
  "multiple": false,
5745
5651
  "type": "option"
@@ -5747,7 +5653,7 @@
5747
5653
  },
5748
5654
  "hasDynamicHelp": false,
5749
5655
  "hiddenAliases": [],
5750
- "id": "build:start",
5656
+ "id": "object:get",
5751
5657
  "pluginAlias": "@liquidmetal-ai/raindrop",
5752
5658
  "pluginName": "@liquidmetal-ai/raindrop",
5753
5659
  "pluginType": "core",
@@ -5818,16 +5724,16 @@
5818
5724
  "relativePath": [
5819
5725
  "dist",
5820
5726
  "commands",
5821
- "build",
5822
- "start.js"
5727
+ "object",
5728
+ "get.js"
5823
5729
  ]
5824
5730
  },
5825
- "build:status": {
5731
+ "object:list": {
5826
5732
  "aliases": [],
5827
5733
  "args": {},
5828
- "description": "show the status of an application in Raindrop",
5734
+ "description": "List objects in a bucket",
5829
5735
  "examples": [
5830
- "<%= config.bin %> <%= command.id %> .\n"
5736
+ "<%= config.bin %> object list --bucket my-bucket\nList all objects in my-bucket\n"
5831
5737
  ],
5832
5738
  "flags": {
5833
5739
  "config": {
@@ -5895,39 +5801,19 @@
5895
5801
  "multiple": false,
5896
5802
  "type": "option"
5897
5803
  },
5898
- "root": {
5899
- "char": "r",
5900
- "description": "root directory",
5901
- "name": "root",
5902
- "required": false,
5903
- "default": "/Users/ian/liquidmetal/packages/raindrop",
5904
- "hasDynamicHelp": false,
5905
- "multiple": false,
5906
- "type": "option"
5907
- },
5908
- "manifest": {
5909
- "char": "M",
5910
- "description": "project manifest",
5911
- "name": "manifest",
5912
- "required": false,
5913
- "default": "raindrop.manifest",
5914
- "hasDynamicHelp": false,
5915
- "multiple": false,
5916
- "type": "option"
5917
- },
5918
- "application": {
5919
- "char": "a",
5920
- "description": "application",
5921
- "name": "application",
5804
+ "bucket": {
5805
+ "char": "b",
5806
+ "description": "bucket name version can be specified with #, e.g. my-bucket#versionId",
5807
+ "name": "bucket",
5922
5808
  "required": false,
5923
5809
  "hasDynamicHelp": false,
5924
5810
  "multiple": false,
5925
5811
  "type": "option"
5926
5812
  },
5927
- "version": {
5928
- "char": "v",
5929
- "description": "application version",
5930
- "name": "version",
5813
+ "moduleId": {
5814
+ "char": "m",
5815
+ "description": "moduleId",
5816
+ "name": "moduleId",
5931
5817
  "required": false,
5932
5818
  "hasDynamicHelp": false,
5933
5819
  "multiple": false,
@@ -5937,26 +5823,16 @@
5937
5823
  "char": "o",
5938
5824
  "description": "output format",
5939
5825
  "name": "output",
5940
- "default": "compact",
5826
+ "default": "text",
5941
5827
  "hasDynamicHelp": false,
5942
5828
  "multiple": false,
5943
5829
  "options": [
5944
- "watch",
5945
- "table",
5830
+ "text",
5946
5831
  "json",
5947
- "compact"
5832
+ "table"
5948
5833
  ],
5949
5834
  "type": "option"
5950
5835
  },
5951
- "sudo": {
5952
- "char": "s",
5953
- "description": "superuser mode",
5954
- "hidden": true,
5955
- "name": "sudo",
5956
- "required": false,
5957
- "allowNo": false,
5958
- "type": "boolean"
5959
- },
5960
5836
  "impersonate": {
5961
5837
  "char": "i",
5962
5838
  "description": "impersonate organization",
@@ -5966,11 +5842,22 @@
5966
5842
  "hasDynamicHelp": false,
5967
5843
  "multiple": false,
5968
5844
  "type": "option"
5845
+ },
5846
+ "manifest": {
5847
+ "char": "M",
5848
+ "description": "project manifest",
5849
+ "hidden": true,
5850
+ "name": "manifest",
5851
+ "required": false,
5852
+ "default": "raindrop.manifest",
5853
+ "hasDynamicHelp": false,
5854
+ "multiple": false,
5855
+ "type": "option"
5969
5856
  }
5970
5857
  },
5971
5858
  "hasDynamicHelp": false,
5972
5859
  "hiddenAliases": [],
5973
- "id": "build:status",
5860
+ "id": "object:list",
5974
5861
  "pluginAlias": "@liquidmetal-ai/raindrop",
5975
5862
  "pluginName": "@liquidmetal-ai/raindrop",
5976
5863
  "pluginType": "core",
@@ -6041,16 +5928,27 @@
6041
5928
  "relativePath": [
6042
5929
  "dist",
6043
5930
  "commands",
6044
- "build",
6045
- "status.js"
5931
+ "object",
5932
+ "list.js"
6046
5933
  ]
6047
5934
  },
6048
- "build:stop": {
5935
+ "object:put": {
6049
5936
  "aliases": [],
6050
- "args": {},
6051
- "description": "stop a Raindrop application",
5937
+ "args": {
5938
+ "file": {
5939
+ "description": "file to upload",
5940
+ "name": "file",
5941
+ "required": true
5942
+ },
5943
+ "key": {
5944
+ "description": "key/path in the bucket",
5945
+ "name": "key",
5946
+ "required": true
5947
+ }
5948
+ },
5949
+ "description": "Upload a file to the object storage",
6052
5950
  "examples": [
6053
- "<%= config.bin %> <%= command.id %> .\nStop a Raindrop application.\n"
5951
+ "<%= config.bin %> object put ./myfile.txt my-key --bucket my-bucket\nUpload myfile.txt to my-bucket with key 'my-key'\n"
6054
5952
  ],
6055
5953
  "flags": {
6056
5954
  "config": {
@@ -6118,50 +6016,63 @@
6118
6016
  "multiple": false,
6119
6017
  "type": "option"
6120
6018
  },
6121
- "root": {
6122
- "char": "r",
6123
- "description": "root directory",
6124
- "name": "root",
6019
+ "bucket": {
6020
+ "char": "b",
6021
+ "description": "bucket name version can be specified with #, e.g. my-bucket#versionId",
6022
+ "name": "bucket",
6125
6023
  "required": false,
6126
- "default": "/Users/ian/liquidmetal/packages/raindrop",
6127
6024
  "hasDynamicHelp": false,
6128
6025
  "multiple": false,
6129
6026
  "type": "option"
6130
6027
  },
6131
- "manifest": {
6132
- "char": "M",
6133
- "description": "project manifest",
6134
- "name": "manifest",
6028
+ "moduleId": {
6029
+ "char": "m",
6030
+ "description": "moduleId",
6031
+ "name": "moduleId",
6135
6032
  "required": false,
6136
- "default": "raindrop.manifest",
6137
6033
  "hasDynamicHelp": false,
6138
6034
  "multiple": false,
6139
6035
  "type": "option"
6140
6036
  },
6141
- "application": {
6142
- "char": "a",
6143
- "description": "application to stop",
6144
- "name": "application",
6037
+ "contentType": {
6038
+ "char": "t",
6039
+ "description": "content type of the file",
6040
+ "name": "contentType",
6145
6041
  "required": false,
6146
6042
  "hasDynamicHelp": false,
6147
6043
  "multiple": false,
6148
6044
  "type": "option"
6149
6045
  },
6150
- "version": {
6151
- "char": "v",
6152
- "description": "application version to start",
6153
- "name": "version",
6046
+ "output": {
6047
+ "char": "o",
6048
+ "description": "output format",
6049
+ "name": "output",
6050
+ "default": "text",
6051
+ "hasDynamicHelp": false,
6052
+ "multiple": false,
6053
+ "options": [
6054
+ "text",
6055
+ "json"
6056
+ ],
6057
+ "type": "option"
6058
+ },
6059
+ "impersonate": {
6060
+ "char": "i",
6061
+ "description": "impersonate organization",
6062
+ "hidden": true,
6063
+ "name": "impersonate",
6154
6064
  "required": false,
6155
6065
  "hasDynamicHelp": false,
6156
6066
  "multiple": false,
6157
6067
  "type": "option"
6158
6068
  },
6159
- "impersonate": {
6160
- "char": "i",
6161
- "description": "impersonate organization",
6069
+ "manifest": {
6070
+ "char": "M",
6071
+ "description": "project manifest",
6162
6072
  "hidden": true,
6163
- "name": "impersonate",
6073
+ "name": "manifest",
6164
6074
  "required": false,
6075
+ "default": "raindrop.manifest",
6165
6076
  "hasDynamicHelp": false,
6166
6077
  "multiple": false,
6167
6078
  "type": "option"
@@ -6169,7 +6080,7 @@
6169
6080
  },
6170
6081
  "hasDynamicHelp": false,
6171
6082
  "hiddenAliases": [],
6172
- "id": "build:stop",
6083
+ "id": "object:put",
6173
6084
  "pluginAlias": "@liquidmetal-ai/raindrop",
6174
6085
  "pluginName": "@liquidmetal-ai/raindrop",
6175
6086
  "pluginType": "core",
@@ -6240,16 +6151,24 @@
6240
6151
  "relativePath": [
6241
6152
  "dist",
6242
6153
  "commands",
6243
- "build",
6244
- "stop.js"
6154
+ "object",
6155
+ "put.js"
6245
6156
  ]
6246
6157
  },
6247
- "build:unsandbox": {
6158
+ "annotation:get": {
6248
6159
  "aliases": [],
6249
- "args": {},
6250
- "description": "mark a version as unsandboxed in the Raindrop catalog",
6160
+ "args": {
6161
+ "mrn": {
6162
+ "description": "MRN (Machine Resource Name) of the annotation to retrieve. Can be partial (e.g., my-module:my-key:) or full (e.g., annotation:app:v1:my-module:my-key:)",
6163
+ "name": "mrn",
6164
+ "required": true
6165
+ }
6166
+ },
6167
+ "description": "Get an annotation by MRN",
6251
6168
  "examples": [
6252
- "<%= config.bin %> <%= command.id %>\n"
6169
+ "<%= config.bin %> annotation get my-module:my-item^my-key:\nGet annotation by partial MRN (prefilled with app/version from manifest and config)\n",
6170
+ "<%= config.bin %> annotation get annotation:my-app:v1.0.0:my-module:my-item^my-key:\nGet annotation with the full MRN\n",
6171
+ "<%= config.bin %> annotation get my-module:my-key: --format json\nGet annotation by partial MRN and output as JSON\n"
6253
6172
  ],
6254
6173
  "flags": {
6255
6174
  "config": {
@@ -6317,6 +6236,19 @@
6317
6236
  "multiple": false,
6318
6237
  "type": "option"
6319
6238
  },
6239
+ "format": {
6240
+ "char": "f",
6241
+ "description": "output format",
6242
+ "name": "format",
6243
+ "default": "text",
6244
+ "hasDynamicHelp": false,
6245
+ "multiple": false,
6246
+ "options": [
6247
+ "text",
6248
+ "json"
6249
+ ],
6250
+ "type": "option"
6251
+ },
6320
6252
  "impersonate": {
6321
6253
  "char": "i",
6322
6254
  "description": "impersonate organization",
@@ -6328,18 +6260,12 @@
6328
6260
  "type": "option"
6329
6261
  },
6330
6262
  "manifest": {
6263
+ "char": "M",
6331
6264
  "description": "project manifest",
6265
+ "hidden": true,
6332
6266
  "name": "manifest",
6333
- "default": "raindrop.manifest",
6334
- "hasDynamicHelp": false,
6335
- "multiple": false,
6336
- "type": "option"
6337
- },
6338
- "version": {
6339
- "char": "v",
6340
- "description": "application version to unsandbox",
6341
- "name": "version",
6342
6267
  "required": false,
6268
+ "default": "raindrop.manifest",
6343
6269
  "hasDynamicHelp": false,
6344
6270
  "multiple": false,
6345
6271
  "type": "option"
@@ -6347,7 +6273,7 @@
6347
6273
  },
6348
6274
  "hasDynamicHelp": false,
6349
6275
  "hiddenAliases": [],
6350
- "id": "build:unsandbox",
6276
+ "id": "annotation:get",
6351
6277
  "pluginAlias": "@liquidmetal-ai/raindrop",
6352
6278
  "pluginName": "@liquidmetal-ai/raindrop",
6353
6279
  "pluginType": "core",
@@ -6418,16 +6344,24 @@
6418
6344
  "relativePath": [
6419
6345
  "dist",
6420
6346
  "commands",
6421
- "build",
6422
- "unsandbox.js"
6347
+ "annotation",
6348
+ "get.js"
6423
6349
  ]
6424
6350
  },
6425
- "build:upload": {
6351
+ "annotation:list": {
6426
6352
  "aliases": [],
6427
- "args": {},
6428
- "description": "build and validate a LiquidMetal.AI project",
6353
+ "args": {
6354
+ "mrnPrefix": {
6355
+ "description": "MRN prefix to filter annotations (e.g., my-module or annotation:app:v1:my-module). If not provided, uses app/version from manifest and config.",
6356
+ "name": "mrnPrefix",
6357
+ "required": false
6358
+ }
6359
+ },
6360
+ "description": "List annotations by MRN prefix",
6429
6361
  "examples": [
6430
- "<%= config.bin %> <%= command.id %>"
6362
+ "<%= config.bin %> annotation list\nList all annotations for the current app/version from manifest and config\n",
6363
+ "<%= config.bin %> annotation list my-module\nList annotations for 'my-module' (prefilled with app/version from manifest and config)\n",
6364
+ "<%= config.bin %> annotation list annotation:my-app:v1.0.0:my-module --format json\nList annotations for a specific module using full MRN prefix in JSON format\n"
6431
6365
  ],
6432
6366
  "flags": {
6433
6367
  "config": {
@@ -6495,41 +6429,25 @@
6495
6429
  "multiple": false,
6496
6430
  "type": "option"
6497
6431
  },
6498
- "root": {
6499
- "char": "r",
6500
- "description": "root directory",
6501
- "name": "root",
6502
- "required": false,
6503
- "default": "/Users/ian/liquidmetal/packages/raindrop",
6504
- "hasDynamicHelp": false,
6505
- "multiple": false,
6506
- "type": "option"
6507
- },
6508
- "manifest": {
6509
- "char": "M",
6510
- "description": "project manifest",
6511
- "name": "manifest",
6512
- "required": false,
6513
- "default": "raindrop.manifest",
6514
- "hasDynamicHelp": false,
6515
- "multiple": false,
6516
- "type": "option"
6517
- },
6518
6432
  "output": {
6519
6433
  "char": "o",
6520
- "description": "output directory",
6434
+ "description": "output format",
6521
6435
  "name": "output",
6522
- "required": false,
6523
- "default": "dist",
6436
+ "default": "table",
6524
6437
  "hasDynamicHelp": false,
6525
6438
  "multiple": false,
6439
+ "options": [
6440
+ "table",
6441
+ "text",
6442
+ "json"
6443
+ ],
6526
6444
  "type": "option"
6527
6445
  },
6528
- "versionId": {
6529
- "char": "v",
6530
- "description": "version ID",
6531
- "name": "versionId",
6532
- "required": true,
6446
+ "limit": {
6447
+ "char": "l",
6448
+ "description": "maximum number of annotations to return",
6449
+ "name": "limit",
6450
+ "default": 100,
6533
6451
  "hasDynamicHelp": false,
6534
6452
  "multiple": false,
6535
6453
  "type": "option"
@@ -6543,11 +6461,22 @@
6543
6461
  "hasDynamicHelp": false,
6544
6462
  "multiple": false,
6545
6463
  "type": "option"
6464
+ },
6465
+ "manifest": {
6466
+ "char": "M",
6467
+ "description": "project manifest",
6468
+ "hidden": true,
6469
+ "name": "manifest",
6470
+ "required": false,
6471
+ "default": "raindrop.manifest",
6472
+ "hasDynamicHelp": false,
6473
+ "multiple": false,
6474
+ "type": "option"
6546
6475
  }
6547
6476
  },
6548
6477
  "hasDynamicHelp": false,
6549
6478
  "hiddenAliases": [],
6550
- "id": "build:upload",
6479
+ "id": "annotation:list",
6551
6480
  "pluginAlias": "@liquidmetal-ai/raindrop",
6552
6481
  "pluginName": "@liquidmetal-ai/raindrop",
6553
6482
  "pluginType": "core",
@@ -6618,55 +6547,126 @@
6618
6547
  "relativePath": [
6619
6548
  "dist",
6620
6549
  "commands",
6621
- "build",
6622
- "upload.js"
6550
+ "annotation",
6551
+ "list.js"
6623
6552
  ]
6624
6553
  },
6625
- "build:validate": {
6554
+ "annotation:put": {
6626
6555
  "aliases": [],
6627
- "args": {},
6628
- "description": "build and validate a LiquidMetal.AI project",
6556
+ "args": {
6557
+ "mrn": {
6558
+ "description": "MRN (Machine Resource Name) of the annotation to create/update. Can be partial (e.g., my-module:my-key:) or full (e.g., annotation:app:v1:my-module:my-key:)",
6559
+ "name": "mrn",
6560
+ "required": true
6561
+ },
6562
+ "annotation": {
6563
+ "description": "annotation content (use \"-\" to read from stdin)",
6564
+ "name": "annotation",
6565
+ "required": true
6566
+ }
6567
+ },
6568
+ "description": "Create or update an annotation by MRN",
6629
6569
  "examples": [
6630
- "<%= config.bin %> <%= command.id %>"
6570
+ "<%= config.bin %> annotation put my-module:my-key: \"This is my annotation\"\nCreate an annotation with partial MRN (prefilled with app/version from manifest and config)\n",
6571
+ "<%= config.bin %> annotation put annotation:my-app:v1.0.0:my-module:my-item^my-key: @file.txt\nCreate an annotation from file contents using full MRN\n",
6572
+ "<%= config.bin %> annotation put my-module:my-key: - < input.txt\nCreate an annotation from stdin using partial MRN\n"
6631
6573
  ],
6632
6574
  "flags": {
6633
- "root": {
6634
- "char": "r",
6635
- "description": "root directory",
6636
- "name": "root",
6575
+ "config": {
6576
+ "char": "c",
6577
+ "description": "config file",
6578
+ "hidden": true,
6579
+ "name": "config",
6637
6580
  "required": false,
6638
- "default": "/Users/ian/liquidmetal/packages/raindrop",
6581
+ "default": ".raindrop/config.json",
6639
6582
  "hasDynamicHelp": false,
6640
6583
  "multiple": false,
6641
6584
  "type": "option"
6642
6585
  },
6643
- "manifest": {
6644
- "char": "M",
6645
- "description": "project manifest",
6646
- "name": "manifest",
6647
- "required": false,
6648
- "default": "raindrop.manifest",
6586
+ "rainbowAuthService": {
6587
+ "env": "LIQUIDMETAL_RAINBOW_AUTH_SERVICE",
6588
+ "hidden": true,
6589
+ "name": "rainbowAuthService",
6590
+ "default": "https://raindrop.liquidmetal.run/",
6649
6591
  "hasDynamicHelp": false,
6650
6592
  "multiple": false,
6651
6593
  "type": "option"
6652
6594
  },
6653
- "config": {
6654
- "char": "c",
6655
- "description": "config file",
6595
+ "raindropCatalogService": {
6596
+ "description": "URL of the catalog service",
6597
+ "env": "RAINDROP_CATALOG_SERVICE",
6656
6598
  "hidden": true,
6657
- "name": "config",
6658
- "required": false,
6659
- "default": ".raindrop/config.json",
6599
+ "name": "raindropCatalogService",
6600
+ "hasDynamicHelp": false,
6601
+ "multiple": false,
6602
+ "type": "option"
6603
+ },
6604
+ "rainbowAuthToken": {
6605
+ "description": "Override the Rainbow auth token derived from the CLI config",
6606
+ "env": "RAINBOW_AUTH_TOKEN",
6607
+ "hidden": true,
6608
+ "name": "rainbowAuthToken",
6609
+ "hasDynamicHelp": false,
6610
+ "multiple": false,
6611
+ "type": "option"
6612
+ },
6613
+ "rainbowOrganizationId": {
6614
+ "description": "Override the Rainbow organization ID derived from the CLI config",
6615
+ "env": "RAINBOW_ORGANIZATION_ID",
6616
+ "hidden": true,
6617
+ "name": "rainbowOrganizationId",
6618
+ "hasDynamicHelp": false,
6619
+ "multiple": false,
6620
+ "type": "option"
6621
+ },
6622
+ "rainbowUserId": {
6623
+ "description": "Override the Rainbow user ID derived from the CLI config",
6624
+ "env": "RAINBOW_USER_ID",
6625
+ "hidden": true,
6626
+ "name": "rainbowUserId",
6627
+ "hasDynamicHelp": false,
6628
+ "multiple": false,
6629
+ "type": "option"
6630
+ },
6631
+ "sendVersionMetadata": {
6632
+ "description": "Send version metadata to the server",
6633
+ "hidden": true,
6634
+ "name": "sendVersionMetadata",
6635
+ "default": "true",
6660
6636
  "hasDynamicHelp": false,
6661
6637
  "multiple": false,
6662
6638
  "type": "option"
6663
6639
  },
6664
6640
  "output": {
6665
6641
  "char": "o",
6666
- "description": "output directory",
6642
+ "description": "output format",
6667
6643
  "name": "output",
6644
+ "default": "text",
6645
+ "hasDynamicHelp": false,
6646
+ "multiple": false,
6647
+ "options": [
6648
+ "text",
6649
+ "json"
6650
+ ],
6651
+ "type": "option"
6652
+ },
6653
+ "impersonate": {
6654
+ "char": "i",
6655
+ "description": "impersonate organization",
6656
+ "hidden": true,
6657
+ "name": "impersonate",
6668
6658
  "required": false,
6669
- "default": "dist",
6659
+ "hasDynamicHelp": false,
6660
+ "multiple": false,
6661
+ "type": "option"
6662
+ },
6663
+ "manifest": {
6664
+ "char": "M",
6665
+ "description": "project manifest",
6666
+ "hidden": true,
6667
+ "name": "manifest",
6668
+ "required": false,
6669
+ "default": "raindrop.manifest",
6670
6670
  "hasDynamicHelp": false,
6671
6671
  "multiple": false,
6672
6672
  "type": "option"
@@ -6674,7 +6674,7 @@
6674
6674
  },
6675
6675
  "hasDynamicHelp": false,
6676
6676
  "hiddenAliases": [],
6677
- "id": "build:validate",
6677
+ "id": "annotation:put",
6678
6678
  "pluginAlias": "@liquidmetal-ai/raindrop",
6679
6679
  "pluginName": "@liquidmetal-ai/raindrop",
6680
6680
  "pluginType": "core",
@@ -6745,8 +6745,8 @@
6745
6745
  "relativePath": [
6746
6746
  "dist",
6747
6747
  "commands",
6748
- "build",
6749
- "validate.js"
6748
+ "annotation",
6749
+ "put.js"
6750
6750
  ]
6751
6751
  },
6752
6752
  "build:env:get": {
@@ -7046,7 +7046,7 @@
7046
7046
  "description": "root directory",
7047
7047
  "name": "root",
7048
7048
  "required": false,
7049
- "default": "/Users/ian/liquidmetal/packages/raindrop",
7049
+ "default": "/Users/dstaley/Work/liquidmetal/packages/raindrop",
7050
7050
  "hasDynamicHelp": false,
7051
7051
  "multiple": false,
7052
7052
  "type": "option"
@@ -7193,7 +7193,7 @@
7193
7193
  "description": "root directory",
7194
7194
  "name": "root",
7195
7195
  "required": false,
7196
- "default": "/Users/ian/liquidmetal/packages/raindrop",
7196
+ "default": "/Users/dstaley/Work/liquidmetal/packages/raindrop",
7197
7197
  "hasDynamicHelp": false,
7198
7198
  "multiple": false,
7199
7199
  "type": "option"
@@ -7300,7 +7300,7 @@
7300
7300
  "description": "root directory",
7301
7301
  "name": "root",
7302
7302
  "required": false,
7303
- "default": "/Users/ian/liquidmetal/packages/raindrop",
7303
+ "default": "/Users/dstaley/Work/liquidmetal/packages/raindrop",
7304
7304
  "hasDynamicHelp": false,
7305
7305
  "multiple": false,
7306
7306
  "type": "option"
@@ -7395,5 +7395,5 @@
7395
7395
  ]
7396
7396
  }
7397
7397
  },
7398
- "version": "0.4.12"
7398
+ "version": "0.4.13"
7399
7399
  }