@liquidmetal-ai/raindrop 0.4.1 → 0.4.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -81,113 +81,117 @@
81
81
  "tail.js"
82
82
  ]
83
83
  },
84
- "auth:list": {
84
+ "annotation:get": {
85
85
  "aliases": [],
86
- "args": {},
87
- "description": "List authentications",
88
- "flags": {
89
- "output": {
90
- "char": "o",
91
- "description": "output format",
92
- "name": "output",
93
- "default": "table",
94
- "hasDynamicHelp": false,
95
- "multiple": false,
96
- "options": [
97
- "text",
98
- "table",
99
- "json"
100
- ],
101
- "type": "option"
86
+ "args": {
87
+ "mrn": {
88
+ "description": "MRN (Machine Resource Name) of the annotation to retrieve. Can be partial (e.g., my-module:my-key:) or full (e.g., annotation:app:v1:my-module:my-key:)",
89
+ "name": "mrn",
90
+ "required": true
102
91
  }
103
92
  },
104
- "hasDynamicHelp": false,
105
- "hiddenAliases": [],
106
- "id": "auth:list",
107
- "pluginAlias": "@liquidmetal-ai/raindrop",
108
- "pluginName": "@liquidmetal-ai/raindrop",
109
- "pluginType": "core",
110
- "strict": true,
111
- "enableJsonFlag": false,
112
- "HIDDEN_FLAGS": {
93
+ "description": "Get an annotation by MRN",
94
+ "examples": [
95
+ "<%= config.bin %> annotation get my-module:my-item^my-key:\nGet annotation by partial MRN (prefilled with app/version from manifest and config)\n",
96
+ "<%= config.bin %> annotation get annotation:my-app:v1.0.0:my-module:my-item^my-key:\nGet annotation with the full MRN\n",
97
+ "<%= config.bin %> annotation get my-module:my-key: --format json\nGet annotation by partial MRN and output as JSON\n"
98
+ ],
99
+ "flags": {
113
100
  "config": {
114
101
  "char": "c",
115
102
  "description": "config file",
116
- "required": false,
117
103
  "hidden": true,
104
+ "name": "config",
105
+ "required": false,
118
106
  "default": ".raindrop/config.json",
119
- "input": [],
107
+ "hasDynamicHelp": false,
120
108
  "multiple": false,
121
109
  "type": "option"
122
110
  },
123
111
  "rainbowAuthService": {
124
- "default": "https://raindrop.liquidmetal.run/",
125
- "hidden": true,
126
112
  "env": "LIQUIDMETAL_RAINBOW_AUTH_SERVICE",
127
- "input": [],
113
+ "hidden": true,
114
+ "name": "rainbowAuthService",
115
+ "default": "https://raindrop.liquidmetal.run/",
116
+ "hasDynamicHelp": false,
128
117
  "multiple": false,
129
118
  "type": "option"
130
119
  },
131
120
  "raindropCatalogService": {
132
- "env": "RAINDROP_CATALOG_SERVICE",
133
121
  "description": "URL of the catalog service",
122
+ "env": "RAINDROP_CATALOG_SERVICE",
134
123
  "hidden": true,
135
- "input": [],
124
+ "name": "raindropCatalogService",
125
+ "hasDynamicHelp": false,
136
126
  "multiple": false,
137
127
  "type": "option"
138
128
  },
139
129
  "rainbowAuthToken": {
140
- "env": "RAINBOW_AUTH_TOKEN",
141
130
  "description": "Override the Rainbow auth token derived from the CLI config",
131
+ "env": "RAINBOW_AUTH_TOKEN",
142
132
  "hidden": true,
143
- "input": [],
133
+ "name": "rainbowAuthToken",
134
+ "hasDynamicHelp": false,
144
135
  "multiple": false,
145
136
  "type": "option"
146
137
  },
147
138
  "rainbowOrganizationId": {
148
- "env": "RAINBOW_ORGANIZATION_ID",
149
139
  "description": "Override the Rainbow organization ID derived from the CLI config",
140
+ "env": "RAINBOW_ORGANIZATION_ID",
150
141
  "hidden": true,
151
- "input": [],
142
+ "name": "rainbowOrganizationId",
143
+ "hasDynamicHelp": false,
152
144
  "multiple": false,
153
145
  "type": "option"
154
146
  },
155
147
  "rainbowUserId": {
156
- "env": "RAINBOW_USER_ID",
157
148
  "description": "Override the Rainbow user ID derived from the CLI config",
149
+ "env": "RAINBOW_USER_ID",
158
150
  "hidden": true,
159
- "input": [],
151
+ "name": "rainbowUserId",
152
+ "hasDynamicHelp": false,
160
153
  "multiple": false,
161
154
  "type": "option"
162
155
  },
163
156
  "sendVersionMetadata": {
164
157
  "description": "Send version metadata to the server",
158
+ "hidden": true,
159
+ "name": "sendVersionMetadata",
165
160
  "default": "true",
161
+ "hasDynamicHelp": false,
162
+ "multiple": false,
163
+ "type": "option"
164
+ },
165
+ "format": {
166
+ "char": "f",
167
+ "description": "output format",
168
+ "name": "format",
169
+ "default": "text",
170
+ "hasDynamicHelp": false,
171
+ "multiple": false,
172
+ "options": [
173
+ "text",
174
+ "json"
175
+ ],
176
+ "type": "option"
177
+ },
178
+ "impersonate": {
179
+ "char": "i",
180
+ "description": "impersonate organization",
166
181
  "hidden": true,
167
- "input": [],
182
+ "name": "impersonate",
183
+ "required": false,
184
+ "hasDynamicHelp": false,
168
185
  "multiple": false,
169
186
  "type": "option"
170
- }
171
- },
172
- "baseArgs": {},
173
- "isESM": true,
174
- "relativePath": [
175
- "dist",
176
- "commands",
177
- "auth",
178
- "list.js"
179
- ]
180
- },
181
- "auth:login": {
182
- "aliases": [],
183
- "args": {},
184
- "description": "Logs a user into the LiquidMetal platform. Supports browser-based authentication.",
185
- "flags": {
186
- "rainbowAuthService": {
187
- "env": "LIQUIDMETAL_RAINBOW_AUTH_SERVICE",
187
+ },
188
+ "manifest": {
189
+ "char": "M",
190
+ "description": "project manifest",
188
191
  "hidden": true,
189
- "name": "rainbowAuthService",
190
- "default": "https://liquidmetal.run/api/connect",
192
+ "name": "manifest",
193
+ "required": false,
194
+ "default": "raindrop.manifest",
191
195
  "hasDynamicHelp": false,
192
196
  "multiple": false,
193
197
  "type": "option"
@@ -195,7 +199,7 @@
195
199
  },
196
200
  "hasDynamicHelp": false,
197
201
  "hiddenAliases": [],
198
- "id": "auth:login",
202
+ "id": "annotation:get",
199
203
  "pluginAlias": "@liquidmetal-ai/raindrop",
200
204
  "pluginName": "@liquidmetal-ai/raindrop",
201
205
  "pluginType": "core",
@@ -266,100 +270,131 @@
266
270
  "relativePath": [
267
271
  "dist",
268
272
  "commands",
269
- "auth",
270
- "login.js"
273
+ "annotation",
274
+ "get.js"
271
275
  ]
272
276
  },
273
- "auth:logout": {
277
+ "annotation:list": {
274
278
  "aliases": [],
275
- "args": {},
276
- "description": "Logout authentications",
277
- "flags": {},
278
- "hasDynamicHelp": false,
279
- "hiddenAliases": [],
280
- "id": "auth:logout",
281
- "pluginAlias": "@liquidmetal-ai/raindrop",
282
- "pluginName": "@liquidmetal-ai/raindrop",
283
- "pluginType": "core",
284
- "strict": true,
285
- "enableJsonFlag": false,
286
- "HIDDEN_FLAGS": {
279
+ "args": {
280
+ "mrnPrefix": {
281
+ "description": "MRN prefix to filter annotations (e.g., my-module or annotation:app:v1:my-module). If not provided, uses app/version from manifest and config.",
282
+ "name": "mrnPrefix",
283
+ "required": false
284
+ }
285
+ },
286
+ "description": "List annotations by MRN prefix",
287
+ "examples": [
288
+ "<%= config.bin %> annotation list\nList all annotations for the current app/version from manifest and config\n",
289
+ "<%= config.bin %> annotation list my-module\nList annotations for 'my-module' (prefilled with app/version from manifest and config)\n",
290
+ "<%= config.bin %> annotation list annotation:my-app:v1.0.0:my-module --format json\nList annotations for a specific module using full MRN prefix in JSON format\n"
291
+ ],
292
+ "flags": {
287
293
  "config": {
288
294
  "char": "c",
289
295
  "description": "config file",
290
- "required": false,
291
296
  "hidden": true,
297
+ "name": "config",
298
+ "required": false,
292
299
  "default": ".raindrop/config.json",
293
- "input": [],
300
+ "hasDynamicHelp": false,
294
301
  "multiple": false,
295
302
  "type": "option"
296
303
  },
297
304
  "rainbowAuthService": {
298
- "default": "https://raindrop.liquidmetal.run/",
299
- "hidden": true,
300
305
  "env": "LIQUIDMETAL_RAINBOW_AUTH_SERVICE",
301
- "input": [],
306
+ "hidden": true,
307
+ "name": "rainbowAuthService",
308
+ "default": "https://raindrop.liquidmetal.run/",
309
+ "hasDynamicHelp": false,
302
310
  "multiple": false,
303
311
  "type": "option"
304
312
  },
305
313
  "raindropCatalogService": {
306
- "env": "RAINDROP_CATALOG_SERVICE",
307
314
  "description": "URL of the catalog service",
315
+ "env": "RAINDROP_CATALOG_SERVICE",
308
316
  "hidden": true,
309
- "input": [],
317
+ "name": "raindropCatalogService",
318
+ "hasDynamicHelp": false,
310
319
  "multiple": false,
311
320
  "type": "option"
312
321
  },
313
322
  "rainbowAuthToken": {
314
- "env": "RAINBOW_AUTH_TOKEN",
315
323
  "description": "Override the Rainbow auth token derived from the CLI config",
324
+ "env": "RAINBOW_AUTH_TOKEN",
316
325
  "hidden": true,
317
- "input": [],
326
+ "name": "rainbowAuthToken",
327
+ "hasDynamicHelp": false,
318
328
  "multiple": false,
319
329
  "type": "option"
320
330
  },
321
331
  "rainbowOrganizationId": {
322
- "env": "RAINBOW_ORGANIZATION_ID",
323
332
  "description": "Override the Rainbow organization ID derived from the CLI config",
333
+ "env": "RAINBOW_ORGANIZATION_ID",
324
334
  "hidden": true,
325
- "input": [],
335
+ "name": "rainbowOrganizationId",
336
+ "hasDynamicHelp": false,
326
337
  "multiple": false,
327
338
  "type": "option"
328
339
  },
329
340
  "rainbowUserId": {
330
- "env": "RAINBOW_USER_ID",
331
341
  "description": "Override the Rainbow user ID derived from the CLI config",
342
+ "env": "RAINBOW_USER_ID",
332
343
  "hidden": true,
333
- "input": [],
344
+ "name": "rainbowUserId",
345
+ "hasDynamicHelp": false,
334
346
  "multiple": false,
335
347
  "type": "option"
336
348
  },
337
349
  "sendVersionMetadata": {
338
350
  "description": "Send version metadata to the server",
351
+ "hidden": true,
352
+ "name": "sendVersionMetadata",
339
353
  "default": "true",
354
+ "hasDynamicHelp": false,
355
+ "multiple": false,
356
+ "type": "option"
357
+ },
358
+ "output": {
359
+ "char": "o",
360
+ "description": "output format",
361
+ "name": "output",
362
+ "default": "table",
363
+ "hasDynamicHelp": false,
364
+ "multiple": false,
365
+ "options": [
366
+ "table",
367
+ "text",
368
+ "json"
369
+ ],
370
+ "type": "option"
371
+ },
372
+ "limit": {
373
+ "char": "l",
374
+ "description": "maximum number of annotations to return",
375
+ "name": "limit",
376
+ "default": 100,
377
+ "hasDynamicHelp": false,
378
+ "multiple": false,
379
+ "type": "option"
380
+ },
381
+ "impersonate": {
382
+ "char": "i",
383
+ "description": "impersonate organization",
340
384
  "hidden": true,
341
- "input": [],
385
+ "name": "impersonate",
386
+ "required": false,
387
+ "hasDynamicHelp": false,
342
388
  "multiple": false,
343
389
  "type": "option"
344
- }
345
- },
346
- "baseArgs": {},
347
- "isESM": true,
348
- "relativePath": [
349
- "dist",
350
- "commands",
351
- "auth",
352
- "logout.js"
353
- ]
354
- },
355
- "auth:select": {
356
- "aliases": [],
357
- "args": {},
358
- "description": "Select active organization",
359
- "flags": {
360
- "organizationId": {
361
- "description": "organizationId to select as active",
362
- "name": "organizationId",
390
+ },
391
+ "manifest": {
392
+ "char": "M",
393
+ "description": "project manifest",
394
+ "hidden": true,
395
+ "name": "manifest",
396
+ "required": false,
397
+ "default": "raindrop.manifest",
363
398
  "hasDynamicHelp": false,
364
399
  "multiple": false,
365
400
  "type": "option"
@@ -367,7 +402,7 @@
367
402
  },
368
403
  "hasDynamicHelp": false,
369
404
  "hiddenAliases": [],
370
- "id": "auth:select",
405
+ "id": "annotation:list",
371
406
  "pluginAlias": "@liquidmetal-ai/raindrop",
372
407
  "pluginName": "@liquidmetal-ai/raindrop",
373
408
  "pluginType": "core",
@@ -438,22 +473,29 @@
438
473
  "relativePath": [
439
474
  "dist",
440
475
  "commands",
441
- "auth",
442
- "select.js"
476
+ "annotation",
477
+ "list.js"
443
478
  ]
444
479
  },
445
- "object:delete": {
480
+ "annotation:put": {
446
481
  "aliases": [],
447
482
  "args": {
448
- "key": {
449
- "description": "key/path in the bucket to delete",
450
- "name": "key",
483
+ "mrn": {
484
+ "description": "MRN (Machine Resource Name) of the annotation to create/update. Can be partial (e.g., my-module:my-key:) or full (e.g., annotation:app:v1:my-module:my-key:)",
485
+ "name": "mrn",
486
+ "required": true
487
+ },
488
+ "annotation": {
489
+ "description": "annotation content (use \"-\" to read from stdin)",
490
+ "name": "annotation",
451
491
  "required": true
452
492
  }
453
493
  },
454
- "description": "Delete a file from the object storage",
494
+ "description": "Create or update an annotation by MRN",
455
495
  "examples": [
456
- "<%= config.bin %> object delete my-key --bucket my-bucket\nDelete file with key 'my-key' from my-bucket\n"
496
+ "<%= config.bin %> annotation put my-module:my-key: \"This is my annotation\"\nCreate an annotation with partial MRN (prefilled with app/version from manifest and config)\n",
497
+ "<%= config.bin %> annotation put annotation:my-app:v1.0.0:my-module:my-item^my-key: @file.txt\nCreate an annotation from file contents using full MRN\n",
498
+ "<%= config.bin %> annotation put my-module:my-key: - < input.txt\nCreate an annotation from stdin using partial MRN\n"
457
499
  ],
458
500
  "flags": {
459
501
  "config": {
@@ -521,54 +563,397 @@
521
563
  "multiple": false,
522
564
  "type": "option"
523
565
  },
524
- "bucket": {
525
- "char": "b",
526
- "description": "bucket name version can be specified with #, e.g. my-bucket#versionId",
527
- "name": "bucket",
528
- "required": false,
566
+ "output": {
567
+ "char": "o",
568
+ "description": "output format",
569
+ "name": "output",
570
+ "default": "text",
529
571
  "hasDynamicHelp": false,
530
572
  "multiple": false,
573
+ "options": [
574
+ "text",
575
+ "json"
576
+ ],
531
577
  "type": "option"
532
578
  },
533
- "moduleId": {
534
- "char": "m",
535
- "description": "moduleId",
536
- "name": "moduleId",
579
+ "impersonate": {
580
+ "char": "i",
581
+ "description": "impersonate organization",
582
+ "hidden": true,
583
+ "name": "impersonate",
584
+ "required": false,
585
+ "hasDynamicHelp": false,
586
+ "multiple": false,
587
+ "type": "option"
588
+ },
589
+ "manifest": {
590
+ "char": "M",
591
+ "description": "project manifest",
592
+ "hidden": true,
593
+ "name": "manifest",
594
+ "required": false,
595
+ "default": "raindrop.manifest",
596
+ "hasDynamicHelp": false,
597
+ "multiple": false,
598
+ "type": "option"
599
+ }
600
+ },
601
+ "hasDynamicHelp": false,
602
+ "hiddenAliases": [],
603
+ "id": "annotation:put",
604
+ "pluginAlias": "@liquidmetal-ai/raindrop",
605
+ "pluginName": "@liquidmetal-ai/raindrop",
606
+ "pluginType": "core",
607
+ "strict": true,
608
+ "enableJsonFlag": false,
609
+ "HIDDEN_FLAGS": {
610
+ "config": {
611
+ "char": "c",
612
+ "description": "config file",
613
+ "required": false,
614
+ "hidden": true,
615
+ "default": ".raindrop/config.json",
616
+ "input": [],
617
+ "multiple": false,
618
+ "type": "option"
619
+ },
620
+ "rainbowAuthService": {
621
+ "default": "https://raindrop.liquidmetal.run/",
622
+ "hidden": true,
623
+ "env": "LIQUIDMETAL_RAINBOW_AUTH_SERVICE",
624
+ "input": [],
625
+ "multiple": false,
626
+ "type": "option"
627
+ },
628
+ "raindropCatalogService": {
629
+ "env": "RAINDROP_CATALOG_SERVICE",
630
+ "description": "URL of the catalog service",
631
+ "hidden": true,
632
+ "input": [],
633
+ "multiple": false,
634
+ "type": "option"
635
+ },
636
+ "rainbowAuthToken": {
637
+ "env": "RAINBOW_AUTH_TOKEN",
638
+ "description": "Override the Rainbow auth token derived from the CLI config",
639
+ "hidden": true,
640
+ "input": [],
641
+ "multiple": false,
642
+ "type": "option"
643
+ },
644
+ "rainbowOrganizationId": {
645
+ "env": "RAINBOW_ORGANIZATION_ID",
646
+ "description": "Override the Rainbow organization ID derived from the CLI config",
647
+ "hidden": true,
648
+ "input": [],
649
+ "multiple": false,
650
+ "type": "option"
651
+ },
652
+ "rainbowUserId": {
653
+ "env": "RAINBOW_USER_ID",
654
+ "description": "Override the Rainbow user ID derived from the CLI config",
655
+ "hidden": true,
656
+ "input": [],
657
+ "multiple": false,
658
+ "type": "option"
659
+ },
660
+ "sendVersionMetadata": {
661
+ "description": "Send version metadata to the server",
662
+ "default": "true",
663
+ "hidden": true,
664
+ "input": [],
665
+ "multiple": false,
666
+ "type": "option"
667
+ }
668
+ },
669
+ "baseArgs": {},
670
+ "isESM": true,
671
+ "relativePath": [
672
+ "dist",
673
+ "commands",
674
+ "annotation",
675
+ "put.js"
676
+ ]
677
+ },
678
+ "auth:list": {
679
+ "aliases": [],
680
+ "args": {},
681
+ "description": "List authentications",
682
+ "flags": {
683
+ "output": {
684
+ "char": "o",
685
+ "description": "output format",
686
+ "name": "output",
687
+ "default": "table",
688
+ "hasDynamicHelp": false,
689
+ "multiple": false,
690
+ "options": [
691
+ "text",
692
+ "table",
693
+ "json"
694
+ ],
695
+ "type": "option"
696
+ }
697
+ },
698
+ "hasDynamicHelp": false,
699
+ "hiddenAliases": [],
700
+ "id": "auth:list",
701
+ "pluginAlias": "@liquidmetal-ai/raindrop",
702
+ "pluginName": "@liquidmetal-ai/raindrop",
703
+ "pluginType": "core",
704
+ "strict": true,
705
+ "enableJsonFlag": false,
706
+ "HIDDEN_FLAGS": {
707
+ "config": {
708
+ "char": "c",
709
+ "description": "config file",
537
710
  "required": false,
711
+ "hidden": true,
712
+ "default": ".raindrop/config.json",
713
+ "input": [],
714
+ "multiple": false,
715
+ "type": "option"
716
+ },
717
+ "rainbowAuthService": {
718
+ "default": "https://raindrop.liquidmetal.run/",
719
+ "hidden": true,
720
+ "env": "LIQUIDMETAL_RAINBOW_AUTH_SERVICE",
721
+ "input": [],
722
+ "multiple": false,
723
+ "type": "option"
724
+ },
725
+ "raindropCatalogService": {
726
+ "env": "RAINDROP_CATALOG_SERVICE",
727
+ "description": "URL of the catalog service",
728
+ "hidden": true,
729
+ "input": [],
730
+ "multiple": false,
731
+ "type": "option"
732
+ },
733
+ "rainbowAuthToken": {
734
+ "env": "RAINBOW_AUTH_TOKEN",
735
+ "description": "Override the Rainbow auth token derived from the CLI config",
736
+ "hidden": true,
737
+ "input": [],
738
+ "multiple": false,
739
+ "type": "option"
740
+ },
741
+ "rainbowOrganizationId": {
742
+ "env": "RAINBOW_ORGANIZATION_ID",
743
+ "description": "Override the Rainbow organization ID derived from the CLI config",
744
+ "hidden": true,
745
+ "input": [],
746
+ "multiple": false,
747
+ "type": "option"
748
+ },
749
+ "rainbowUserId": {
750
+ "env": "RAINBOW_USER_ID",
751
+ "description": "Override the Rainbow user ID derived from the CLI config",
752
+ "hidden": true,
753
+ "input": [],
754
+ "multiple": false,
755
+ "type": "option"
756
+ },
757
+ "sendVersionMetadata": {
758
+ "description": "Send version metadata to the server",
759
+ "default": "true",
760
+ "hidden": true,
761
+ "input": [],
762
+ "multiple": false,
763
+ "type": "option"
764
+ }
765
+ },
766
+ "baseArgs": {},
767
+ "isESM": true,
768
+ "relativePath": [
769
+ "dist",
770
+ "commands",
771
+ "auth",
772
+ "list.js"
773
+ ]
774
+ },
775
+ "auth:login": {
776
+ "aliases": [],
777
+ "args": {},
778
+ "description": "Logs a user into the LiquidMetal platform. Supports browser-based authentication.",
779
+ "flags": {
780
+ "rainbowAuthService": {
781
+ "env": "LIQUIDMETAL_RAINBOW_AUTH_SERVICE",
782
+ "hidden": true,
783
+ "name": "rainbowAuthService",
784
+ "default": "https://liquidmetal.run/api/connect",
538
785
  "hasDynamicHelp": false,
539
786
  "multiple": false,
540
787
  "type": "option"
788
+ }
789
+ },
790
+ "hasDynamicHelp": false,
791
+ "hiddenAliases": [],
792
+ "id": "auth:login",
793
+ "pluginAlias": "@liquidmetal-ai/raindrop",
794
+ "pluginName": "@liquidmetal-ai/raindrop",
795
+ "pluginType": "core",
796
+ "strict": true,
797
+ "enableJsonFlag": false,
798
+ "HIDDEN_FLAGS": {
799
+ "config": {
800
+ "char": "c",
801
+ "description": "config file",
802
+ "required": false,
803
+ "hidden": true,
804
+ "default": ".raindrop/config.json",
805
+ "input": [],
806
+ "multiple": false,
807
+ "type": "option"
808
+ },
809
+ "rainbowAuthService": {
810
+ "default": "https://raindrop.liquidmetal.run/",
811
+ "hidden": true,
812
+ "env": "LIQUIDMETAL_RAINBOW_AUTH_SERVICE",
813
+ "input": [],
814
+ "multiple": false,
815
+ "type": "option"
816
+ },
817
+ "raindropCatalogService": {
818
+ "env": "RAINDROP_CATALOG_SERVICE",
819
+ "description": "URL of the catalog service",
820
+ "hidden": true,
821
+ "input": [],
822
+ "multiple": false,
823
+ "type": "option"
824
+ },
825
+ "rainbowAuthToken": {
826
+ "env": "RAINBOW_AUTH_TOKEN",
827
+ "description": "Override the Rainbow auth token derived from the CLI config",
828
+ "hidden": true,
829
+ "input": [],
830
+ "multiple": false,
831
+ "type": "option"
832
+ },
833
+ "rainbowOrganizationId": {
834
+ "env": "RAINBOW_ORGANIZATION_ID",
835
+ "description": "Override the Rainbow organization ID derived from the CLI config",
836
+ "hidden": true,
837
+ "input": [],
838
+ "multiple": false,
839
+ "type": "option"
840
+ },
841
+ "rainbowUserId": {
842
+ "env": "RAINBOW_USER_ID",
843
+ "description": "Override the Rainbow user ID derived from the CLI config",
844
+ "hidden": true,
845
+ "input": [],
846
+ "multiple": false,
847
+ "type": "option"
848
+ },
849
+ "sendVersionMetadata": {
850
+ "description": "Send version metadata to the server",
851
+ "default": "true",
852
+ "hidden": true,
853
+ "input": [],
854
+ "multiple": false,
855
+ "type": "option"
856
+ }
857
+ },
858
+ "baseArgs": {},
859
+ "isESM": true,
860
+ "relativePath": [
861
+ "dist",
862
+ "commands",
863
+ "auth",
864
+ "login.js"
865
+ ]
866
+ },
867
+ "auth:logout": {
868
+ "aliases": [],
869
+ "args": {},
870
+ "description": "Logout authentications",
871
+ "flags": {},
872
+ "hasDynamicHelp": false,
873
+ "hiddenAliases": [],
874
+ "id": "auth:logout",
875
+ "pluginAlias": "@liquidmetal-ai/raindrop",
876
+ "pluginName": "@liquidmetal-ai/raindrop",
877
+ "pluginType": "core",
878
+ "strict": true,
879
+ "enableJsonFlag": false,
880
+ "HIDDEN_FLAGS": {
881
+ "config": {
882
+ "char": "c",
883
+ "description": "config file",
884
+ "required": false,
885
+ "hidden": true,
886
+ "default": ".raindrop/config.json",
887
+ "input": [],
888
+ "multiple": false,
889
+ "type": "option"
890
+ },
891
+ "rainbowAuthService": {
892
+ "default": "https://raindrop.liquidmetal.run/",
893
+ "hidden": true,
894
+ "env": "LIQUIDMETAL_RAINBOW_AUTH_SERVICE",
895
+ "input": [],
896
+ "multiple": false,
897
+ "type": "option"
541
898
  },
542
- "output": {
543
- "char": "o",
544
- "description": "output format",
545
- "name": "output",
546
- "default": "text",
547
- "hasDynamicHelp": false,
899
+ "raindropCatalogService": {
900
+ "env": "RAINDROP_CATALOG_SERVICE",
901
+ "description": "URL of the catalog service",
902
+ "hidden": true,
903
+ "input": [],
548
904
  "multiple": false,
549
- "options": [
550
- "text",
551
- "json"
552
- ],
553
905
  "type": "option"
554
906
  },
555
- "impersonate": {
556
- "char": "i",
557
- "description": "impersonate organization",
907
+ "rainbowAuthToken": {
908
+ "env": "RAINBOW_AUTH_TOKEN",
909
+ "description": "Override the Rainbow auth token derived from the CLI config",
558
910
  "hidden": true,
559
- "name": "impersonate",
560
- "required": false,
561
- "hasDynamicHelp": false,
911
+ "input": [],
562
912
  "multiple": false,
563
913
  "type": "option"
564
914
  },
565
- "manifest": {
566
- "char": "M",
567
- "description": "project manifest",
915
+ "rainbowOrganizationId": {
916
+ "env": "RAINBOW_ORGANIZATION_ID",
917
+ "description": "Override the Rainbow organization ID derived from the CLI config",
568
918
  "hidden": true,
569
- "name": "manifest",
570
- "required": false,
571
- "default": "raindrop.manifest",
919
+ "input": [],
920
+ "multiple": false,
921
+ "type": "option"
922
+ },
923
+ "rainbowUserId": {
924
+ "env": "RAINBOW_USER_ID",
925
+ "description": "Override the Rainbow user ID derived from the CLI config",
926
+ "hidden": true,
927
+ "input": [],
928
+ "multiple": false,
929
+ "type": "option"
930
+ },
931
+ "sendVersionMetadata": {
932
+ "description": "Send version metadata to the server",
933
+ "default": "true",
934
+ "hidden": true,
935
+ "input": [],
936
+ "multiple": false,
937
+ "type": "option"
938
+ }
939
+ },
940
+ "baseArgs": {},
941
+ "isESM": true,
942
+ "relativePath": [
943
+ "dist",
944
+ "commands",
945
+ "auth",
946
+ "logout.js"
947
+ ]
948
+ },
949
+ "auth:select": {
950
+ "aliases": [],
951
+ "args": {},
952
+ "description": "Select active organization",
953
+ "flags": {
954
+ "organizationId": {
955
+ "description": "organizationId to select as active",
956
+ "name": "organizationId",
572
957
  "hasDynamicHelp": false,
573
958
  "multiple": false,
574
959
  "type": "option"
@@ -576,7 +961,7 @@
576
961
  },
577
962
  "hasDynamicHelp": false,
578
963
  "hiddenAliases": [],
579
- "id": "object:delete",
964
+ "id": "auth:select",
580
965
  "pluginAlias": "@liquidmetal-ai/raindrop",
581
966
  "pluginName": "@liquidmetal-ai/raindrop",
582
967
  "pluginType": "core",
@@ -647,28 +1032,22 @@
647
1032
  "relativePath": [
648
1033
  "dist",
649
1034
  "commands",
650
- "object",
651
- "delete.js"
1035
+ "auth",
1036
+ "select.js"
652
1037
  ]
653
1038
  },
654
- "object:get": {
1039
+ "query:chunk-search": {
655
1040
  "aliases": [],
656
1041
  "args": {
657
- "key": {
658
- "description": "key/path in the bucket",
659
- "name": "key",
1042
+ "query": {
1043
+ "description": "search query to run",
1044
+ "name": "query",
660
1045
  "required": true
661
- },
662
- "output": {
663
- "description": "output file (defaults to key basename)",
664
- "name": "output",
665
- "required": false
666
1046
  }
667
1047
  },
668
- "description": "Download a file from the object storage",
1048
+ "description": "Run a RAG (Retrieval Augmented Generation) search query against a Smart Bucket",
669
1049
  "examples": [
670
- "<%= config.bin %> object get my-key --bucket my-bucket\nDownload file with key 'my-key' from my-bucket\n",
671
- "<%= config.bin %> object get my-key output.txt --bucket my-bucket\nDownload file with key 'my-key' from my-bucket to output.txt\n"
1050
+ "<%= config.bin %> query chunk-search \"What is LiquidMetal?\"\nRun a RAG search query against a Smart Bucket.\n"
672
1051
  ],
673
1052
  "flags": {
674
1053
  "config": {
@@ -736,34 +1115,33 @@
736
1115
  "multiple": false,
737
1116
  "type": "option"
738
1117
  },
739
- "bucket": {
1118
+ "buckets": {
740
1119
  "char": "b",
741
- "description": "bucket name version can be specified with #, e.g. my-bucket#versionId",
742
- "name": "bucket",
1120
+ "description": "Bucket names to search in, version can be specified with #, e.g. my-bucket#versionId",
1121
+ "name": "buckets",
743
1122
  "required": false,
744
1123
  "hasDynamicHelp": false,
745
- "multiple": false,
1124
+ "multiple": true,
746
1125
  "type": "option"
747
1126
  },
748
- "moduleId": {
1127
+ "moduleIds": {
749
1128
  "char": "m",
750
- "description": "moduleId",
751
- "name": "moduleId",
1129
+ "description": "Module IDs to search in",
1130
+ "name": "moduleIds",
752
1131
  "required": false,
753
1132
  "hasDynamicHelp": false,
754
- "multiple": false,
1133
+ "multiple": true,
755
1134
  "type": "option"
756
1135
  },
757
- "format": {
758
- "char": "f",
1136
+ "output": {
1137
+ "char": "o",
759
1138
  "description": "output format",
760
- "name": "format",
761
- "default": "file",
1139
+ "name": "output",
1140
+ "default": "text",
762
1141
  "hasDynamicHelp": false,
763
1142
  "multiple": false,
764
1143
  "options": [
765
- "file",
766
- "stdout",
1144
+ "text",
767
1145
  "json"
768
1146
  ],
769
1147
  "type": "option"
@@ -792,7 +1170,7 @@
792
1170
  },
793
1171
  "hasDynamicHelp": false,
794
1172
  "hiddenAliases": [],
795
- "id": "object:get",
1173
+ "id": "query:chunk-search",
796
1174
  "pluginAlias": "@liquidmetal-ai/raindrop",
797
1175
  "pluginName": "@liquidmetal-ai/raindrop",
798
1176
  "pluginType": "core",
@@ -863,16 +1241,23 @@
863
1241
  "relativePath": [
864
1242
  "dist",
865
1243
  "commands",
866
- "object",
867
- "get.js"
1244
+ "query",
1245
+ "chunk-search.js"
868
1246
  ]
869
1247
  },
870
- "object:list": {
1248
+ "query:document": {
871
1249
  "aliases": [],
872
- "args": {},
873
- "description": "List objects in a bucket",
1250
+ "args": {
1251
+ "query": {
1252
+ "description": "question or query about the document",
1253
+ "name": "query",
1254
+ "required": true
1255
+ }
1256
+ },
1257
+ "description": "Chat with a document stored in a Smart Bucket",
874
1258
  "examples": [
875
- "<%= config.bin %> object list --bucket my-bucket\nList all objects in my-bucket\n"
1259
+ "<%= config.bin %> query document \"What is the main topic of this document?\" -b my-bucket -o document.pdf\nChat with a document in a Smart Bucket using bucket name.\n",
1260
+ "<%= config.bin %> query document \"What is the main topic of this document?\" -m module-id -o document.pdf\nChat with a document in a Smart Bucket using module ID.\n"
876
1261
  ],
877
1262
  "flags": {
878
1263
  "config": {
@@ -942,7 +1327,7 @@
942
1327
  },
943
1328
  "bucket": {
944
1329
  "char": "b",
945
- "description": "bucket name version can be specified with #, e.g. my-bucket#versionId",
1330
+ "description": "Bucket name containing the document, version can be specified with #, e.g. my-bucket#versionId",
946
1331
  "name": "bucket",
947
1332
  "required": false,
948
1333
  "hasDynamicHelp": false,
@@ -951,15 +1336,24 @@
951
1336
  },
952
1337
  "moduleId": {
953
1338
  "char": "m",
954
- "description": "moduleId",
1339
+ "description": "Module ID containing the document",
955
1340
  "name": "moduleId",
956
1341
  "required": false,
957
1342
  "hasDynamicHelp": false,
958
1343
  "multiple": false,
959
1344
  "type": "option"
960
1345
  },
961
- "output": {
1346
+ "objectId": {
962
1347
  "char": "o",
1348
+ "description": "Object ID of the document to chat with",
1349
+ "name": "objectId",
1350
+ "required": true,
1351
+ "hasDynamicHelp": false,
1352
+ "multiple": false,
1353
+ "type": "option"
1354
+ },
1355
+ "output": {
1356
+ "char": "O",
963
1357
  "description": "output format",
964
1358
  "name": "output",
965
1359
  "default": "text",
@@ -967,8 +1361,7 @@
967
1361
  "multiple": false,
968
1362
  "options": [
969
1363
  "text",
970
- "json",
971
- "table"
1364
+ "json"
972
1365
  ],
973
1366
  "type": "option"
974
1367
  },
@@ -996,7 +1389,7 @@
996
1389
  },
997
1390
  "hasDynamicHelp": false,
998
1391
  "hiddenAliases": [],
999
- "id": "object:list",
1392
+ "id": "query:document",
1000
1393
  "pluginAlias": "@liquidmetal-ai/raindrop",
1001
1394
  "pluginName": "@liquidmetal-ai/raindrop",
1002
1395
  "pluginType": "core",
@@ -1067,27 +1460,23 @@
1067
1460
  "relativePath": [
1068
1461
  "dist",
1069
1462
  "commands",
1070
- "object",
1071
- "list.js"
1463
+ "query",
1464
+ "document.js"
1072
1465
  ]
1073
1466
  },
1074
- "object:put": {
1467
+ "query:search": {
1075
1468
  "aliases": [],
1076
1469
  "args": {
1077
- "file": {
1078
- "description": "file to upload",
1079
- "name": "file",
1080
- "required": true
1081
- },
1082
- "key": {
1083
- "description": "key/path in the bucket",
1084
- "name": "key",
1085
- "required": true
1470
+ "query": {
1471
+ "description": "search query",
1472
+ "name": "query",
1473
+ "required": false
1086
1474
  }
1087
1475
  },
1088
- "description": "Upload a file to the object storage",
1476
+ "description": "Run a search query against a smart bucket using natural language",
1089
1477
  "examples": [
1090
- "<%= config.bin %> object put ./myfile.txt my-key --bucket my-bucket\nUpload myfile.txt to my-bucket with key 'my-key'\n"
1478
+ "<%= config.bin %> query search \"What is LiquidMetal?\" --buckets my-bucket-1 my-bucket-2\nRun a new supervisor agent search query across multiple buckets.\n",
1479
+ "<%= config.bin %> query search --requestId 01HNG4V2RJXS5T --page 2\nGet page 2 of previous search results.\n"
1091
1480
  ],
1092
1481
  "flags": {
1093
1482
  "config": {
@@ -1155,33 +1544,41 @@
1155
1544
  "multiple": false,
1156
1545
  "type": "option"
1157
1546
  },
1158
- "bucket": {
1547
+ "buckets": {
1159
1548
  "char": "b",
1160
- "description": "bucket name version can be specified with #, e.g. my-bucket#versionId",
1161
- "name": "bucket",
1549
+ "description": "Bucket names to search in, version can be specified with #, e.g. my-bucket#versionId",
1550
+ "name": "buckets",
1162
1551
  "required": false,
1163
1552
  "hasDynamicHelp": false,
1164
- "multiple": false,
1553
+ "multiple": true,
1165
1554
  "type": "option"
1166
1555
  },
1167
- "moduleId": {
1556
+ "moduleIds": {
1168
1557
  "char": "m",
1169
- "description": "moduleId",
1170
- "name": "moduleId",
1558
+ "description": "Module IDs to search in",
1559
+ "name": "moduleIds",
1171
1560
  "required": false,
1172
1561
  "hasDynamicHelp": false,
1173
- "multiple": false,
1562
+ "multiple": true,
1174
1563
  "type": "option"
1175
1564
  },
1176
- "contentType": {
1177
- "char": "t",
1178
- "description": "content type of the file",
1179
- "name": "contentType",
1565
+ "requestId": {
1566
+ "description": "request ID for pagination",
1567
+ "name": "requestId",
1180
1568
  "required": false,
1181
1569
  "hasDynamicHelp": false,
1182
1570
  "multiple": false,
1183
1571
  "type": "option"
1184
1572
  },
1573
+ "page": {
1574
+ "char": "p",
1575
+ "description": "page number for paginated results",
1576
+ "name": "page",
1577
+ "default": 1,
1578
+ "hasDynamicHelp": false,
1579
+ "multiple": false,
1580
+ "type": "option"
1581
+ },
1185
1582
  "output": {
1186
1583
  "char": "o",
1187
1584
  "description": "output format",
@@ -1219,7 +1616,7 @@
1219
1616
  },
1220
1617
  "hasDynamicHelp": false,
1221
1618
  "hiddenAliases": [],
1222
- "id": "object:put",
1619
+ "id": "query:search",
1223
1620
  "pluginAlias": "@liquidmetal-ai/raindrop",
1224
1621
  "pluginName": "@liquidmetal-ai/raindrop",
1225
1622
  "pluginType": "core",
@@ -1290,22 +1687,22 @@
1290
1687
  "relativePath": [
1291
1688
  "dist",
1292
1689
  "commands",
1293
- "object",
1294
- "put.js"
1690
+ "query",
1691
+ "search.js"
1295
1692
  ]
1296
1693
  },
1297
- "build:branch": {
1694
+ "object:delete": {
1298
1695
  "aliases": [],
1299
1696
  "args": {
1300
- "branch": {
1301
- "description": "branch name",
1302
- "name": "branch",
1697
+ "key": {
1698
+ "description": "key/path in the bucket to delete",
1699
+ "name": "key",
1303
1700
  "required": true
1304
1701
  }
1305
1702
  },
1306
- "description": "branch a Raindrop application",
1703
+ "description": "Delete a file from the object storage",
1307
1704
  "examples": [
1308
- "<%= config.bin %> <%= command.id %> .\nBranch a Raindrop application.\n"
1705
+ "<%= config.bin %> object delete my-key --bucket my-bucket\nDelete file with key 'my-key' from my-bucket\n"
1309
1706
  ],
1310
1707
  "flags": {
1311
1708
  "config": {
@@ -1373,46 +1770,35 @@
1373
1770
  "multiple": false,
1374
1771
  "type": "option"
1375
1772
  },
1376
- "root": {
1377
- "char": "r",
1378
- "description": "root directory",
1379
- "name": "root",
1773
+ "bucket": {
1774
+ "char": "b",
1775
+ "description": "bucket name version can be specified with #, e.g. my-bucket#versionId",
1776
+ "name": "bucket",
1380
1777
  "required": false,
1381
- "default": "/Users/tungsten/Code/liquidmetal/packages/raindrop",
1382
1778
  "hasDynamicHelp": false,
1383
1779
  "multiple": false,
1384
1780
  "type": "option"
1385
- },
1386
- "manifest": {
1387
- "char": "M",
1388
- "description": "project manifest",
1389
- "name": "manifest",
1781
+ },
1782
+ "moduleId": {
1783
+ "char": "m",
1784
+ "description": "moduleId",
1785
+ "name": "moduleId",
1390
1786
  "required": false,
1391
- "default": "raindrop.manifest",
1392
1787
  "hasDynamicHelp": false,
1393
1788
  "multiple": false,
1394
1789
  "type": "option"
1395
1790
  },
1396
1791
  "output": {
1397
1792
  "char": "o",
1398
- "description": "output directory",
1793
+ "description": "output format",
1399
1794
  "name": "output",
1400
- "required": false,
1401
- "default": "dist",
1795
+ "default": "text",
1402
1796
  "hasDynamicHelp": false,
1403
1797
  "multiple": false,
1404
- "type": "option"
1405
- },
1406
- "versionId": {
1407
- "aliases": [
1408
- "version"
1798
+ "options": [
1799
+ "text",
1800
+ "json"
1409
1801
  ],
1410
- "char": "p",
1411
- "description": "branch from this version",
1412
- "name": "versionId",
1413
- "required": false,
1414
- "hasDynamicHelp": false,
1415
- "multiple": false,
1416
1802
  "type": "option"
1417
1803
  },
1418
1804
  "impersonate": {
@@ -1425,24 +1811,21 @@
1425
1811
  "multiple": false,
1426
1812
  "type": "option"
1427
1813
  },
1428
- "start": {
1429
- "description": "start the application after deploying",
1430
- "name": "start",
1431
- "required": false,
1432
- "allowNo": false,
1433
- "type": "boolean"
1434
- },
1435
- "show": {
1436
- "description": "show the current branch",
1437
- "name": "show",
1814
+ "manifest": {
1815
+ "char": "M",
1816
+ "description": "project manifest",
1817
+ "hidden": true,
1818
+ "name": "manifest",
1438
1819
  "required": false,
1439
- "allowNo": false,
1440
- "type": "boolean"
1820
+ "default": "raindrop.manifest",
1821
+ "hasDynamicHelp": false,
1822
+ "multiple": false,
1823
+ "type": "option"
1441
1824
  }
1442
1825
  },
1443
1826
  "hasDynamicHelp": false,
1444
1827
  "hiddenAliases": [],
1445
- "id": "build:branch",
1828
+ "id": "object:delete",
1446
1829
  "pluginAlias": "@liquidmetal-ai/raindrop",
1447
1830
  "pluginName": "@liquidmetal-ai/raindrop",
1448
1831
  "pluginType": "core",
@@ -1513,22 +1896,28 @@
1513
1896
  "relativePath": [
1514
1897
  "dist",
1515
1898
  "commands",
1516
- "build",
1517
- "branch.js"
1899
+ "object",
1900
+ "delete.js"
1518
1901
  ]
1519
1902
  },
1520
- "build:checkout": {
1903
+ "object:get": {
1521
1904
  "aliases": [],
1522
1905
  "args": {
1523
- "version": {
1524
- "description": "version id",
1525
- "name": "version",
1906
+ "key": {
1907
+ "description": "key/path in the bucket",
1908
+ "name": "key",
1909
+ "required": true
1910
+ },
1911
+ "output": {
1912
+ "description": "output file (defaults to key basename)",
1913
+ "name": "output",
1526
1914
  "required": false
1527
1915
  }
1528
1916
  },
1529
- "description": "switch the current context to a specific version",
1917
+ "description": "Download a file from the object storage",
1530
1918
  "examples": [
1531
- "<%= config.bin %> <%= command.id %>\nCurrently on version: 01jac6p20m4gahn1kaa2mhm2js\n\n<%= config.bin %> <%= command.id %> 01jux6z20m4gbhn5kaa4mcm2jr\nSwitched to version: 01jux6z20m4gbhn5kaa4mcm2jr\n"
1919
+ "<%= config.bin %> object get my-key --bucket my-bucket\nDownload file with key 'my-key' from my-bucket\n",
1920
+ "<%= config.bin %> object get my-key output.txt --bucket my-bucket\nDownload file with key 'my-key' from my-bucket to output.txt\n"
1532
1921
  ],
1533
1922
  "flags": {
1534
1923
  "config": {
@@ -1596,125 +1985,63 @@
1596
1985
  "multiple": false,
1597
1986
  "type": "option"
1598
1987
  },
1599
- "output": {
1600
- "char": "o",
1601
- "description": "output format",
1602
- "name": "output",
1988
+ "bucket": {
1989
+ "char": "b",
1990
+ "description": "bucket name version can be specified with #, e.g. my-bucket#versionId",
1991
+ "name": "bucket",
1603
1992
  "required": false,
1604
- "default": "text",
1605
1993
  "hasDynamicHelp": false,
1606
1994
  "multiple": false,
1607
1995
  "type": "option"
1608
- }
1609
- },
1610
- "hasDynamicHelp": false,
1611
- "hiddenAliases": [],
1612
- "id": "build:checkout",
1613
- "pluginAlias": "@liquidmetal-ai/raindrop",
1614
- "pluginName": "@liquidmetal-ai/raindrop",
1615
- "pluginType": "core",
1616
- "strict": true,
1617
- "enableJsonFlag": false,
1618
- "HIDDEN_FLAGS": {
1619
- "config": {
1620
- "char": "c",
1621
- "description": "config file",
1622
- "required": false,
1623
- "hidden": true,
1624
- "default": ".raindrop/config.json",
1625
- "input": [],
1626
- "multiple": false,
1627
- "type": "option"
1628
- },
1629
- "rainbowAuthService": {
1630
- "default": "https://raindrop.liquidmetal.run/",
1631
- "hidden": true,
1632
- "env": "LIQUIDMETAL_RAINBOW_AUTH_SERVICE",
1633
- "input": [],
1634
- "multiple": false,
1635
- "type": "option"
1636
- },
1637
- "raindropCatalogService": {
1638
- "env": "RAINDROP_CATALOG_SERVICE",
1639
- "description": "URL of the catalog service",
1640
- "hidden": true,
1641
- "input": [],
1642
- "multiple": false,
1643
- "type": "option"
1644
1996
  },
1645
- "rainbowAuthToken": {
1646
- "env": "RAINBOW_AUTH_TOKEN",
1647
- "description": "Override the Rainbow auth token derived from the CLI config",
1648
- "hidden": true,
1649
- "input": [],
1997
+ "moduleId": {
1998
+ "char": "m",
1999
+ "description": "moduleId",
2000
+ "name": "moduleId",
2001
+ "required": false,
2002
+ "hasDynamicHelp": false,
1650
2003
  "multiple": false,
1651
2004
  "type": "option"
1652
2005
  },
1653
- "rainbowOrganizationId": {
1654
- "env": "RAINBOW_ORGANIZATION_ID",
1655
- "description": "Override the Rainbow organization ID derived from the CLI config",
1656
- "hidden": true,
1657
- "input": [],
2006
+ "format": {
2007
+ "char": "f",
2008
+ "description": "output format",
2009
+ "name": "format",
2010
+ "default": "file",
2011
+ "hasDynamicHelp": false,
1658
2012
  "multiple": false,
2013
+ "options": [
2014
+ "file",
2015
+ "stdout",
2016
+ "json"
2017
+ ],
1659
2018
  "type": "option"
1660
2019
  },
1661
- "rainbowUserId": {
1662
- "env": "RAINBOW_USER_ID",
1663
- "description": "Override the Rainbow user ID derived from the CLI config",
2020
+ "impersonate": {
2021
+ "char": "i",
2022
+ "description": "impersonate organization",
1664
2023
  "hidden": true,
1665
- "input": [],
2024
+ "name": "impersonate",
2025
+ "required": false,
2026
+ "hasDynamicHelp": false,
1666
2027
  "multiple": false,
1667
2028
  "type": "option"
1668
2029
  },
1669
- "sendVersionMetadata": {
1670
- "description": "Send version metadata to the server",
1671
- "default": "true",
2030
+ "manifest": {
2031
+ "char": "M",
2032
+ "description": "project manifest",
1672
2033
  "hidden": true,
1673
- "input": [],
2034
+ "name": "manifest",
2035
+ "required": false,
2036
+ "default": "raindrop.manifest",
2037
+ "hasDynamicHelp": false,
1674
2038
  "multiple": false,
1675
2039
  "type": "option"
1676
2040
  }
1677
2041
  },
1678
- "baseArgs": {},
1679
- "isESM": true,
1680
- "relativePath": [
1681
- "dist",
1682
- "commands",
1683
- "build",
1684
- "checkout.js"
1685
- ]
1686
- },
1687
- "build:clone": {
1688
- "aliases": [],
1689
- "args": {
1690
- "id": {
1691
- "description": "liquidmetal project ID to clone (e.g., liquidmetal/smartbucket)",
1692
- "name": "id",
1693
- "required": true
1694
- },
1695
- "path": {
1696
- "default": ".",
1697
- "description": "Path to initialize the project in",
1698
- "name": "path",
1699
- "required": false
1700
- }
1701
- },
1702
- "description": "clone a LiquidMetal.AI project",
1703
- "examples": [
1704
- "<%= config.bin %> <%= command.id %> .\nClone a project in the current directory.\n",
1705
- "<%= config.bin %> <%= command.id %> <%= config.path %>\nClone a project in the specified directory.\n"
1706
- ],
1707
- "flags": {
1708
- "overwrite": {
1709
- "description": "Overwrite existing files",
1710
- "name": "overwrite",
1711
- "allowNo": false,
1712
- "type": "boolean"
1713
- }
1714
- },
1715
2042
  "hasDynamicHelp": false,
1716
2043
  "hiddenAliases": [],
1717
- "id": "build:clone",
2044
+ "id": "object:get",
1718
2045
  "pluginAlias": "@liquidmetal-ai/raindrop",
1719
2046
  "pluginName": "@liquidmetal-ai/raindrop",
1720
2047
  "pluginType": "core",
@@ -1785,22 +2112,16 @@
1785
2112
  "relativePath": [
1786
2113
  "dist",
1787
2114
  "commands",
1788
- "build",
1789
- "clone.js"
2115
+ "object",
2116
+ "get.js"
1790
2117
  ]
1791
2118
  },
1792
- "build:delete": {
2119
+ "object:list": {
1793
2120
  "aliases": [],
1794
- "args": {
1795
- "application": {
1796
- "description": "application name",
1797
- "name": "application",
1798
- "required": false
1799
- }
1800
- },
1801
- "description": "delete Raindrop applications",
2121
+ "args": {},
2122
+ "description": "List objects in a bucket",
1802
2123
  "examples": [
1803
- "<%= config.bin %> <%= command.id %> .\nDeleted (application) at version (version)\n"
2124
+ "<%= config.bin %> object list --bucket my-bucket\nList all objects in my-bucket\n"
1804
2125
  ],
1805
2126
  "flags": {
1806
2127
  "config": {
@@ -1868,22 +2189,20 @@
1868
2189
  "multiple": false,
1869
2190
  "type": "option"
1870
2191
  },
1871
- "root": {
1872
- "char": "r",
1873
- "description": "root directory",
1874
- "name": "root",
2192
+ "bucket": {
2193
+ "char": "b",
2194
+ "description": "bucket name version can be specified with #, e.g. my-bucket#versionId",
2195
+ "name": "bucket",
1875
2196
  "required": false,
1876
- "default": "/Users/tungsten/Code/liquidmetal/packages/raindrop",
1877
2197
  "hasDynamicHelp": false,
1878
2198
  "multiple": false,
1879
2199
  "type": "option"
1880
2200
  },
1881
- "manifest": {
1882
- "char": "M",
1883
- "description": "project manifest",
1884
- "name": "manifest",
2201
+ "moduleId": {
2202
+ "char": "m",
2203
+ "description": "moduleId",
2204
+ "name": "moduleId",
1885
2205
  "required": false,
1886
- "default": "raindrop.manifest",
1887
2206
  "hasDynamicHelp": false,
1888
2207
  "multiple": false,
1889
2208
  "type": "option"
@@ -1892,38 +2211,15 @@
1892
2211
  "char": "o",
1893
2212
  "description": "output format",
1894
2213
  "name": "output",
1895
- "default": "table",
1896
- "hasDynamicHelp": false,
1897
- "multiple": false,
1898
- "options": [
1899
- "text",
1900
- "table",
1901
- "json"
1902
- ],
1903
- "type": "option"
1904
- },
1905
- "version": {
1906
- "char": "v",
1907
- "description": "application version to delete",
1908
- "exclusive": [
1909
- "all"
1910
- ],
1911
- "name": "version",
1912
- "required": false,
2214
+ "default": "text",
1913
2215
  "hasDynamicHelp": false,
1914
2216
  "multiple": false,
1915
- "type": "option"
1916
- },
1917
- "all": {
1918
- "char": "a",
1919
- "description": "delete all application versions",
1920
- "exclusive": [
1921
- "version"
2217
+ "options": [
2218
+ "text",
2219
+ "json",
2220
+ "table"
1922
2221
  ],
1923
- "name": "all",
1924
- "required": false,
1925
- "allowNo": false,
1926
- "type": "boolean"
2222
+ "type": "option"
1927
2223
  },
1928
2224
  "impersonate": {
1929
2225
  "char": "i",
@@ -1934,11 +2230,22 @@
1934
2230
  "hasDynamicHelp": false,
1935
2231
  "multiple": false,
1936
2232
  "type": "option"
2233
+ },
2234
+ "manifest": {
2235
+ "char": "M",
2236
+ "description": "project manifest",
2237
+ "hidden": true,
2238
+ "name": "manifest",
2239
+ "required": false,
2240
+ "default": "raindrop.manifest",
2241
+ "hasDynamicHelp": false,
2242
+ "multiple": false,
2243
+ "type": "option"
1937
2244
  }
1938
2245
  },
1939
2246
  "hasDynamicHelp": false,
1940
2247
  "hiddenAliases": [],
1941
- "id": "build:delete",
2248
+ "id": "object:list",
1942
2249
  "pluginAlias": "@liquidmetal-ai/raindrop",
1943
2250
  "pluginName": "@liquidmetal-ai/raindrop",
1944
2251
  "pluginType": "core",
@@ -2009,16 +2316,27 @@
2009
2316
  "relativePath": [
2010
2317
  "dist",
2011
2318
  "commands",
2012
- "build",
2013
- "delete.js"
2319
+ "object",
2320
+ "list.js"
2014
2321
  ]
2015
2322
  },
2016
- "build:deploy": {
2323
+ "object:put": {
2017
2324
  "aliases": [],
2018
- "args": {},
2019
- "description": "deploy a Raindrop application",
2325
+ "args": {
2326
+ "file": {
2327
+ "description": "file to upload",
2328
+ "name": "file",
2329
+ "required": true
2330
+ },
2331
+ "key": {
2332
+ "description": "key/path in the bucket",
2333
+ "name": "key",
2334
+ "required": true
2335
+ }
2336
+ },
2337
+ "description": "Upload a file to the object storage",
2020
2338
  "examples": [
2021
- "<%= config.bin %> <%= command.id %> .\nDeploy a Raindrop application version.\n"
2339
+ "<%= config.bin %> object put ./myfile.txt my-key --bucket my-bucket\nUpload myfile.txt to my-bucket with key 'my-key'\n"
2022
2340
  ],
2023
2341
  "flags": {
2024
2342
  "config": {
@@ -2086,46 +2404,44 @@
2086
2404
  "multiple": false,
2087
2405
  "type": "option"
2088
2406
  },
2089
- "root": {
2090
- "char": "r",
2091
- "description": "root directory",
2092
- "name": "root",
2407
+ "bucket": {
2408
+ "char": "b",
2409
+ "description": "bucket name version can be specified with #, e.g. my-bucket#versionId",
2410
+ "name": "bucket",
2093
2411
  "required": false,
2094
- "default": "/Users/tungsten/Code/liquidmetal/packages/raindrop",
2095
2412
  "hasDynamicHelp": false,
2096
2413
  "multiple": false,
2097
2414
  "type": "option"
2098
2415
  },
2099
- "manifest": {
2100
- "char": "M",
2101
- "description": "project manifest",
2102
- "name": "manifest",
2416
+ "moduleId": {
2417
+ "char": "m",
2418
+ "description": "moduleId",
2419
+ "name": "moduleId",
2103
2420
  "required": false,
2104
- "default": "raindrop.manifest",
2105
2421
  "hasDynamicHelp": false,
2106
2422
  "multiple": false,
2107
2423
  "type": "option"
2108
2424
  },
2109
- "output": {
2110
- "char": "o",
2111
- "description": "output directory",
2112
- "name": "output",
2425
+ "contentType": {
2426
+ "char": "t",
2427
+ "description": "content type of the file",
2428
+ "name": "contentType",
2113
2429
  "required": false,
2114
- "default": "dist",
2115
2430
  "hasDynamicHelp": false,
2116
2431
  "multiple": false,
2117
2432
  "type": "option"
2118
2433
  },
2119
- "versionId": {
2120
- "aliases": [
2121
- "version"
2122
- ],
2123
- "char": "v",
2124
- "description": "version ID",
2125
- "name": "versionId",
2126
- "required": false,
2434
+ "output": {
2435
+ "char": "o",
2436
+ "description": "output format",
2437
+ "name": "output",
2438
+ "default": "text",
2127
2439
  "hasDynamicHelp": false,
2128
2440
  "multiple": false,
2441
+ "options": [
2442
+ "text",
2443
+ "json"
2444
+ ],
2129
2445
  "type": "option"
2130
2446
  },
2131
2447
  "impersonate": {
@@ -2138,41 +2454,21 @@
2138
2454
  "multiple": false,
2139
2455
  "type": "option"
2140
2456
  },
2141
- "start": {
2142
- "char": "s",
2143
- "description": "start the application after deploying",
2144
- "name": "start",
2145
- "required": false,
2146
- "allowNo": false,
2147
- "type": "boolean"
2148
- },
2149
- "resume": {
2150
- "description": "resume a deployment",
2151
- "name": "resume",
2152
- "required": false,
2153
- "allowNo": false,
2154
- "type": "boolean"
2155
- },
2156
- "lock": {
2157
- "description": "override lock ID to resume deployment",
2158
- "name": "lock",
2457
+ "manifest": {
2458
+ "char": "M",
2459
+ "description": "project manifest",
2460
+ "hidden": true,
2461
+ "name": "manifest",
2159
2462
  "required": false,
2463
+ "default": "raindrop.manifest",
2160
2464
  "hasDynamicHelp": false,
2161
2465
  "multiple": false,
2162
2466
  "type": "option"
2163
- },
2164
- "amend": {
2165
- "char": "a",
2166
- "description": "amend an existing application",
2167
- "name": "amend",
2168
- "required": false,
2169
- "allowNo": false,
2170
- "type": "boolean"
2171
2467
  }
2172
2468
  },
2173
2469
  "hasDynamicHelp": false,
2174
2470
  "hiddenAliases": [],
2175
- "id": "build:deploy",
2471
+ "id": "object:put",
2176
2472
  "pluginAlias": "@liquidmetal-ai/raindrop",
2177
2473
  "pluginName": "@liquidmetal-ai/raindrop",
2178
2474
  "pluginType": "core",
@@ -2243,16 +2539,22 @@
2243
2539
  "relativePath": [
2244
2540
  "dist",
2245
2541
  "commands",
2246
- "build",
2247
- "deploy.js"
2542
+ "object",
2543
+ "put.js"
2248
2544
  ]
2249
2545
  },
2250
- "build:find": {
2546
+ "build:branch": {
2251
2547
  "aliases": [],
2252
- "args": {},
2253
- "description": "find resources in Raindrop",
2548
+ "args": {
2549
+ "branch": {
2550
+ "description": "branch name",
2551
+ "name": "branch",
2552
+ "required": true
2553
+ }
2554
+ },
2555
+ "description": "branch a Raindrop application",
2254
2556
  "examples": [
2255
- "<%= config.bin %> <%= command.id %> .\n"
2557
+ "<%= config.bin %> <%= command.id %> .\nBranch a Raindrop application.\n"
2256
2558
  ],
2257
2559
  "flags": {
2258
2560
  "config": {
@@ -2325,7 +2627,7 @@
2325
2627
  "description": "root directory",
2326
2628
  "name": "root",
2327
2629
  "required": false,
2328
- "default": "/Users/tungsten/Code/liquidmetal/packages/raindrop",
2630
+ "default": "/Users/ian/liquidmetal/packages/raindrop",
2329
2631
  "hasDynamicHelp": false,
2330
2632
  "multiple": false,
2331
2633
  "type": "option"
@@ -2340,55 +2642,28 @@
2340
2642
  "multiple": false,
2341
2643
  "type": "option"
2342
2644
  },
2343
- "application": {
2344
- "char": "a",
2345
- "description": "application",
2346
- "name": "application",
2347
- "required": false,
2348
- "hasDynamicHelp": false,
2349
- "multiple": false,
2350
- "type": "option"
2351
- },
2352
- "version": {
2353
- "char": "v",
2354
- "description": "application version",
2355
- "name": "version",
2645
+ "output": {
2646
+ "char": "o",
2647
+ "description": "output directory",
2648
+ "name": "output",
2356
2649
  "required": false,
2650
+ "default": "dist",
2357
2651
  "hasDynamicHelp": false,
2358
2652
  "multiple": false,
2359
2653
  "type": "option"
2360
2654
  },
2361
- "moduleType": {
2362
- "description": "filter by module type (e.g. smartbucket)",
2363
- "name": "moduleType",
2655
+ "versionId": {
2656
+ "aliases": [
2657
+ "version"
2658
+ ],
2659
+ "char": "p",
2660
+ "description": "branch from this version",
2661
+ "name": "versionId",
2364
2662
  "required": false,
2365
2663
  "hasDynamicHelp": false,
2366
2664
  "multiple": false,
2367
2665
  "type": "option"
2368
2666
  },
2369
- "output": {
2370
- "char": "o",
2371
- "description": "output format",
2372
- "name": "output",
2373
- "default": "table",
2374
- "hasDynamicHelp": false,
2375
- "multiple": false,
2376
- "options": [
2377
- "text",
2378
- "table",
2379
- "json"
2380
- ],
2381
- "type": "option"
2382
- },
2383
- "sudo": {
2384
- "char": "s",
2385
- "description": "superuser mode",
2386
- "hidden": true,
2387
- "name": "sudo",
2388
- "required": false,
2389
- "allowNo": false,
2390
- "type": "boolean"
2391
- },
2392
2667
  "impersonate": {
2393
2668
  "char": "i",
2394
2669
  "description": "impersonate organization",
@@ -2399,16 +2674,24 @@
2399
2674
  "multiple": false,
2400
2675
  "type": "option"
2401
2676
  },
2402
- "all": {
2403
- "description": "query modules for all applications",
2404
- "name": "all",
2677
+ "start": {
2678
+ "description": "start the application after deploying",
2679
+ "name": "start",
2680
+ "required": false,
2681
+ "allowNo": false,
2682
+ "type": "boolean"
2683
+ },
2684
+ "show": {
2685
+ "description": "show the current branch",
2686
+ "name": "show",
2687
+ "required": false,
2405
2688
  "allowNo": false,
2406
2689
  "type": "boolean"
2407
2690
  }
2408
2691
  },
2409
2692
  "hasDynamicHelp": false,
2410
2693
  "hiddenAliases": [],
2411
- "id": "build:find",
2694
+ "id": "build:branch",
2412
2695
  "pluginAlias": "@liquidmetal-ai/raindrop",
2413
2696
  "pluginName": "@liquidmetal-ai/raindrop",
2414
2697
  "pluginType": "core",
@@ -2480,53 +2763,94 @@
2480
2763
  "dist",
2481
2764
  "commands",
2482
2765
  "build",
2483
- "find.js"
2766
+ "branch.js"
2484
2767
  ]
2485
2768
  },
2486
- "build:generate": {
2769
+ "build:checkout": {
2487
2770
  "aliases": [],
2488
- "args": {},
2489
- "description": "(re)generate all code for a LiquidMetal.AI project",
2771
+ "args": {
2772
+ "version": {
2773
+ "description": "version id",
2774
+ "name": "version",
2775
+ "required": false
2776
+ }
2777
+ },
2778
+ "description": "switch the current context to a specific version",
2490
2779
  "examples": [
2491
- "<%= config.bin %> <%= command.id %>"
2780
+ "<%= config.bin %> <%= command.id %>\nCurrently on version: 01jac6p20m4gahn1kaa2mhm2js\n\n<%= config.bin %> <%= command.id %> 01jux6z20m4gbhn5kaa4mcm2jr\nSwitched to version: 01jux6z20m4gbhn5kaa4mcm2jr\n"
2492
2781
  ],
2493
2782
  "flags": {
2494
- "root": {
2495
- "char": "r",
2496
- "description": "root directory",
2497
- "name": "root",
2783
+ "config": {
2784
+ "char": "c",
2785
+ "description": "config file",
2786
+ "hidden": true,
2787
+ "name": "config",
2498
2788
  "required": false,
2499
- "default": "/Users/tungsten/Code/liquidmetal/packages/raindrop",
2789
+ "default": ".raindrop/config.json",
2790
+ "hasDynamicHelp": false,
2791
+ "multiple": false,
2792
+ "type": "option"
2793
+ },
2794
+ "rainbowAuthService": {
2795
+ "env": "LIQUIDMETAL_RAINBOW_AUTH_SERVICE",
2796
+ "hidden": true,
2797
+ "name": "rainbowAuthService",
2798
+ "default": "https://raindrop.liquidmetal.run/",
2799
+ "hasDynamicHelp": false,
2800
+ "multiple": false,
2801
+ "type": "option"
2802
+ },
2803
+ "raindropCatalogService": {
2804
+ "description": "URL of the catalog service",
2805
+ "env": "RAINDROP_CATALOG_SERVICE",
2806
+ "hidden": true,
2807
+ "name": "raindropCatalogService",
2500
2808
  "hasDynamicHelp": false,
2501
2809
  "multiple": false,
2502
2810
  "type": "option"
2503
2811
  },
2504
- "manifest": {
2505
- "char": "M",
2506
- "description": "project manifest",
2507
- "name": "manifest",
2508
- "required": false,
2509
- "default": "raindrop.manifest",
2812
+ "rainbowAuthToken": {
2813
+ "description": "Override the Rainbow auth token derived from the CLI config",
2814
+ "env": "RAINBOW_AUTH_TOKEN",
2815
+ "hidden": true,
2816
+ "name": "rainbowAuthToken",
2510
2817
  "hasDynamicHelp": false,
2511
2818
  "multiple": false,
2512
2819
  "type": "option"
2513
2820
  },
2514
- "config": {
2515
- "char": "c",
2516
- "description": "config file",
2821
+ "rainbowOrganizationId": {
2822
+ "description": "Override the Rainbow organization ID derived from the CLI config",
2823
+ "env": "RAINBOW_ORGANIZATION_ID",
2517
2824
  "hidden": true,
2518
- "name": "config",
2519
- "required": false,
2520
- "default": ".raindrop/config.json",
2825
+ "name": "rainbowOrganizationId",
2826
+ "hasDynamicHelp": false,
2827
+ "multiple": false,
2828
+ "type": "option"
2829
+ },
2830
+ "rainbowUserId": {
2831
+ "description": "Override the Rainbow user ID derived from the CLI config",
2832
+ "env": "RAINBOW_USER_ID",
2833
+ "hidden": true,
2834
+ "name": "rainbowUserId",
2835
+ "hasDynamicHelp": false,
2836
+ "multiple": false,
2837
+ "type": "option"
2838
+ },
2839
+ "sendVersionMetadata": {
2840
+ "description": "Send version metadata to the server",
2841
+ "hidden": true,
2842
+ "name": "sendVersionMetadata",
2843
+ "default": "true",
2521
2844
  "hasDynamicHelp": false,
2522
2845
  "multiple": false,
2523
2846
  "type": "option"
2524
2847
  },
2525
2848
  "output": {
2526
2849
  "char": "o",
2527
- "description": "output directory",
2850
+ "description": "output format",
2528
2851
  "name": "output",
2529
- "default": "dist",
2852
+ "required": false,
2853
+ "default": "text",
2530
2854
  "hasDynamicHelp": false,
2531
2855
  "multiple": false,
2532
2856
  "type": "option"
@@ -2534,7 +2858,7 @@
2534
2858
  },
2535
2859
  "hasDynamicHelp": false,
2536
2860
  "hiddenAliases": [],
2537
- "id": "build:generate",
2861
+ "id": "build:checkout",
2538
2862
  "pluginAlias": "@liquidmetal-ai/raindrop",
2539
2863
  "pluginName": "@liquidmetal-ai/raindrop",
2540
2864
  "pluginType": "core",
@@ -2606,12 +2930,17 @@
2606
2930
  "dist",
2607
2931
  "commands",
2608
2932
  "build",
2609
- "generate.js"
2933
+ "checkout.js"
2610
2934
  ]
2611
2935
  },
2612
- "build:init": {
2936
+ "build:clone": {
2613
2937
  "aliases": [],
2614
2938
  "args": {
2939
+ "id": {
2940
+ "description": "liquidmetal project ID to clone (e.g., liquidmetal/smartbucket)",
2941
+ "name": "id",
2942
+ "required": true
2943
+ },
2615
2944
  "path": {
2616
2945
  "default": ".",
2617
2946
  "description": "Path to initialize the project in",
@@ -2619,9 +2948,10 @@
2619
2948
  "required": false
2620
2949
  }
2621
2950
  },
2622
- "description": "start a new LiquidMetal.AI project",
2951
+ "description": "clone a LiquidMetal.AI project",
2623
2952
  "examples": [
2624
- "<%= config.bin %> <%= command.id %> .\nInitialize a project in the current directory.\n"
2953
+ "<%= config.bin %> <%= command.id %> .\nClone a project in the current directory.\n",
2954
+ "<%= config.bin %> <%= command.id %> <%= config.path %>\nClone a project in the specified directory.\n"
2625
2955
  ],
2626
2956
  "flags": {
2627
2957
  "overwrite": {
@@ -2633,7 +2963,7 @@
2633
2963
  },
2634
2964
  "hasDynamicHelp": false,
2635
2965
  "hiddenAliases": [],
2636
- "id": "build:init",
2966
+ "id": "build:clone",
2637
2967
  "pluginAlias": "@liquidmetal-ai/raindrop",
2638
2968
  "pluginName": "@liquidmetal-ai/raindrop",
2639
2969
  "pluginType": "core",
@@ -2705,15 +3035,21 @@
2705
3035
  "dist",
2706
3036
  "commands",
2707
3037
  "build",
2708
- "init.js"
3038
+ "clone.js"
2709
3039
  ]
2710
3040
  },
2711
- "build:list": {
3041
+ "build:delete": {
2712
3042
  "aliases": [],
2713
- "args": {},
2714
- "description": "list Raindrop catalog resources",
3043
+ "args": {
3044
+ "application": {
3045
+ "description": "application name",
3046
+ "name": "application",
3047
+ "required": false
3048
+ }
3049
+ },
3050
+ "description": "delete Raindrop applications",
2715
3051
  "examples": [
2716
- "<%= config.bin %> <%= command.id %> .\nList Raindrop catalog resources.\n"
3052
+ "<%= config.bin %> <%= command.id %> .\nDeleted (application) at version (version)\n"
2717
3053
  ],
2718
3054
  "flags": {
2719
3055
  "config": {
@@ -2781,12 +3117,25 @@
2781
3117
  "multiple": false,
2782
3118
  "type": "option"
2783
3119
  },
2784
- "all": {
2785
- "char": "a",
2786
- "description": "show deleted resources",
2787
- "name": "all",
2788
- "allowNo": false,
2789
- "type": "boolean"
3120
+ "root": {
3121
+ "char": "r",
3122
+ "description": "root directory",
3123
+ "name": "root",
3124
+ "required": false,
3125
+ "default": "/Users/ian/liquidmetal/packages/raindrop",
3126
+ "hasDynamicHelp": false,
3127
+ "multiple": false,
3128
+ "type": "option"
3129
+ },
3130
+ "manifest": {
3131
+ "char": "M",
3132
+ "description": "project manifest",
3133
+ "name": "manifest",
3134
+ "required": false,
3135
+ "default": "raindrop.manifest",
3136
+ "hasDynamicHelp": false,
3137
+ "multiple": false,
3138
+ "type": "option"
2790
3139
  },
2791
3140
  "output": {
2792
3141
  "char": "o",
@@ -2798,28 +3147,39 @@
2798
3147
  "options": [
2799
3148
  "text",
2800
3149
  "table",
2801
- "json",
2802
- "log"
3150
+ "json"
2803
3151
  ],
2804
3152
  "type": "option"
2805
3153
  },
2806
- "impersonate": {
2807
- "char": "i",
2808
- "description": "impersonate organization",
2809
- "hidden": true,
2810
- "name": "impersonate",
3154
+ "version": {
3155
+ "char": "v",
3156
+ "description": "application version to delete",
3157
+ "exclusive": [
3158
+ "all"
3159
+ ],
3160
+ "name": "version",
2811
3161
  "required": false,
2812
3162
  "hasDynamicHelp": false,
2813
3163
  "multiple": false,
2814
3164
  "type": "option"
2815
3165
  },
2816
- "manifest": {
2817
- "char": "M",
2818
- "description": "project manifest",
3166
+ "all": {
3167
+ "char": "a",
3168
+ "description": "delete all application versions",
3169
+ "exclusive": [
3170
+ "version"
3171
+ ],
3172
+ "name": "all",
3173
+ "required": false,
3174
+ "allowNo": false,
3175
+ "type": "boolean"
3176
+ },
3177
+ "impersonate": {
3178
+ "char": "i",
3179
+ "description": "impersonate organization",
2819
3180
  "hidden": true,
2820
- "name": "manifest",
3181
+ "name": "impersonate",
2821
3182
  "required": false,
2822
- "default": "raindrop.manifest",
2823
3183
  "hasDynamicHelp": false,
2824
3184
  "multiple": false,
2825
3185
  "type": "option"
@@ -2827,7 +3187,7 @@
2827
3187
  },
2828
3188
  "hasDynamicHelp": false,
2829
3189
  "hiddenAliases": [],
2830
- "id": "build:list",
3190
+ "id": "build:delete",
2831
3191
  "pluginAlias": "@liquidmetal-ai/raindrop",
2832
3192
  "pluginName": "@liquidmetal-ai/raindrop",
2833
3193
  "pluginType": "core",
@@ -2899,15 +3259,15 @@
2899
3259
  "dist",
2900
3260
  "commands",
2901
3261
  "build",
2902
- "list.js"
3262
+ "delete.js"
2903
3263
  ]
2904
3264
  },
2905
- "build:sandbox": {
3265
+ "build:deploy": {
2906
3266
  "aliases": [],
2907
3267
  "args": {},
2908
- "description": "mark a version as sandboxed in the Raindrop catalog",
3268
+ "description": "deploy a Raindrop application",
2909
3269
  "examples": [
2910
- "<%= config.bin %> <%= command.id %>\n"
3270
+ "<%= config.bin %> <%= command.id %> .\nDeploy a Raindrop application version.\n"
2911
3271
  ],
2912
3272
  "flags": {
2913
3273
  "config": {
@@ -2975,37 +3335,93 @@
2975
3335
  "multiple": false,
2976
3336
  "type": "option"
2977
3337
  },
2978
- "impersonate": {
2979
- "char": "i",
2980
- "description": "impersonate organization",
2981
- "hidden": true,
2982
- "name": "impersonate",
3338
+ "root": {
3339
+ "char": "r",
3340
+ "description": "root directory",
3341
+ "name": "root",
2983
3342
  "required": false,
3343
+ "default": "/Users/ian/liquidmetal/packages/raindrop",
2984
3344
  "hasDynamicHelp": false,
2985
3345
  "multiple": false,
2986
3346
  "type": "option"
2987
3347
  },
2988
3348
  "manifest": {
3349
+ "char": "M",
2989
3350
  "description": "project manifest",
2990
3351
  "name": "manifest",
3352
+ "required": false,
2991
3353
  "default": "raindrop.manifest",
2992
3354
  "hasDynamicHelp": false,
2993
3355
  "multiple": false,
2994
3356
  "type": "option"
2995
3357
  },
2996
- "version": {
3358
+ "output": {
3359
+ "char": "o",
3360
+ "description": "output directory",
3361
+ "name": "output",
3362
+ "required": false,
3363
+ "default": "dist",
3364
+ "hasDynamicHelp": false,
3365
+ "multiple": false,
3366
+ "type": "option"
3367
+ },
3368
+ "versionId": {
3369
+ "aliases": [
3370
+ "version"
3371
+ ],
2997
3372
  "char": "v",
2998
- "description": "application version to sandbox",
2999
- "name": "version",
3373
+ "description": "version ID",
3374
+ "name": "versionId",
3375
+ "required": false,
3376
+ "hasDynamicHelp": false,
3377
+ "multiple": false,
3378
+ "type": "option"
3379
+ },
3380
+ "impersonate": {
3381
+ "char": "i",
3382
+ "description": "impersonate organization",
3383
+ "hidden": true,
3384
+ "name": "impersonate",
3385
+ "required": false,
3386
+ "hasDynamicHelp": false,
3387
+ "multiple": false,
3388
+ "type": "option"
3389
+ },
3390
+ "start": {
3391
+ "char": "s",
3392
+ "description": "start the application after deploying",
3393
+ "name": "start",
3394
+ "required": false,
3395
+ "allowNo": false,
3396
+ "type": "boolean"
3397
+ },
3398
+ "resume": {
3399
+ "description": "resume a deployment",
3400
+ "name": "resume",
3401
+ "required": false,
3402
+ "allowNo": false,
3403
+ "type": "boolean"
3404
+ },
3405
+ "lock": {
3406
+ "description": "override lock ID to resume deployment",
3407
+ "name": "lock",
3000
3408
  "required": false,
3001
3409
  "hasDynamicHelp": false,
3002
3410
  "multiple": false,
3003
3411
  "type": "option"
3412
+ },
3413
+ "amend": {
3414
+ "char": "a",
3415
+ "description": "amend an existing application",
3416
+ "name": "amend",
3417
+ "required": false,
3418
+ "allowNo": false,
3419
+ "type": "boolean"
3004
3420
  }
3005
3421
  },
3006
3422
  "hasDynamicHelp": false,
3007
3423
  "hiddenAliases": [],
3008
- "id": "build:sandbox",
3424
+ "id": "build:deploy",
3009
3425
  "pluginAlias": "@liquidmetal-ai/raindrop",
3010
3426
  "pluginName": "@liquidmetal-ai/raindrop",
3011
3427
  "pluginType": "core",
@@ -3077,15 +3493,15 @@
3077
3493
  "dist",
3078
3494
  "commands",
3079
3495
  "build",
3080
- "sandbox.js"
3496
+ "deploy.js"
3081
3497
  ]
3082
3498
  },
3083
- "build:start": {
3499
+ "build:find": {
3084
3500
  "aliases": [],
3085
3501
  "args": {},
3086
- "description": "start a Raindrop application",
3502
+ "description": "find resources in Raindrop",
3087
3503
  "examples": [
3088
- "<%= config.bin %> <%= command.id %> .\nStart a Raindrop application.\n"
3504
+ "<%= config.bin %> <%= command.id %> .\n"
3089
3505
  ],
3090
3506
  "flags": {
3091
3507
  "config": {
@@ -3158,7 +3574,7 @@
3158
3574
  "description": "root directory",
3159
3575
  "name": "root",
3160
3576
  "required": false,
3161
- "default": "/Users/tungsten/Code/liquidmetal/packages/raindrop",
3577
+ "default": "/Users/ian/liquidmetal/packages/raindrop",
3162
3578
  "hasDynamicHelp": false,
3163
3579
  "multiple": false,
3164
3580
  "type": "option"
@@ -3175,7 +3591,7 @@
3175
3591
  },
3176
3592
  "application": {
3177
3593
  "char": "a",
3178
- "description": "application to start",
3594
+ "description": "application",
3179
3595
  "name": "application",
3180
3596
  "required": false,
3181
3597
  "hasDynamicHelp": false,
@@ -3184,13 +3600,44 @@
3184
3600
  },
3185
3601
  "version": {
3186
3602
  "char": "v",
3187
- "description": "application version to start",
3603
+ "description": "application version",
3188
3604
  "name": "version",
3189
3605
  "required": false,
3190
3606
  "hasDynamicHelp": false,
3191
3607
  "multiple": false,
3192
3608
  "type": "option"
3193
3609
  },
3610
+ "moduleType": {
3611
+ "description": "filter by module type (e.g. smartbucket)",
3612
+ "name": "moduleType",
3613
+ "required": false,
3614
+ "hasDynamicHelp": false,
3615
+ "multiple": false,
3616
+ "type": "option"
3617
+ },
3618
+ "output": {
3619
+ "char": "o",
3620
+ "description": "output format",
3621
+ "name": "output",
3622
+ "default": "table",
3623
+ "hasDynamicHelp": false,
3624
+ "multiple": false,
3625
+ "options": [
3626
+ "text",
3627
+ "table",
3628
+ "json"
3629
+ ],
3630
+ "type": "option"
3631
+ },
3632
+ "sudo": {
3633
+ "char": "s",
3634
+ "description": "superuser mode",
3635
+ "hidden": true,
3636
+ "name": "sudo",
3637
+ "required": false,
3638
+ "allowNo": false,
3639
+ "type": "boolean"
3640
+ },
3194
3641
  "impersonate": {
3195
3642
  "char": "i",
3196
3643
  "description": "impersonate organization",
@@ -3200,11 +3647,17 @@
3200
3647
  "hasDynamicHelp": false,
3201
3648
  "multiple": false,
3202
3649
  "type": "option"
3650
+ },
3651
+ "all": {
3652
+ "description": "query modules for all applications",
3653
+ "name": "all",
3654
+ "allowNo": false,
3655
+ "type": "boolean"
3203
3656
  }
3204
3657
  },
3205
3658
  "hasDynamicHelp": false,
3206
3659
  "hiddenAliases": [],
3207
- "id": "build:start",
3660
+ "id": "build:find",
3208
3661
  "pluginAlias": "@liquidmetal-ai/raindrop",
3209
3662
  "pluginName": "@liquidmetal-ai/raindrop",
3210
3663
  "pluginType": "core",
@@ -3276,17 +3729,37 @@
3276
3729
  "dist",
3277
3730
  "commands",
3278
3731
  "build",
3279
- "start.js"
3732
+ "find.js"
3280
3733
  ]
3281
3734
  },
3282
- "build:status": {
3735
+ "build:generate": {
3283
3736
  "aliases": [],
3284
3737
  "args": {},
3285
- "description": "show the status of an application in Raindrop",
3738
+ "description": "(re)generate all code for a LiquidMetal.AI project",
3286
3739
  "examples": [
3287
- "<%= config.bin %> <%= command.id %> .\n"
3740
+ "<%= config.bin %> <%= command.id %>"
3288
3741
  ],
3289
3742
  "flags": {
3743
+ "root": {
3744
+ "char": "r",
3745
+ "description": "root directory",
3746
+ "name": "root",
3747
+ "required": false,
3748
+ "default": "/Users/ian/liquidmetal/packages/raindrop",
3749
+ "hasDynamicHelp": false,
3750
+ "multiple": false,
3751
+ "type": "option"
3752
+ },
3753
+ "manifest": {
3754
+ "char": "M",
3755
+ "description": "project manifest",
3756
+ "name": "manifest",
3757
+ "required": false,
3758
+ "default": "raindrop.manifest",
3759
+ "hasDynamicHelp": false,
3760
+ "multiple": false,
3761
+ "type": "option"
3762
+ },
3290
3763
  "config": {
3291
3764
  "char": "c",
3292
3765
  "description": "config file",
@@ -3298,135 +3771,118 @@
3298
3771
  "multiple": false,
3299
3772
  "type": "option"
3300
3773
  },
3301
- "rainbowAuthService": {
3302
- "env": "LIQUIDMETAL_RAINBOW_AUTH_SERVICE",
3774
+ "output": {
3775
+ "char": "o",
3776
+ "description": "output directory",
3777
+ "name": "output",
3778
+ "default": "dist",
3779
+ "hasDynamicHelp": false,
3780
+ "multiple": false,
3781
+ "type": "option"
3782
+ }
3783
+ },
3784
+ "hasDynamicHelp": false,
3785
+ "hiddenAliases": [],
3786
+ "id": "build:generate",
3787
+ "pluginAlias": "@liquidmetal-ai/raindrop",
3788
+ "pluginName": "@liquidmetal-ai/raindrop",
3789
+ "pluginType": "core",
3790
+ "strict": true,
3791
+ "enableJsonFlag": false,
3792
+ "HIDDEN_FLAGS": {
3793
+ "config": {
3794
+ "char": "c",
3795
+ "description": "config file",
3796
+ "required": false,
3303
3797
  "hidden": true,
3304
- "name": "rainbowAuthService",
3798
+ "default": ".raindrop/config.json",
3799
+ "input": [],
3800
+ "multiple": false,
3801
+ "type": "option"
3802
+ },
3803
+ "rainbowAuthService": {
3305
3804
  "default": "https://raindrop.liquidmetal.run/",
3306
- "hasDynamicHelp": false,
3805
+ "hidden": true,
3806
+ "env": "LIQUIDMETAL_RAINBOW_AUTH_SERVICE",
3807
+ "input": [],
3307
3808
  "multiple": false,
3308
3809
  "type": "option"
3309
3810
  },
3310
3811
  "raindropCatalogService": {
3311
- "description": "URL of the catalog service",
3312
3812
  "env": "RAINDROP_CATALOG_SERVICE",
3813
+ "description": "URL of the catalog service",
3313
3814
  "hidden": true,
3314
- "name": "raindropCatalogService",
3315
- "hasDynamicHelp": false,
3815
+ "input": [],
3316
3816
  "multiple": false,
3317
3817
  "type": "option"
3318
3818
  },
3319
3819
  "rainbowAuthToken": {
3320
- "description": "Override the Rainbow auth token derived from the CLI config",
3321
3820
  "env": "RAINBOW_AUTH_TOKEN",
3821
+ "description": "Override the Rainbow auth token derived from the CLI config",
3322
3822
  "hidden": true,
3323
- "name": "rainbowAuthToken",
3324
- "hasDynamicHelp": false,
3823
+ "input": [],
3325
3824
  "multiple": false,
3326
3825
  "type": "option"
3327
3826
  },
3328
3827
  "rainbowOrganizationId": {
3329
- "description": "Override the Rainbow organization ID derived from the CLI config",
3330
3828
  "env": "RAINBOW_ORGANIZATION_ID",
3829
+ "description": "Override the Rainbow organization ID derived from the CLI config",
3331
3830
  "hidden": true,
3332
- "name": "rainbowOrganizationId",
3333
- "hasDynamicHelp": false,
3831
+ "input": [],
3334
3832
  "multiple": false,
3335
3833
  "type": "option"
3336
3834
  },
3337
3835
  "rainbowUserId": {
3338
- "description": "Override the Rainbow user ID derived from the CLI config",
3339
3836
  "env": "RAINBOW_USER_ID",
3837
+ "description": "Override the Rainbow user ID derived from the CLI config",
3340
3838
  "hidden": true,
3341
- "name": "rainbowUserId",
3342
- "hasDynamicHelp": false,
3839
+ "input": [],
3343
3840
  "multiple": false,
3344
3841
  "type": "option"
3345
3842
  },
3346
3843
  "sendVersionMetadata": {
3347
3844
  "description": "Send version metadata to the server",
3348
- "hidden": true,
3349
- "name": "sendVersionMetadata",
3350
3845
  "default": "true",
3351
- "hasDynamicHelp": false,
3352
- "multiple": false,
3353
- "type": "option"
3354
- },
3355
- "root": {
3356
- "char": "r",
3357
- "description": "root directory",
3358
- "name": "root",
3359
- "required": false,
3360
- "default": "/Users/tungsten/Code/liquidmetal/packages/raindrop",
3361
- "hasDynamicHelp": false,
3362
- "multiple": false,
3363
- "type": "option"
3364
- },
3365
- "manifest": {
3366
- "char": "M",
3367
- "description": "project manifest",
3368
- "name": "manifest",
3369
- "required": false,
3370
- "default": "raindrop.manifest",
3371
- "hasDynamicHelp": false,
3372
- "multiple": false,
3373
- "type": "option"
3374
- },
3375
- "application": {
3376
- "char": "a",
3377
- "description": "application",
3378
- "name": "application",
3379
- "required": false,
3380
- "hasDynamicHelp": false,
3381
- "multiple": false,
3382
- "type": "option"
3383
- },
3384
- "version": {
3385
- "char": "v",
3386
- "description": "application version",
3387
- "name": "version",
3388
- "required": false,
3389
- "hasDynamicHelp": false,
3390
- "multiple": false,
3391
- "type": "option"
3392
- },
3393
- "output": {
3394
- "char": "o",
3395
- "description": "output format",
3396
- "name": "output",
3397
- "default": "table",
3398
- "hasDynamicHelp": false,
3846
+ "hidden": true,
3847
+ "input": [],
3399
3848
  "multiple": false,
3400
- "options": [
3401
- "watch",
3402
- "table",
3403
- "json"
3404
- ],
3405
3849
  "type": "option"
3406
- },
3407
- "sudo": {
3408
- "char": "s",
3409
- "description": "superuser mode",
3410
- "hidden": true,
3411
- "name": "sudo",
3412
- "required": false,
3850
+ }
3851
+ },
3852
+ "baseArgs": {},
3853
+ "isESM": true,
3854
+ "relativePath": [
3855
+ "dist",
3856
+ "commands",
3857
+ "build",
3858
+ "generate.js"
3859
+ ]
3860
+ },
3861
+ "build:init": {
3862
+ "aliases": [],
3863
+ "args": {
3864
+ "path": {
3865
+ "default": ".",
3866
+ "description": "Path to initialize the project in",
3867
+ "name": "path",
3868
+ "required": false
3869
+ }
3870
+ },
3871
+ "description": "start a new LiquidMetal.AI project",
3872
+ "examples": [
3873
+ "<%= config.bin %> <%= command.id %> .\nInitialize a project in the current directory.\n"
3874
+ ],
3875
+ "flags": {
3876
+ "overwrite": {
3877
+ "description": "Overwrite existing files",
3878
+ "name": "overwrite",
3413
3879
  "allowNo": false,
3414
3880
  "type": "boolean"
3415
- },
3416
- "impersonate": {
3417
- "char": "i",
3418
- "description": "impersonate organization",
3419
- "hidden": true,
3420
- "name": "impersonate",
3421
- "required": false,
3422
- "hasDynamicHelp": false,
3423
- "multiple": false,
3424
- "type": "option"
3425
3881
  }
3426
3882
  },
3427
3883
  "hasDynamicHelp": false,
3428
3884
  "hiddenAliases": [],
3429
- "id": "build:status",
3885
+ "id": "build:init",
3430
3886
  "pluginAlias": "@liquidmetal-ai/raindrop",
3431
3887
  "pluginName": "@liquidmetal-ai/raindrop",
3432
3888
  "pluginType": "core",
@@ -3498,15 +3954,15 @@
3498
3954
  "dist",
3499
3955
  "commands",
3500
3956
  "build",
3501
- "status.js"
3957
+ "init.js"
3502
3958
  ]
3503
3959
  },
3504
- "build:stop": {
3960
+ "build:list": {
3505
3961
  "aliases": [],
3506
3962
  "args": {},
3507
- "description": "stop a Raindrop application",
3963
+ "description": "list Raindrop catalog resources",
3508
3964
  "examples": [
3509
- "<%= config.bin %> <%= command.id %> .\nStop a Raindrop application.\n"
3965
+ "<%= config.bin %> <%= command.id %> .\nList Raindrop catalog resources.\n"
3510
3966
  ],
3511
3967
  "flags": {
3512
3968
  "config": {
@@ -3574,42 +4030,26 @@
3574
4030
  "multiple": false,
3575
4031
  "type": "option"
3576
4032
  },
3577
- "root": {
3578
- "char": "r",
3579
- "description": "root directory",
3580
- "name": "root",
3581
- "required": false,
3582
- "default": "/Users/tungsten/Code/liquidmetal/packages/raindrop",
3583
- "hasDynamicHelp": false,
3584
- "multiple": false,
3585
- "type": "option"
3586
- },
3587
- "manifest": {
3588
- "char": "M",
3589
- "description": "project manifest",
3590
- "name": "manifest",
3591
- "required": false,
3592
- "default": "raindrop.manifest",
3593
- "hasDynamicHelp": false,
3594
- "multiple": false,
3595
- "type": "option"
3596
- },
3597
- "application": {
4033
+ "all": {
3598
4034
  "char": "a",
3599
- "description": "application to stop",
3600
- "name": "application",
3601
- "required": false,
3602
- "hasDynamicHelp": false,
3603
- "multiple": false,
3604
- "type": "option"
4035
+ "description": "show deleted resources",
4036
+ "name": "all",
4037
+ "allowNo": false,
4038
+ "type": "boolean"
3605
4039
  },
3606
- "version": {
3607
- "char": "v",
3608
- "description": "application version to start",
3609
- "name": "version",
3610
- "required": false,
4040
+ "output": {
4041
+ "char": "o",
4042
+ "description": "output format",
4043
+ "name": "output",
4044
+ "default": "table",
3611
4045
  "hasDynamicHelp": false,
3612
4046
  "multiple": false,
4047
+ "options": [
4048
+ "text",
4049
+ "table",
4050
+ "json",
4051
+ "log"
4052
+ ],
3613
4053
  "type": "option"
3614
4054
  },
3615
4055
  "impersonate": {
@@ -3621,11 +4061,22 @@
3621
4061
  "hasDynamicHelp": false,
3622
4062
  "multiple": false,
3623
4063
  "type": "option"
4064
+ },
4065
+ "manifest": {
4066
+ "char": "M",
4067
+ "description": "project manifest",
4068
+ "hidden": true,
4069
+ "name": "manifest",
4070
+ "required": false,
4071
+ "default": "raindrop.manifest",
4072
+ "hasDynamicHelp": false,
4073
+ "multiple": false,
4074
+ "type": "option"
3624
4075
  }
3625
4076
  },
3626
4077
  "hasDynamicHelp": false,
3627
4078
  "hiddenAliases": [],
3628
- "id": "build:stop",
4079
+ "id": "build:list",
3629
4080
  "pluginAlias": "@liquidmetal-ai/raindrop",
3630
4081
  "pluginName": "@liquidmetal-ai/raindrop",
3631
4082
  "pluginType": "core",
@@ -3697,13 +4148,13 @@
3697
4148
  "dist",
3698
4149
  "commands",
3699
4150
  "build",
3700
- "stop.js"
4151
+ "list.js"
3701
4152
  ]
3702
4153
  },
3703
- "build:unsandbox": {
4154
+ "build:sandbox": {
3704
4155
  "aliases": [],
3705
4156
  "args": {},
3706
- "description": "mark a version as unsandboxed in the Raindrop catalog",
4157
+ "description": "mark a version as sandboxed in the Raindrop catalog",
3707
4158
  "examples": [
3708
4159
  "<%= config.bin %> <%= command.id %>\n"
3709
4160
  ],
@@ -3793,7 +4244,7 @@
3793
4244
  },
3794
4245
  "version": {
3795
4246
  "char": "v",
3796
- "description": "application version to unsandbox",
4247
+ "description": "application version to sandbox",
3797
4248
  "name": "version",
3798
4249
  "required": false,
3799
4250
  "hasDynamicHelp": false,
@@ -3803,7 +4254,7 @@
3803
4254
  },
3804
4255
  "hasDynamicHelp": false,
3805
4256
  "hiddenAliases": [],
3806
- "id": "build:unsandbox",
4257
+ "id": "build:sandbox",
3807
4258
  "pluginAlias": "@liquidmetal-ai/raindrop",
3808
4259
  "pluginName": "@liquidmetal-ai/raindrop",
3809
4260
  "pluginType": "core",
@@ -3875,15 +4326,15 @@
3875
4326
  "dist",
3876
4327
  "commands",
3877
4328
  "build",
3878
- "unsandbox.js"
4329
+ "sandbox.js"
3879
4330
  ]
3880
4331
  },
3881
- "build:upload": {
4332
+ "build:start": {
3882
4333
  "aliases": [],
3883
4334
  "args": {},
3884
- "description": "build and validate a LiquidMetal.AI project",
4335
+ "description": "start a Raindrop application",
3885
4336
  "examples": [
3886
- "<%= config.bin %> <%= command.id %>"
4337
+ "<%= config.bin %> <%= command.id %> .\nStart a Raindrop application.\n"
3887
4338
  ],
3888
4339
  "flags": {
3889
4340
  "config": {
@@ -3956,7 +4407,7 @@
3956
4407
  "description": "root directory",
3957
4408
  "name": "root",
3958
4409
  "required": false,
3959
- "default": "/Users/tungsten/Code/liquidmetal/packages/raindrop",
4410
+ "default": "/Users/ian/liquidmetal/packages/raindrop",
3960
4411
  "hasDynamicHelp": false,
3961
4412
  "multiple": false,
3962
4413
  "type": "option"
@@ -3971,21 +4422,20 @@
3971
4422
  "multiple": false,
3972
4423
  "type": "option"
3973
4424
  },
3974
- "output": {
3975
- "char": "o",
3976
- "description": "output directory",
3977
- "name": "output",
4425
+ "application": {
4426
+ "char": "a",
4427
+ "description": "application to start",
4428
+ "name": "application",
3978
4429
  "required": false,
3979
- "default": "dist",
3980
4430
  "hasDynamicHelp": false,
3981
4431
  "multiple": false,
3982
4432
  "type": "option"
3983
4433
  },
3984
- "versionId": {
4434
+ "version": {
3985
4435
  "char": "v",
3986
- "description": "version ID",
3987
- "name": "versionId",
3988
- "required": true,
4436
+ "description": "application version to start",
4437
+ "name": "version",
4438
+ "required": false,
3989
4439
  "hasDynamicHelp": false,
3990
4440
  "multiple": false,
3991
4441
  "type": "option"
@@ -4003,7 +4453,7 @@
4003
4453
  },
4004
4454
  "hasDynamicHelp": false,
4005
4455
  "hiddenAliases": [],
4006
- "id": "build:upload",
4456
+ "id": "build:start",
4007
4457
  "pluginAlias": "@liquidmetal-ai/raindrop",
4008
4458
  "pluginName": "@liquidmetal-ai/raindrop",
4009
4459
  "pluginType": "core",
@@ -4075,148 +4525,15 @@
4075
4525
  "dist",
4076
4526
  "commands",
4077
4527
  "build",
4078
- "upload.js"
4528
+ "start.js"
4079
4529
  ]
4080
4530
  },
4081
- "build:validate": {
4531
+ "build:status": {
4082
4532
  "aliases": [],
4083
4533
  "args": {},
4084
- "description": "build and validate a LiquidMetal.AI project",
4085
- "examples": [
4086
- "<%= config.bin %> <%= command.id %>"
4087
- ],
4088
- "flags": {
4089
- "root": {
4090
- "char": "r",
4091
- "description": "root directory",
4092
- "name": "root",
4093
- "required": false,
4094
- "default": "/Users/tungsten/Code/liquidmetal/packages/raindrop",
4095
- "hasDynamicHelp": false,
4096
- "multiple": false,
4097
- "type": "option"
4098
- },
4099
- "manifest": {
4100
- "char": "M",
4101
- "description": "project manifest",
4102
- "name": "manifest",
4103
- "required": false,
4104
- "default": "raindrop.manifest",
4105
- "hasDynamicHelp": false,
4106
- "multiple": false,
4107
- "type": "option"
4108
- },
4109
- "config": {
4110
- "char": "c",
4111
- "description": "config file",
4112
- "hidden": true,
4113
- "name": "config",
4114
- "required": false,
4115
- "default": ".raindrop/config.json",
4116
- "hasDynamicHelp": false,
4117
- "multiple": false,
4118
- "type": "option"
4119
- },
4120
- "output": {
4121
- "char": "o",
4122
- "description": "output directory",
4123
- "name": "output",
4124
- "required": false,
4125
- "default": "dist",
4126
- "hasDynamicHelp": false,
4127
- "multiple": false,
4128
- "type": "option"
4129
- }
4130
- },
4131
- "hasDynamicHelp": false,
4132
- "hiddenAliases": [],
4133
- "id": "build:validate",
4134
- "pluginAlias": "@liquidmetal-ai/raindrop",
4135
- "pluginName": "@liquidmetal-ai/raindrop",
4136
- "pluginType": "core",
4137
- "strict": true,
4138
- "enableJsonFlag": false,
4139
- "HIDDEN_FLAGS": {
4140
- "config": {
4141
- "char": "c",
4142
- "description": "config file",
4143
- "required": false,
4144
- "hidden": true,
4145
- "default": ".raindrop/config.json",
4146
- "input": [],
4147
- "multiple": false,
4148
- "type": "option"
4149
- },
4150
- "rainbowAuthService": {
4151
- "default": "https://raindrop.liquidmetal.run/",
4152
- "hidden": true,
4153
- "env": "LIQUIDMETAL_RAINBOW_AUTH_SERVICE",
4154
- "input": [],
4155
- "multiple": false,
4156
- "type": "option"
4157
- },
4158
- "raindropCatalogService": {
4159
- "env": "RAINDROP_CATALOG_SERVICE",
4160
- "description": "URL of the catalog service",
4161
- "hidden": true,
4162
- "input": [],
4163
- "multiple": false,
4164
- "type": "option"
4165
- },
4166
- "rainbowAuthToken": {
4167
- "env": "RAINBOW_AUTH_TOKEN",
4168
- "description": "Override the Rainbow auth token derived from the CLI config",
4169
- "hidden": true,
4170
- "input": [],
4171
- "multiple": false,
4172
- "type": "option"
4173
- },
4174
- "rainbowOrganizationId": {
4175
- "env": "RAINBOW_ORGANIZATION_ID",
4176
- "description": "Override the Rainbow organization ID derived from the CLI config",
4177
- "hidden": true,
4178
- "input": [],
4179
- "multiple": false,
4180
- "type": "option"
4181
- },
4182
- "rainbowUserId": {
4183
- "env": "RAINBOW_USER_ID",
4184
- "description": "Override the Rainbow user ID derived from the CLI config",
4185
- "hidden": true,
4186
- "input": [],
4187
- "multiple": false,
4188
- "type": "option"
4189
- },
4190
- "sendVersionMetadata": {
4191
- "description": "Send version metadata to the server",
4192
- "default": "true",
4193
- "hidden": true,
4194
- "input": [],
4195
- "multiple": false,
4196
- "type": "option"
4197
- }
4198
- },
4199
- "baseArgs": {},
4200
- "isESM": true,
4201
- "relativePath": [
4202
- "dist",
4203
- "commands",
4204
- "build",
4205
- "validate.js"
4206
- ]
4207
- },
4208
- "query:chunk-search": {
4209
- "aliases": [],
4210
- "args": {
4211
- "query": {
4212
- "description": "search query to run",
4213
- "name": "query",
4214
- "required": true
4215
- }
4216
- },
4217
- "description": "Run a RAG (Retrieval Augmented Generation) search query against a Smart Bucket",
4534
+ "description": "show the status of an application in Raindrop",
4218
4535
  "examples": [
4219
- "<%= config.bin %> query chunk-search \"What is LiquidMetal?\"\nRun a RAG search query against a Smart Bucket.\n"
4536
+ "<%= config.bin %> <%= command.id %> .\n"
4220
4537
  ],
4221
4538
  "flags": {
4222
4539
  "config": {
@@ -4284,37 +4601,67 @@
4284
4601
  "multiple": false,
4285
4602
  "type": "option"
4286
4603
  },
4287
- "buckets": {
4288
- "char": "b",
4289
- "description": "Bucket names to search in, version can be specified with #, e.g. my-bucket#versionId",
4290
- "name": "buckets",
4604
+ "root": {
4605
+ "char": "r",
4606
+ "description": "root directory",
4607
+ "name": "root",
4291
4608
  "required": false,
4609
+ "default": "/Users/ian/liquidmetal/packages/raindrop",
4292
4610
  "hasDynamicHelp": false,
4293
- "multiple": true,
4611
+ "multiple": false,
4294
4612
  "type": "option"
4295
4613
  },
4296
- "moduleIds": {
4297
- "char": "m",
4298
- "description": "Module IDs to search in",
4299
- "name": "moduleIds",
4614
+ "manifest": {
4615
+ "char": "M",
4616
+ "description": "project manifest",
4617
+ "name": "manifest",
4300
4618
  "required": false,
4619
+ "default": "raindrop.manifest",
4301
4620
  "hasDynamicHelp": false,
4302
- "multiple": true,
4621
+ "multiple": false,
4622
+ "type": "option"
4623
+ },
4624
+ "application": {
4625
+ "char": "a",
4626
+ "description": "application",
4627
+ "name": "application",
4628
+ "required": false,
4629
+ "hasDynamicHelp": false,
4630
+ "multiple": false,
4631
+ "type": "option"
4632
+ },
4633
+ "version": {
4634
+ "char": "v",
4635
+ "description": "application version",
4636
+ "name": "version",
4637
+ "required": false,
4638
+ "hasDynamicHelp": false,
4639
+ "multiple": false,
4303
4640
  "type": "option"
4304
4641
  },
4305
4642
  "output": {
4306
4643
  "char": "o",
4307
4644
  "description": "output format",
4308
4645
  "name": "output",
4309
- "default": "text",
4646
+ "default": "table",
4310
4647
  "hasDynamicHelp": false,
4311
4648
  "multiple": false,
4312
4649
  "options": [
4313
- "text",
4650
+ "watch",
4651
+ "table",
4314
4652
  "json"
4315
4653
  ],
4316
4654
  "type": "option"
4317
4655
  },
4656
+ "sudo": {
4657
+ "char": "s",
4658
+ "description": "superuser mode",
4659
+ "hidden": true,
4660
+ "name": "sudo",
4661
+ "required": false,
4662
+ "allowNo": false,
4663
+ "type": "boolean"
4664
+ },
4318
4665
  "impersonate": {
4319
4666
  "char": "i",
4320
4667
  "description": "impersonate organization",
@@ -4324,22 +4671,11 @@
4324
4671
  "hasDynamicHelp": false,
4325
4672
  "multiple": false,
4326
4673
  "type": "option"
4327
- },
4328
- "manifest": {
4329
- "char": "M",
4330
- "description": "project manifest",
4331
- "hidden": true,
4332
- "name": "manifest",
4333
- "required": false,
4334
- "default": "raindrop.manifest",
4335
- "hasDynamicHelp": false,
4336
- "multiple": false,
4337
- "type": "option"
4338
4674
  }
4339
4675
  },
4340
4676
  "hasDynamicHelp": false,
4341
4677
  "hiddenAliases": [],
4342
- "id": "query:chunk-search",
4678
+ "id": "build:status",
4343
4679
  "pluginAlias": "@liquidmetal-ai/raindrop",
4344
4680
  "pluginName": "@liquidmetal-ai/raindrop",
4345
4681
  "pluginType": "core",
@@ -4410,23 +4746,16 @@
4410
4746
  "relativePath": [
4411
4747
  "dist",
4412
4748
  "commands",
4413
- "query",
4414
- "chunk-search.js"
4749
+ "build",
4750
+ "status.js"
4415
4751
  ]
4416
4752
  },
4417
- "query:document": {
4753
+ "build:stop": {
4418
4754
  "aliases": [],
4419
- "args": {
4420
- "query": {
4421
- "description": "question or query about the document",
4422
- "name": "query",
4423
- "required": true
4424
- }
4425
- },
4426
- "description": "Chat with a document stored in a Smart Bucket",
4755
+ "args": {},
4756
+ "description": "stop a Raindrop application",
4427
4757
  "examples": [
4428
- "<%= 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",
4429
- "<%= 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"
4758
+ "<%= config.bin %> <%= command.id %> .\nStop a Raindrop application.\n"
4430
4759
  ],
4431
4760
  "flags": {
4432
4761
  "config": {
@@ -4494,44 +4823,42 @@
4494
4823
  "multiple": false,
4495
4824
  "type": "option"
4496
4825
  },
4497
- "bucket": {
4498
- "char": "b",
4499
- "description": "Bucket name containing the document, version can be specified with #, e.g. my-bucket#versionId",
4500
- "name": "bucket",
4826
+ "root": {
4827
+ "char": "r",
4828
+ "description": "root directory",
4829
+ "name": "root",
4501
4830
  "required": false,
4831
+ "default": "/Users/ian/liquidmetal/packages/raindrop",
4502
4832
  "hasDynamicHelp": false,
4503
4833
  "multiple": false,
4504
4834
  "type": "option"
4505
4835
  },
4506
- "moduleId": {
4507
- "char": "m",
4508
- "description": "Module ID containing the document",
4509
- "name": "moduleId",
4836
+ "manifest": {
4837
+ "char": "M",
4838
+ "description": "project manifest",
4839
+ "name": "manifest",
4510
4840
  "required": false,
4841
+ "default": "raindrop.manifest",
4511
4842
  "hasDynamicHelp": false,
4512
4843
  "multiple": false,
4513
4844
  "type": "option"
4514
4845
  },
4515
- "objectId": {
4516
- "char": "o",
4517
- "description": "Object ID of the document to chat with",
4518
- "name": "objectId",
4519
- "required": true,
4846
+ "application": {
4847
+ "char": "a",
4848
+ "description": "application to stop",
4849
+ "name": "application",
4850
+ "required": false,
4520
4851
  "hasDynamicHelp": false,
4521
4852
  "multiple": false,
4522
4853
  "type": "option"
4523
4854
  },
4524
- "output": {
4525
- "char": "O",
4526
- "description": "output format",
4527
- "name": "output",
4528
- "default": "text",
4855
+ "version": {
4856
+ "char": "v",
4857
+ "description": "application version to start",
4858
+ "name": "version",
4859
+ "required": false,
4529
4860
  "hasDynamicHelp": false,
4530
4861
  "multiple": false,
4531
- "options": [
4532
- "text",
4533
- "json"
4534
- ],
4535
4862
  "type": "option"
4536
4863
  },
4537
4864
  "impersonate": {
@@ -4543,22 +4870,11 @@
4543
4870
  "hasDynamicHelp": false,
4544
4871
  "multiple": false,
4545
4872
  "type": "option"
4546
- },
4547
- "manifest": {
4548
- "char": "M",
4549
- "description": "project manifest",
4550
- "hidden": true,
4551
- "name": "manifest",
4552
- "required": false,
4553
- "default": "raindrop.manifest",
4554
- "hasDynamicHelp": false,
4555
- "multiple": false,
4556
- "type": "option"
4557
4873
  }
4558
4874
  },
4559
4875
  "hasDynamicHelp": false,
4560
4876
  "hiddenAliases": [],
4561
- "id": "query:document",
4877
+ "id": "build:stop",
4562
4878
  "pluginAlias": "@liquidmetal-ai/raindrop",
4563
4879
  "pluginName": "@liquidmetal-ai/raindrop",
4564
4880
  "pluginType": "core",
@@ -4629,23 +4945,16 @@
4629
4945
  "relativePath": [
4630
4946
  "dist",
4631
4947
  "commands",
4632
- "query",
4633
- "document.js"
4948
+ "build",
4949
+ "stop.js"
4634
4950
  ]
4635
4951
  },
4636
- "query:search": {
4952
+ "build:unsandbox": {
4637
4953
  "aliases": [],
4638
- "args": {
4639
- "query": {
4640
- "description": "search query",
4641
- "name": "query",
4642
- "required": false
4643
- }
4644
- },
4645
- "description": "Run a search query against a smart bucket using natural language",
4954
+ "args": {},
4955
+ "description": "mark a version as unsandboxed in the Raindrop catalog",
4646
4956
  "examples": [
4647
- "<%= 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",
4648
- "<%= config.bin %> query search --requestId 01HNG4V2RJXS5T --page 2\nGet page 2 of previous search results.\n"
4957
+ "<%= config.bin %> <%= command.id %>\n"
4649
4958
  ],
4650
4959
  "flags": {
4651
4960
  "config": {
@@ -4713,54 +5022,6 @@
4713
5022
  "multiple": false,
4714
5023
  "type": "option"
4715
5024
  },
4716
- "buckets": {
4717
- "char": "b",
4718
- "description": "Bucket names to search in, version can be specified with #, e.g. my-bucket#versionId",
4719
- "name": "buckets",
4720
- "required": false,
4721
- "hasDynamicHelp": false,
4722
- "multiple": true,
4723
- "type": "option"
4724
- },
4725
- "moduleIds": {
4726
- "char": "m",
4727
- "description": "Module IDs to search in",
4728
- "name": "moduleIds",
4729
- "required": false,
4730
- "hasDynamicHelp": false,
4731
- "multiple": true,
4732
- "type": "option"
4733
- },
4734
- "requestId": {
4735
- "description": "request ID for pagination",
4736
- "name": "requestId",
4737
- "required": false,
4738
- "hasDynamicHelp": false,
4739
- "multiple": false,
4740
- "type": "option"
4741
- },
4742
- "page": {
4743
- "char": "p",
4744
- "description": "page number for paginated results",
4745
- "name": "page",
4746
- "default": 1,
4747
- "hasDynamicHelp": false,
4748
- "multiple": false,
4749
- "type": "option"
4750
- },
4751
- "output": {
4752
- "char": "o",
4753
- "description": "output format",
4754
- "name": "output",
4755
- "default": "text",
4756
- "hasDynamicHelp": false,
4757
- "multiple": false,
4758
- "options": [
4759
- "text",
4760
- "json"
4761
- ],
4762
- "type": "option"
4763
- },
4764
5025
  "impersonate": {
4765
5026
  "char": "i",
4766
5027
  "description": "impersonate organization",
@@ -4772,20 +5033,26 @@
4772
5033
  "type": "option"
4773
5034
  },
4774
5035
  "manifest": {
4775
- "char": "M",
4776
5036
  "description": "project manifest",
4777
- "hidden": true,
4778
5037
  "name": "manifest",
4779
- "required": false,
4780
5038
  "default": "raindrop.manifest",
4781
5039
  "hasDynamicHelp": false,
4782
5040
  "multiple": false,
4783
5041
  "type": "option"
5042
+ },
5043
+ "version": {
5044
+ "char": "v",
5045
+ "description": "application version to unsandbox",
5046
+ "name": "version",
5047
+ "required": false,
5048
+ "hasDynamicHelp": false,
5049
+ "multiple": false,
5050
+ "type": "option"
4784
5051
  }
4785
5052
  },
4786
5053
  "hasDynamicHelp": false,
4787
5054
  "hiddenAliases": [],
4788
- "id": "query:search",
5055
+ "id": "build:unsandbox",
4789
5056
  "pluginAlias": "@liquidmetal-ai/raindrop",
4790
5057
  "pluginName": "@liquidmetal-ai/raindrop",
4791
5058
  "pluginType": "core",
@@ -4856,34 +5123,128 @@
4856
5123
  "relativePath": [
4857
5124
  "dist",
4858
5125
  "commands",
4859
- "query",
4860
- "search.js"
5126
+ "build",
5127
+ "unsandbox.js"
4861
5128
  ]
4862
5129
  },
4863
- "build:tools:check": {
5130
+ "build:upload": {
4864
5131
  "aliases": [],
4865
5132
  "args": {},
4866
- "description": "validate a LiquidMetal.AI raindrop.manifest",
5133
+ "description": "build and validate a LiquidMetal.AI project",
4867
5134
  "examples": [
4868
5135
  "<%= config.bin %> <%= command.id %>"
4869
5136
  ],
4870
5137
  "flags": {
5138
+ "config": {
5139
+ "char": "c",
5140
+ "description": "config file",
5141
+ "hidden": true,
5142
+ "name": "config",
5143
+ "required": false,
5144
+ "default": ".raindrop/config.json",
5145
+ "hasDynamicHelp": false,
5146
+ "multiple": false,
5147
+ "type": "option"
5148
+ },
5149
+ "rainbowAuthService": {
5150
+ "env": "LIQUIDMETAL_RAINBOW_AUTH_SERVICE",
5151
+ "hidden": true,
5152
+ "name": "rainbowAuthService",
5153
+ "default": "https://raindrop.liquidmetal.run/",
5154
+ "hasDynamicHelp": false,
5155
+ "multiple": false,
5156
+ "type": "option"
5157
+ },
5158
+ "raindropCatalogService": {
5159
+ "description": "URL of the catalog service",
5160
+ "env": "RAINDROP_CATALOG_SERVICE",
5161
+ "hidden": true,
5162
+ "name": "raindropCatalogService",
5163
+ "hasDynamicHelp": false,
5164
+ "multiple": false,
5165
+ "type": "option"
5166
+ },
5167
+ "rainbowAuthToken": {
5168
+ "description": "Override the Rainbow auth token derived from the CLI config",
5169
+ "env": "RAINBOW_AUTH_TOKEN",
5170
+ "hidden": true,
5171
+ "name": "rainbowAuthToken",
5172
+ "hasDynamicHelp": false,
5173
+ "multiple": false,
5174
+ "type": "option"
5175
+ },
5176
+ "rainbowOrganizationId": {
5177
+ "description": "Override the Rainbow organization ID derived from the CLI config",
5178
+ "env": "RAINBOW_ORGANIZATION_ID",
5179
+ "hidden": true,
5180
+ "name": "rainbowOrganizationId",
5181
+ "hasDynamicHelp": false,
5182
+ "multiple": false,
5183
+ "type": "option"
5184
+ },
5185
+ "rainbowUserId": {
5186
+ "description": "Override the Rainbow user ID derived from the CLI config",
5187
+ "env": "RAINBOW_USER_ID",
5188
+ "hidden": true,
5189
+ "name": "rainbowUserId",
5190
+ "hasDynamicHelp": false,
5191
+ "multiple": false,
5192
+ "type": "option"
5193
+ },
5194
+ "sendVersionMetadata": {
5195
+ "description": "Send version metadata to the server",
5196
+ "hidden": true,
5197
+ "name": "sendVersionMetadata",
5198
+ "default": "true",
5199
+ "hasDynamicHelp": false,
5200
+ "multiple": false,
5201
+ "type": "option"
5202
+ },
4871
5203
  "root": {
4872
5204
  "char": "r",
4873
5205
  "description": "root directory",
4874
5206
  "name": "root",
4875
5207
  "required": false,
4876
- "default": "/Users/tungsten/Code/liquidmetal/packages/raindrop",
5208
+ "default": "/Users/ian/liquidmetal/packages/raindrop",
4877
5209
  "hasDynamicHelp": false,
4878
5210
  "multiple": false,
4879
5211
  "type": "option"
4880
5212
  },
4881
5213
  "manifest": {
4882
- "char": "m",
5214
+ "char": "M",
4883
5215
  "description": "project manifest",
4884
5216
  "name": "manifest",
4885
5217
  "required": false,
4886
- "default": "raindrop.manifest",
5218
+ "default": "raindrop.manifest",
5219
+ "hasDynamicHelp": false,
5220
+ "multiple": false,
5221
+ "type": "option"
5222
+ },
5223
+ "output": {
5224
+ "char": "o",
5225
+ "description": "output directory",
5226
+ "name": "output",
5227
+ "required": false,
5228
+ "default": "dist",
5229
+ "hasDynamicHelp": false,
5230
+ "multiple": false,
5231
+ "type": "option"
5232
+ },
5233
+ "versionId": {
5234
+ "char": "v",
5235
+ "description": "version ID",
5236
+ "name": "versionId",
5237
+ "required": true,
5238
+ "hasDynamicHelp": false,
5239
+ "multiple": false,
5240
+ "type": "option"
5241
+ },
5242
+ "impersonate": {
5243
+ "char": "i",
5244
+ "description": "impersonate organization",
5245
+ "hidden": true,
5246
+ "name": "impersonate",
5247
+ "required": false,
4887
5248
  "hasDynamicHelp": false,
4888
5249
  "multiple": false,
4889
5250
  "type": "option"
@@ -4891,7 +5252,7 @@
4891
5252
  },
4892
5253
  "hasDynamicHelp": false,
4893
5254
  "hiddenAliases": [],
4894
- "id": "build:tools:check",
5255
+ "id": "build:upload",
4895
5256
  "pluginAlias": "@liquidmetal-ai/raindrop",
4896
5257
  "pluginName": "@liquidmetal-ai/raindrop",
4897
5258
  "pluginType": "core",
@@ -4963,14 +5324,13 @@
4963
5324
  "dist",
4964
5325
  "commands",
4965
5326
  "build",
4966
- "tools",
4967
- "check.js"
5327
+ "upload.js"
4968
5328
  ]
4969
5329
  },
4970
- "build:tools:fmt": {
5330
+ "build:validate": {
4971
5331
  "aliases": [],
4972
5332
  "args": {},
4973
- "description": "format a LiquidMetal.AI raindrop.manifest",
5333
+ "description": "build and validate a LiquidMetal.AI project",
4974
5334
  "examples": [
4975
5335
  "<%= config.bin %> <%= command.id %>"
4976
5336
  ],
@@ -4980,13 +5340,13 @@
4980
5340
  "description": "root directory",
4981
5341
  "name": "root",
4982
5342
  "required": false,
4983
- "default": "/Users/tungsten/Code/liquidmetal/packages/raindrop",
5343
+ "default": "/Users/ian/liquidmetal/packages/raindrop",
4984
5344
  "hasDynamicHelp": false,
4985
5345
  "multiple": false,
4986
5346
  "type": "option"
4987
5347
  },
4988
5348
  "manifest": {
4989
- "char": "m",
5349
+ "char": "M",
4990
5350
  "description": "project manifest",
4991
5351
  "name": "manifest",
4992
5352
  "required": false,
@@ -4994,11 +5354,32 @@
4994
5354
  "hasDynamicHelp": false,
4995
5355
  "multiple": false,
4996
5356
  "type": "option"
5357
+ },
5358
+ "config": {
5359
+ "char": "c",
5360
+ "description": "config file",
5361
+ "hidden": true,
5362
+ "name": "config",
5363
+ "required": false,
5364
+ "default": ".raindrop/config.json",
5365
+ "hasDynamicHelp": false,
5366
+ "multiple": false,
5367
+ "type": "option"
5368
+ },
5369
+ "output": {
5370
+ "char": "o",
5371
+ "description": "output directory",
5372
+ "name": "output",
5373
+ "required": false,
5374
+ "default": "dist",
5375
+ "hasDynamicHelp": false,
5376
+ "multiple": false,
5377
+ "type": "option"
4997
5378
  }
4998
5379
  },
4999
5380
  "hasDynamicHelp": false,
5000
5381
  "hiddenAliases": [],
5001
- "id": "build:tools:fmt",
5382
+ "id": "build:validate",
5002
5383
  "pluginAlias": "@liquidmetal-ai/raindrop",
5003
5384
  "pluginName": "@liquidmetal-ai/raindrop",
5004
5385
  "pluginType": "core",
@@ -5070,8 +5451,7 @@
5070
5451
  "dist",
5071
5452
  "commands",
5072
5453
  "build",
5073
- "tools",
5074
- "fmt.js"
5454
+ "validate.js"
5075
5455
  ]
5076
5456
  },
5077
5457
  "build:env:get": {
@@ -5371,7 +5751,7 @@
5371
5751
  "description": "root directory",
5372
5752
  "name": "root",
5373
5753
  "required": false,
5374
- "default": "/Users/tungsten/Code/liquidmetal/packages/raindrop",
5754
+ "default": "/Users/ian/liquidmetal/packages/raindrop",
5375
5755
  "hasDynamicHelp": false,
5376
5756
  "multiple": false,
5377
5757
  "type": "option"
@@ -5504,7 +5884,221 @@
5504
5884
  "env",
5505
5885
  "set.js"
5506
5886
  ]
5887
+ },
5888
+ "build:tools:check": {
5889
+ "aliases": [],
5890
+ "args": {},
5891
+ "description": "validate a LiquidMetal.AI raindrop.manifest",
5892
+ "examples": [
5893
+ "<%= config.bin %> <%= command.id %>"
5894
+ ],
5895
+ "flags": {
5896
+ "root": {
5897
+ "char": "r",
5898
+ "description": "root directory",
5899
+ "name": "root",
5900
+ "required": false,
5901
+ "default": "/Users/ian/liquidmetal/packages/raindrop",
5902
+ "hasDynamicHelp": false,
5903
+ "multiple": false,
5904
+ "type": "option"
5905
+ },
5906
+ "manifest": {
5907
+ "char": "m",
5908
+ "description": "project manifest",
5909
+ "name": "manifest",
5910
+ "required": false,
5911
+ "default": "raindrop.manifest",
5912
+ "hasDynamicHelp": false,
5913
+ "multiple": false,
5914
+ "type": "option"
5915
+ }
5916
+ },
5917
+ "hasDynamicHelp": false,
5918
+ "hiddenAliases": [],
5919
+ "id": "build:tools:check",
5920
+ "pluginAlias": "@liquidmetal-ai/raindrop",
5921
+ "pluginName": "@liquidmetal-ai/raindrop",
5922
+ "pluginType": "core",
5923
+ "strict": true,
5924
+ "enableJsonFlag": false,
5925
+ "HIDDEN_FLAGS": {
5926
+ "config": {
5927
+ "char": "c",
5928
+ "description": "config file",
5929
+ "required": false,
5930
+ "hidden": true,
5931
+ "default": ".raindrop/config.json",
5932
+ "input": [],
5933
+ "multiple": false,
5934
+ "type": "option"
5935
+ },
5936
+ "rainbowAuthService": {
5937
+ "default": "https://raindrop.liquidmetal.run/",
5938
+ "hidden": true,
5939
+ "env": "LIQUIDMETAL_RAINBOW_AUTH_SERVICE",
5940
+ "input": [],
5941
+ "multiple": false,
5942
+ "type": "option"
5943
+ },
5944
+ "raindropCatalogService": {
5945
+ "env": "RAINDROP_CATALOG_SERVICE",
5946
+ "description": "URL of the catalog service",
5947
+ "hidden": true,
5948
+ "input": [],
5949
+ "multiple": false,
5950
+ "type": "option"
5951
+ },
5952
+ "rainbowAuthToken": {
5953
+ "env": "RAINBOW_AUTH_TOKEN",
5954
+ "description": "Override the Rainbow auth token derived from the CLI config",
5955
+ "hidden": true,
5956
+ "input": [],
5957
+ "multiple": false,
5958
+ "type": "option"
5959
+ },
5960
+ "rainbowOrganizationId": {
5961
+ "env": "RAINBOW_ORGANIZATION_ID",
5962
+ "description": "Override the Rainbow organization ID derived from the CLI config",
5963
+ "hidden": true,
5964
+ "input": [],
5965
+ "multiple": false,
5966
+ "type": "option"
5967
+ },
5968
+ "rainbowUserId": {
5969
+ "env": "RAINBOW_USER_ID",
5970
+ "description": "Override the Rainbow user ID derived from the CLI config",
5971
+ "hidden": true,
5972
+ "input": [],
5973
+ "multiple": false,
5974
+ "type": "option"
5975
+ },
5976
+ "sendVersionMetadata": {
5977
+ "description": "Send version metadata to the server",
5978
+ "default": "true",
5979
+ "hidden": true,
5980
+ "input": [],
5981
+ "multiple": false,
5982
+ "type": "option"
5983
+ }
5984
+ },
5985
+ "baseArgs": {},
5986
+ "isESM": true,
5987
+ "relativePath": [
5988
+ "dist",
5989
+ "commands",
5990
+ "build",
5991
+ "tools",
5992
+ "check.js"
5993
+ ]
5994
+ },
5995
+ "build:tools:fmt": {
5996
+ "aliases": [],
5997
+ "args": {},
5998
+ "description": "format a LiquidMetal.AI raindrop.manifest",
5999
+ "examples": [
6000
+ "<%= config.bin %> <%= command.id %>"
6001
+ ],
6002
+ "flags": {
6003
+ "root": {
6004
+ "char": "r",
6005
+ "description": "root directory",
6006
+ "name": "root",
6007
+ "required": false,
6008
+ "default": "/Users/ian/liquidmetal/packages/raindrop",
6009
+ "hasDynamicHelp": false,
6010
+ "multiple": false,
6011
+ "type": "option"
6012
+ },
6013
+ "manifest": {
6014
+ "char": "m",
6015
+ "description": "project manifest",
6016
+ "name": "manifest",
6017
+ "required": false,
6018
+ "default": "raindrop.manifest",
6019
+ "hasDynamicHelp": false,
6020
+ "multiple": false,
6021
+ "type": "option"
6022
+ }
6023
+ },
6024
+ "hasDynamicHelp": false,
6025
+ "hiddenAliases": [],
6026
+ "id": "build:tools:fmt",
6027
+ "pluginAlias": "@liquidmetal-ai/raindrop",
6028
+ "pluginName": "@liquidmetal-ai/raindrop",
6029
+ "pluginType": "core",
6030
+ "strict": true,
6031
+ "enableJsonFlag": false,
6032
+ "HIDDEN_FLAGS": {
6033
+ "config": {
6034
+ "char": "c",
6035
+ "description": "config file",
6036
+ "required": false,
6037
+ "hidden": true,
6038
+ "default": ".raindrop/config.json",
6039
+ "input": [],
6040
+ "multiple": false,
6041
+ "type": "option"
6042
+ },
6043
+ "rainbowAuthService": {
6044
+ "default": "https://raindrop.liquidmetal.run/",
6045
+ "hidden": true,
6046
+ "env": "LIQUIDMETAL_RAINBOW_AUTH_SERVICE",
6047
+ "input": [],
6048
+ "multiple": false,
6049
+ "type": "option"
6050
+ },
6051
+ "raindropCatalogService": {
6052
+ "env": "RAINDROP_CATALOG_SERVICE",
6053
+ "description": "URL of the catalog service",
6054
+ "hidden": true,
6055
+ "input": [],
6056
+ "multiple": false,
6057
+ "type": "option"
6058
+ },
6059
+ "rainbowAuthToken": {
6060
+ "env": "RAINBOW_AUTH_TOKEN",
6061
+ "description": "Override the Rainbow auth token derived from the CLI config",
6062
+ "hidden": true,
6063
+ "input": [],
6064
+ "multiple": false,
6065
+ "type": "option"
6066
+ },
6067
+ "rainbowOrganizationId": {
6068
+ "env": "RAINBOW_ORGANIZATION_ID",
6069
+ "description": "Override the Rainbow organization ID derived from the CLI config",
6070
+ "hidden": true,
6071
+ "input": [],
6072
+ "multiple": false,
6073
+ "type": "option"
6074
+ },
6075
+ "rainbowUserId": {
6076
+ "env": "RAINBOW_USER_ID",
6077
+ "description": "Override the Rainbow user ID derived from the CLI config",
6078
+ "hidden": true,
6079
+ "input": [],
6080
+ "multiple": false,
6081
+ "type": "option"
6082
+ },
6083
+ "sendVersionMetadata": {
6084
+ "description": "Send version metadata to the server",
6085
+ "default": "true",
6086
+ "hidden": true,
6087
+ "input": [],
6088
+ "multiple": false,
6089
+ "type": "option"
6090
+ }
6091
+ },
6092
+ "baseArgs": {},
6093
+ "isESM": true,
6094
+ "relativePath": [
6095
+ "dist",
6096
+ "commands",
6097
+ "build",
6098
+ "tools",
6099
+ "fmt.js"
6100
+ ]
5507
6101
  }
5508
6102
  },
5509
- "version": "0.4.1"
6103
+ "version": "0.4.2"
5510
6104
  }