@liquidmetal-ai/raindrop 0.4.0 → 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.
Files changed (71) hide show
  1. package/README.md +184 -51
  2. package/dist/base-command.d.ts +7 -0
  3. package/dist/base-command.d.ts.map +1 -1
  4. package/dist/base-command.js +25 -1
  5. package/dist/codegen.d.ts.map +1 -1
  6. package/dist/codegen.js +9 -0
  7. package/dist/commands/annotation/get.d.ts +22 -0
  8. package/dist/commands/annotation/get.d.ts.map +1 -0
  9. package/dist/commands/annotation/get.js +142 -0
  10. package/dist/commands/annotation/list.d.ts +23 -0
  11. package/dist/commands/annotation/list.d.ts.map +1 -0
  12. package/dist/commands/annotation/list.js +223 -0
  13. package/dist/commands/annotation/put.d.ts +23 -0
  14. package/dist/commands/annotation/put.d.ts.map +1 -0
  15. package/dist/commands/annotation/put.js +172 -0
  16. package/dist/commands/build/branch.d.ts +1 -0
  17. package/dist/commands/build/branch.d.ts.map +1 -1
  18. package/dist/commands/build/checkout.d.ts +1 -0
  19. package/dist/commands/build/checkout.d.ts.map +1 -1
  20. package/dist/commands/build/delete.d.ts +1 -0
  21. package/dist/commands/build/delete.d.ts.map +1 -1
  22. package/dist/commands/build/deploy.d.ts +1 -0
  23. package/dist/commands/build/deploy.d.ts.map +1 -1
  24. package/dist/commands/build/env/get.d.ts +1 -0
  25. package/dist/commands/build/env/get.d.ts.map +1 -1
  26. package/dist/commands/build/env/set.d.ts +1 -0
  27. package/dist/commands/build/env/set.d.ts.map +1 -1
  28. package/dist/commands/build/find.d.ts +1 -0
  29. package/dist/commands/build/find.d.ts.map +1 -1
  30. package/dist/commands/build/list.d.ts +1 -0
  31. package/dist/commands/build/list.d.ts.map +1 -1
  32. package/dist/commands/build/sandbox.d.ts +1 -0
  33. package/dist/commands/build/sandbox.d.ts.map +1 -1
  34. package/dist/commands/build/start.d.ts +1 -0
  35. package/dist/commands/build/start.d.ts.map +1 -1
  36. package/dist/commands/build/status.d.ts +1 -0
  37. package/dist/commands/build/status.d.ts.map +1 -1
  38. package/dist/commands/build/stop.d.ts +1 -0
  39. package/dist/commands/build/stop.d.ts.map +1 -1
  40. package/dist/commands/build/unsandbox.d.ts +1 -0
  41. package/dist/commands/build/unsandbox.d.ts.map +1 -1
  42. package/dist/commands/build/upload.d.ts +1 -0
  43. package/dist/commands/build/upload.d.ts.map +1 -1
  44. package/dist/commands/object/delete.d.ts +1 -0
  45. package/dist/commands/object/delete.d.ts.map +1 -1
  46. package/dist/commands/object/delete.js +5 -2
  47. package/dist/commands/object/get.d.ts +1 -0
  48. package/dist/commands/object/get.d.ts.map +1 -1
  49. package/dist/commands/object/get.js +5 -2
  50. package/dist/commands/object/list.d.ts +1 -0
  51. package/dist/commands/object/list.d.ts.map +1 -1
  52. package/dist/commands/object/list.js +5 -2
  53. package/dist/commands/object/put.d.ts +1 -0
  54. package/dist/commands/object/put.d.ts.map +1 -1
  55. package/dist/commands/object/put.js +5 -2
  56. package/dist/commands/query/chunk-search.d.ts +1 -0
  57. package/dist/commands/query/chunk-search.d.ts.map +1 -1
  58. package/dist/commands/query/chunk-search.js +4 -4
  59. package/dist/commands/query/document.d.ts +26 -0
  60. package/dist/commands/query/document.d.ts.map +1 -0
  61. package/dist/commands/query/document.js +117 -0
  62. package/dist/commands/query/search.d.ts +1 -0
  63. package/dist/commands/query/search.d.ts.map +1 -1
  64. package/dist/commands/query/search.js +3 -3
  65. package/dist/index.d.ts +7 -2
  66. package/dist/index.d.ts.map +1 -1
  67. package/dist/index.js +10 -4
  68. package/dist/tsconfig.tsbuildinfo +1 -1
  69. package/oclif.manifest.json +1534 -293
  70. package/package.json +2 -2
  71. package/templates/db/package.json +4 -3
@@ -63,6 +63,607 @@
63
63
  "input": [],
64
64
  "multiple": false,
65
65
  "type": "option"
66
+ },
67
+ "sendVersionMetadata": {
68
+ "description": "Send version metadata to the server",
69
+ "default": "true",
70
+ "hidden": true,
71
+ "input": [],
72
+ "multiple": false,
73
+ "type": "option"
74
+ }
75
+ },
76
+ "baseArgs": {},
77
+ "isESM": true,
78
+ "relativePath": [
79
+ "dist",
80
+ "commands",
81
+ "tail.js"
82
+ ]
83
+ },
84
+ "annotation:get": {
85
+ "aliases": [],
86
+ "args": {
87
+ "mrn": {
88
+ "description": "MRN (Machine Resource Name) of the annotation to retrieve. Can be partial (e.g., my-module:my-key:) or full (e.g., annotation:app:v1:my-module:my-key:)",
89
+ "name": "mrn",
90
+ "required": true
91
+ }
92
+ },
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": {
100
+ "config": {
101
+ "char": "c",
102
+ "description": "config file",
103
+ "hidden": true,
104
+ "name": "config",
105
+ "required": false,
106
+ "default": ".raindrop/config.json",
107
+ "hasDynamicHelp": false,
108
+ "multiple": false,
109
+ "type": "option"
110
+ },
111
+ "rainbowAuthService": {
112
+ "env": "LIQUIDMETAL_RAINBOW_AUTH_SERVICE",
113
+ "hidden": true,
114
+ "name": "rainbowAuthService",
115
+ "default": "https://raindrop.liquidmetal.run/",
116
+ "hasDynamicHelp": false,
117
+ "multiple": false,
118
+ "type": "option"
119
+ },
120
+ "raindropCatalogService": {
121
+ "description": "URL of the catalog service",
122
+ "env": "RAINDROP_CATALOG_SERVICE",
123
+ "hidden": true,
124
+ "name": "raindropCatalogService",
125
+ "hasDynamicHelp": false,
126
+ "multiple": false,
127
+ "type": "option"
128
+ },
129
+ "rainbowAuthToken": {
130
+ "description": "Override the Rainbow auth token derived from the CLI config",
131
+ "env": "RAINBOW_AUTH_TOKEN",
132
+ "hidden": true,
133
+ "name": "rainbowAuthToken",
134
+ "hasDynamicHelp": false,
135
+ "multiple": false,
136
+ "type": "option"
137
+ },
138
+ "rainbowOrganizationId": {
139
+ "description": "Override the Rainbow organization ID derived from the CLI config",
140
+ "env": "RAINBOW_ORGANIZATION_ID",
141
+ "hidden": true,
142
+ "name": "rainbowOrganizationId",
143
+ "hasDynamicHelp": false,
144
+ "multiple": false,
145
+ "type": "option"
146
+ },
147
+ "rainbowUserId": {
148
+ "description": "Override the Rainbow user ID derived from the CLI config",
149
+ "env": "RAINBOW_USER_ID",
150
+ "hidden": true,
151
+ "name": "rainbowUserId",
152
+ "hasDynamicHelp": false,
153
+ "multiple": false,
154
+ "type": "option"
155
+ },
156
+ "sendVersionMetadata": {
157
+ "description": "Send version metadata to the server",
158
+ "hidden": true,
159
+ "name": "sendVersionMetadata",
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",
181
+ "hidden": true,
182
+ "name": "impersonate",
183
+ "required": false,
184
+ "hasDynamicHelp": false,
185
+ "multiple": false,
186
+ "type": "option"
187
+ },
188
+ "manifest": {
189
+ "char": "M",
190
+ "description": "project manifest",
191
+ "hidden": true,
192
+ "name": "manifest",
193
+ "required": false,
194
+ "default": "raindrop.manifest",
195
+ "hasDynamicHelp": false,
196
+ "multiple": false,
197
+ "type": "option"
198
+ }
199
+ },
200
+ "hasDynamicHelp": false,
201
+ "hiddenAliases": [],
202
+ "id": "annotation:get",
203
+ "pluginAlias": "@liquidmetal-ai/raindrop",
204
+ "pluginName": "@liquidmetal-ai/raindrop",
205
+ "pluginType": "core",
206
+ "strict": true,
207
+ "enableJsonFlag": false,
208
+ "HIDDEN_FLAGS": {
209
+ "config": {
210
+ "char": "c",
211
+ "description": "config file",
212
+ "required": false,
213
+ "hidden": true,
214
+ "default": ".raindrop/config.json",
215
+ "input": [],
216
+ "multiple": false,
217
+ "type": "option"
218
+ },
219
+ "rainbowAuthService": {
220
+ "default": "https://raindrop.liquidmetal.run/",
221
+ "hidden": true,
222
+ "env": "LIQUIDMETAL_RAINBOW_AUTH_SERVICE",
223
+ "input": [],
224
+ "multiple": false,
225
+ "type": "option"
226
+ },
227
+ "raindropCatalogService": {
228
+ "env": "RAINDROP_CATALOG_SERVICE",
229
+ "description": "URL of the catalog service",
230
+ "hidden": true,
231
+ "input": [],
232
+ "multiple": false,
233
+ "type": "option"
234
+ },
235
+ "rainbowAuthToken": {
236
+ "env": "RAINBOW_AUTH_TOKEN",
237
+ "description": "Override the Rainbow auth token derived from the CLI config",
238
+ "hidden": true,
239
+ "input": [],
240
+ "multiple": false,
241
+ "type": "option"
242
+ },
243
+ "rainbowOrganizationId": {
244
+ "env": "RAINBOW_ORGANIZATION_ID",
245
+ "description": "Override the Rainbow organization ID derived from the CLI config",
246
+ "hidden": true,
247
+ "input": [],
248
+ "multiple": false,
249
+ "type": "option"
250
+ },
251
+ "rainbowUserId": {
252
+ "env": "RAINBOW_USER_ID",
253
+ "description": "Override the Rainbow user ID derived from the CLI config",
254
+ "hidden": true,
255
+ "input": [],
256
+ "multiple": false,
257
+ "type": "option"
258
+ },
259
+ "sendVersionMetadata": {
260
+ "description": "Send version metadata to the server",
261
+ "default": "true",
262
+ "hidden": true,
263
+ "input": [],
264
+ "multiple": false,
265
+ "type": "option"
266
+ }
267
+ },
268
+ "baseArgs": {},
269
+ "isESM": true,
270
+ "relativePath": [
271
+ "dist",
272
+ "commands",
273
+ "annotation",
274
+ "get.js"
275
+ ]
276
+ },
277
+ "annotation:list": {
278
+ "aliases": [],
279
+ "args": {
280
+ "mrnPrefix": {
281
+ "description": "MRN prefix to filter annotations (e.g., my-module or annotation:app:v1:my-module). If not provided, uses app/version from manifest and config.",
282
+ "name": "mrnPrefix",
283
+ "required": false
284
+ }
285
+ },
286
+ "description": "List annotations by MRN prefix",
287
+ "examples": [
288
+ "<%= config.bin %> annotation list\nList all annotations for the current app/version from manifest and config\n",
289
+ "<%= config.bin %> annotation list my-module\nList annotations for 'my-module' (prefilled with app/version from manifest and config)\n",
290
+ "<%= config.bin %> annotation list annotation:my-app:v1.0.0:my-module --format json\nList annotations for a specific module using full MRN prefix in JSON format\n"
291
+ ],
292
+ "flags": {
293
+ "config": {
294
+ "char": "c",
295
+ "description": "config file",
296
+ "hidden": true,
297
+ "name": "config",
298
+ "required": false,
299
+ "default": ".raindrop/config.json",
300
+ "hasDynamicHelp": false,
301
+ "multiple": false,
302
+ "type": "option"
303
+ },
304
+ "rainbowAuthService": {
305
+ "env": "LIQUIDMETAL_RAINBOW_AUTH_SERVICE",
306
+ "hidden": true,
307
+ "name": "rainbowAuthService",
308
+ "default": "https://raindrop.liquidmetal.run/",
309
+ "hasDynamicHelp": false,
310
+ "multiple": false,
311
+ "type": "option"
312
+ },
313
+ "raindropCatalogService": {
314
+ "description": "URL of the catalog service",
315
+ "env": "RAINDROP_CATALOG_SERVICE",
316
+ "hidden": true,
317
+ "name": "raindropCatalogService",
318
+ "hasDynamicHelp": false,
319
+ "multiple": false,
320
+ "type": "option"
321
+ },
322
+ "rainbowAuthToken": {
323
+ "description": "Override the Rainbow auth token derived from the CLI config",
324
+ "env": "RAINBOW_AUTH_TOKEN",
325
+ "hidden": true,
326
+ "name": "rainbowAuthToken",
327
+ "hasDynamicHelp": false,
328
+ "multiple": false,
329
+ "type": "option"
330
+ },
331
+ "rainbowOrganizationId": {
332
+ "description": "Override the Rainbow organization ID derived from the CLI config",
333
+ "env": "RAINBOW_ORGANIZATION_ID",
334
+ "hidden": true,
335
+ "name": "rainbowOrganizationId",
336
+ "hasDynamicHelp": false,
337
+ "multiple": false,
338
+ "type": "option"
339
+ },
340
+ "rainbowUserId": {
341
+ "description": "Override the Rainbow user ID derived from the CLI config",
342
+ "env": "RAINBOW_USER_ID",
343
+ "hidden": true,
344
+ "name": "rainbowUserId",
345
+ "hasDynamicHelp": false,
346
+ "multiple": false,
347
+ "type": "option"
348
+ },
349
+ "sendVersionMetadata": {
350
+ "description": "Send version metadata to the server",
351
+ "hidden": true,
352
+ "name": "sendVersionMetadata",
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",
384
+ "hidden": true,
385
+ "name": "impersonate",
386
+ "required": false,
387
+ "hasDynamicHelp": false,
388
+ "multiple": false,
389
+ "type": "option"
390
+ },
391
+ "manifest": {
392
+ "char": "M",
393
+ "description": "project manifest",
394
+ "hidden": true,
395
+ "name": "manifest",
396
+ "required": false,
397
+ "default": "raindrop.manifest",
398
+ "hasDynamicHelp": false,
399
+ "multiple": false,
400
+ "type": "option"
401
+ }
402
+ },
403
+ "hasDynamicHelp": false,
404
+ "hiddenAliases": [],
405
+ "id": "annotation:list",
406
+ "pluginAlias": "@liquidmetal-ai/raindrop",
407
+ "pluginName": "@liquidmetal-ai/raindrop",
408
+ "pluginType": "core",
409
+ "strict": true,
410
+ "enableJsonFlag": false,
411
+ "HIDDEN_FLAGS": {
412
+ "config": {
413
+ "char": "c",
414
+ "description": "config file",
415
+ "required": false,
416
+ "hidden": true,
417
+ "default": ".raindrop/config.json",
418
+ "input": [],
419
+ "multiple": false,
420
+ "type": "option"
421
+ },
422
+ "rainbowAuthService": {
423
+ "default": "https://raindrop.liquidmetal.run/",
424
+ "hidden": true,
425
+ "env": "LIQUIDMETAL_RAINBOW_AUTH_SERVICE",
426
+ "input": [],
427
+ "multiple": false,
428
+ "type": "option"
429
+ },
430
+ "raindropCatalogService": {
431
+ "env": "RAINDROP_CATALOG_SERVICE",
432
+ "description": "URL of the catalog service",
433
+ "hidden": true,
434
+ "input": [],
435
+ "multiple": false,
436
+ "type": "option"
437
+ },
438
+ "rainbowAuthToken": {
439
+ "env": "RAINBOW_AUTH_TOKEN",
440
+ "description": "Override the Rainbow auth token derived from the CLI config",
441
+ "hidden": true,
442
+ "input": [],
443
+ "multiple": false,
444
+ "type": "option"
445
+ },
446
+ "rainbowOrganizationId": {
447
+ "env": "RAINBOW_ORGANIZATION_ID",
448
+ "description": "Override the Rainbow organization ID derived from the CLI config",
449
+ "hidden": true,
450
+ "input": [],
451
+ "multiple": false,
452
+ "type": "option"
453
+ },
454
+ "rainbowUserId": {
455
+ "env": "RAINBOW_USER_ID",
456
+ "description": "Override the Rainbow user ID derived from the CLI config",
457
+ "hidden": true,
458
+ "input": [],
459
+ "multiple": false,
460
+ "type": "option"
461
+ },
462
+ "sendVersionMetadata": {
463
+ "description": "Send version metadata to the server",
464
+ "default": "true",
465
+ "hidden": true,
466
+ "input": [],
467
+ "multiple": false,
468
+ "type": "option"
469
+ }
470
+ },
471
+ "baseArgs": {},
472
+ "isESM": true,
473
+ "relativePath": [
474
+ "dist",
475
+ "commands",
476
+ "annotation",
477
+ "list.js"
478
+ ]
479
+ },
480
+ "annotation:put": {
481
+ "aliases": [],
482
+ "args": {
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",
491
+ "required": true
492
+ }
493
+ },
494
+ "description": "Create or update an annotation by MRN",
495
+ "examples": [
496
+ "<%= config.bin %> annotation put my-module:my-key: \"This is my annotation\"\nCreate an annotation with partial MRN (prefilled with app/version from manifest and config)\n",
497
+ "<%= config.bin %> annotation put annotation:my-app:v1.0.0:my-module:my-item^my-key: @file.txt\nCreate an annotation from file contents using full MRN\n",
498
+ "<%= config.bin %> annotation put my-module:my-key: - < input.txt\nCreate an annotation from stdin using partial MRN\n"
499
+ ],
500
+ "flags": {
501
+ "config": {
502
+ "char": "c",
503
+ "description": "config file",
504
+ "hidden": true,
505
+ "name": "config",
506
+ "required": false,
507
+ "default": ".raindrop/config.json",
508
+ "hasDynamicHelp": false,
509
+ "multiple": false,
510
+ "type": "option"
511
+ },
512
+ "rainbowAuthService": {
513
+ "env": "LIQUIDMETAL_RAINBOW_AUTH_SERVICE",
514
+ "hidden": true,
515
+ "name": "rainbowAuthService",
516
+ "default": "https://raindrop.liquidmetal.run/",
517
+ "hasDynamicHelp": false,
518
+ "multiple": false,
519
+ "type": "option"
520
+ },
521
+ "raindropCatalogService": {
522
+ "description": "URL of the catalog service",
523
+ "env": "RAINDROP_CATALOG_SERVICE",
524
+ "hidden": true,
525
+ "name": "raindropCatalogService",
526
+ "hasDynamicHelp": false,
527
+ "multiple": false,
528
+ "type": "option"
529
+ },
530
+ "rainbowAuthToken": {
531
+ "description": "Override the Rainbow auth token derived from the CLI config",
532
+ "env": "RAINBOW_AUTH_TOKEN",
533
+ "hidden": true,
534
+ "name": "rainbowAuthToken",
535
+ "hasDynamicHelp": false,
536
+ "multiple": false,
537
+ "type": "option"
538
+ },
539
+ "rainbowOrganizationId": {
540
+ "description": "Override the Rainbow organization ID derived from the CLI config",
541
+ "env": "RAINBOW_ORGANIZATION_ID",
542
+ "hidden": true,
543
+ "name": "rainbowOrganizationId",
544
+ "hasDynamicHelp": false,
545
+ "multiple": false,
546
+ "type": "option"
547
+ },
548
+ "rainbowUserId": {
549
+ "description": "Override the Rainbow user ID derived from the CLI config",
550
+ "env": "RAINBOW_USER_ID",
551
+ "hidden": true,
552
+ "name": "rainbowUserId",
553
+ "hasDynamicHelp": false,
554
+ "multiple": false,
555
+ "type": "option"
556
+ },
557
+ "sendVersionMetadata": {
558
+ "description": "Send version metadata to the server",
559
+ "hidden": true,
560
+ "name": "sendVersionMetadata",
561
+ "default": "true",
562
+ "hasDynamicHelp": false,
563
+ "multiple": false,
564
+ "type": "option"
565
+ },
566
+ "output": {
567
+ "char": "o",
568
+ "description": "output format",
569
+ "name": "output",
570
+ "default": "text",
571
+ "hasDynamicHelp": false,
572
+ "multiple": false,
573
+ "options": [
574
+ "text",
575
+ "json"
576
+ ],
577
+ "type": "option"
578
+ },
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"
66
667
  }
67
668
  },
68
669
  "baseArgs": {},
@@ -70,7 +671,8 @@
70
671
  "relativePath": [
71
672
  "dist",
72
673
  "commands",
73
- "tail.js"
674
+ "annotation",
675
+ "put.js"
74
676
  ]
75
677
  },
76
678
  "auth:list": {
@@ -151,6 +753,14 @@
151
753
  "input": [],
152
754
  "multiple": false,
153
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"
154
764
  }
155
765
  },
156
766
  "baseArgs": {},
@@ -235,6 +845,14 @@
235
845
  "input": [],
236
846
  "multiple": false,
237
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"
238
856
  }
239
857
  },
240
858
  "baseArgs": {},
@@ -278,56 +896,273 @@
278
896
  "multiple": false,
279
897
  "type": "option"
280
898
  },
281
- "raindropCatalogService": {
282
- "env": "RAINDROP_CATALOG_SERVICE",
283
- "description": "URL of the catalog service",
284
- "hidden": true,
285
- "input": [],
286
- "multiple": false,
899
+ "raindropCatalogService": {
900
+ "env": "RAINDROP_CATALOG_SERVICE",
901
+ "description": "URL of the catalog service",
902
+ "hidden": true,
903
+ "input": [],
904
+ "multiple": false,
905
+ "type": "option"
906
+ },
907
+ "rainbowAuthToken": {
908
+ "env": "RAINBOW_AUTH_TOKEN",
909
+ "description": "Override the Rainbow auth token derived from the CLI config",
910
+ "hidden": true,
911
+ "input": [],
912
+ "multiple": false,
913
+ "type": "option"
914
+ },
915
+ "rainbowOrganizationId": {
916
+ "env": "RAINBOW_ORGANIZATION_ID",
917
+ "description": "Override the Rainbow organization ID derived from the CLI config",
918
+ "hidden": true,
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",
957
+ "hasDynamicHelp": false,
958
+ "multiple": false,
959
+ "type": "option"
960
+ }
961
+ },
962
+ "hasDynamicHelp": false,
963
+ "hiddenAliases": [],
964
+ "id": "auth:select",
965
+ "pluginAlias": "@liquidmetal-ai/raindrop",
966
+ "pluginName": "@liquidmetal-ai/raindrop",
967
+ "pluginType": "core",
968
+ "strict": true,
969
+ "enableJsonFlag": false,
970
+ "HIDDEN_FLAGS": {
971
+ "config": {
972
+ "char": "c",
973
+ "description": "config file",
974
+ "required": false,
975
+ "hidden": true,
976
+ "default": ".raindrop/config.json",
977
+ "input": [],
978
+ "multiple": false,
979
+ "type": "option"
980
+ },
981
+ "rainbowAuthService": {
982
+ "default": "https://raindrop.liquidmetal.run/",
983
+ "hidden": true,
984
+ "env": "LIQUIDMETAL_RAINBOW_AUTH_SERVICE",
985
+ "input": [],
986
+ "multiple": false,
987
+ "type": "option"
988
+ },
989
+ "raindropCatalogService": {
990
+ "env": "RAINDROP_CATALOG_SERVICE",
991
+ "description": "URL of the catalog service",
992
+ "hidden": true,
993
+ "input": [],
994
+ "multiple": false,
995
+ "type": "option"
996
+ },
997
+ "rainbowAuthToken": {
998
+ "env": "RAINBOW_AUTH_TOKEN",
999
+ "description": "Override the Rainbow auth token derived from the CLI config",
1000
+ "hidden": true,
1001
+ "input": [],
1002
+ "multiple": false,
1003
+ "type": "option"
1004
+ },
1005
+ "rainbowOrganizationId": {
1006
+ "env": "RAINBOW_ORGANIZATION_ID",
1007
+ "description": "Override the Rainbow organization ID derived from the CLI config",
1008
+ "hidden": true,
1009
+ "input": [],
1010
+ "multiple": false,
1011
+ "type": "option"
1012
+ },
1013
+ "rainbowUserId": {
1014
+ "env": "RAINBOW_USER_ID",
1015
+ "description": "Override the Rainbow user ID derived from the CLI config",
1016
+ "hidden": true,
1017
+ "input": [],
1018
+ "multiple": false,
1019
+ "type": "option"
1020
+ },
1021
+ "sendVersionMetadata": {
1022
+ "description": "Send version metadata to the server",
1023
+ "default": "true",
1024
+ "hidden": true,
1025
+ "input": [],
1026
+ "multiple": false,
1027
+ "type": "option"
1028
+ }
1029
+ },
1030
+ "baseArgs": {},
1031
+ "isESM": true,
1032
+ "relativePath": [
1033
+ "dist",
1034
+ "commands",
1035
+ "auth",
1036
+ "select.js"
1037
+ ]
1038
+ },
1039
+ "query:chunk-search": {
1040
+ "aliases": [],
1041
+ "args": {
1042
+ "query": {
1043
+ "description": "search query to run",
1044
+ "name": "query",
1045
+ "required": true
1046
+ }
1047
+ },
1048
+ "description": "Run a RAG (Retrieval Augmented Generation) search query against a Smart Bucket",
1049
+ "examples": [
1050
+ "<%= config.bin %> query chunk-search \"What is LiquidMetal?\"\nRun a RAG search query against a Smart Bucket.\n"
1051
+ ],
1052
+ "flags": {
1053
+ "config": {
1054
+ "char": "c",
1055
+ "description": "config file",
1056
+ "hidden": true,
1057
+ "name": "config",
1058
+ "required": false,
1059
+ "default": ".raindrop/config.json",
1060
+ "hasDynamicHelp": false,
1061
+ "multiple": false,
1062
+ "type": "option"
1063
+ },
1064
+ "rainbowAuthService": {
1065
+ "env": "LIQUIDMETAL_RAINBOW_AUTH_SERVICE",
1066
+ "hidden": true,
1067
+ "name": "rainbowAuthService",
1068
+ "default": "https://raindrop.liquidmetal.run/",
1069
+ "hasDynamicHelp": false,
1070
+ "multiple": false,
1071
+ "type": "option"
1072
+ },
1073
+ "raindropCatalogService": {
1074
+ "description": "URL of the catalog service",
1075
+ "env": "RAINDROP_CATALOG_SERVICE",
1076
+ "hidden": true,
1077
+ "name": "raindropCatalogService",
1078
+ "hasDynamicHelp": false,
1079
+ "multiple": false,
1080
+ "type": "option"
1081
+ },
1082
+ "rainbowAuthToken": {
1083
+ "description": "Override the Rainbow auth token derived from the CLI config",
1084
+ "env": "RAINBOW_AUTH_TOKEN",
1085
+ "hidden": true,
1086
+ "name": "rainbowAuthToken",
1087
+ "hasDynamicHelp": false,
1088
+ "multiple": false,
1089
+ "type": "option"
1090
+ },
1091
+ "rainbowOrganizationId": {
1092
+ "description": "Override the Rainbow organization ID derived from the CLI config",
1093
+ "env": "RAINBOW_ORGANIZATION_ID",
1094
+ "hidden": true,
1095
+ "name": "rainbowOrganizationId",
1096
+ "hasDynamicHelp": false,
1097
+ "multiple": false,
1098
+ "type": "option"
1099
+ },
1100
+ "rainbowUserId": {
1101
+ "description": "Override the Rainbow user ID derived from the CLI config",
1102
+ "env": "RAINBOW_USER_ID",
1103
+ "hidden": true,
1104
+ "name": "rainbowUserId",
1105
+ "hasDynamicHelp": false,
1106
+ "multiple": false,
1107
+ "type": "option"
1108
+ },
1109
+ "sendVersionMetadata": {
1110
+ "description": "Send version metadata to the server",
1111
+ "hidden": true,
1112
+ "name": "sendVersionMetadata",
1113
+ "default": "true",
1114
+ "hasDynamicHelp": false,
1115
+ "multiple": false,
1116
+ "type": "option"
1117
+ },
1118
+ "buckets": {
1119
+ "char": "b",
1120
+ "description": "Bucket names to search in, version can be specified with #, e.g. my-bucket#versionId",
1121
+ "name": "buckets",
1122
+ "required": false,
1123
+ "hasDynamicHelp": false,
1124
+ "multiple": true,
1125
+ "type": "option"
1126
+ },
1127
+ "moduleIds": {
1128
+ "char": "m",
1129
+ "description": "Module IDs to search in",
1130
+ "name": "moduleIds",
1131
+ "required": false,
1132
+ "hasDynamicHelp": false,
1133
+ "multiple": true,
287
1134
  "type": "option"
288
1135
  },
289
- "rainbowAuthToken": {
290
- "env": "RAINBOW_AUTH_TOKEN",
291
- "description": "Override the Rainbow auth token derived from the CLI config",
292
- "hidden": true,
293
- "input": [],
1136
+ "output": {
1137
+ "char": "o",
1138
+ "description": "output format",
1139
+ "name": "output",
1140
+ "default": "text",
1141
+ "hasDynamicHelp": false,
294
1142
  "multiple": false,
1143
+ "options": [
1144
+ "text",
1145
+ "json"
1146
+ ],
295
1147
  "type": "option"
296
1148
  },
297
- "rainbowOrganizationId": {
298
- "env": "RAINBOW_ORGANIZATION_ID",
299
- "description": "Override the Rainbow organization ID derived from the CLI config",
1149
+ "impersonate": {
1150
+ "char": "i",
1151
+ "description": "impersonate organization",
300
1152
  "hidden": true,
301
- "input": [],
1153
+ "name": "impersonate",
1154
+ "required": false,
1155
+ "hasDynamicHelp": false,
302
1156
  "multiple": false,
303
1157
  "type": "option"
304
1158
  },
305
- "rainbowUserId": {
306
- "env": "RAINBOW_USER_ID",
307
- "description": "Override the Rainbow user ID derived from the CLI config",
1159
+ "manifest": {
1160
+ "char": "M",
1161
+ "description": "project manifest",
308
1162
  "hidden": true,
309
- "input": [],
310
- "multiple": false,
311
- "type": "option"
312
- }
313
- },
314
- "baseArgs": {},
315
- "isESM": true,
316
- "relativePath": [
317
- "dist",
318
- "commands",
319
- "auth",
320
- "logout.js"
321
- ]
322
- },
323
- "auth:select": {
324
- "aliases": [],
325
- "args": {},
326
- "description": "Select active organization",
327
- "flags": {
328
- "organizationId": {
329
- "description": "organizationId to select as active",
330
- "name": "organizationId",
1163
+ "name": "manifest",
1164
+ "required": false,
1165
+ "default": "raindrop.manifest",
331
1166
  "hasDynamicHelp": false,
332
1167
  "multiple": false,
333
1168
  "type": "option"
@@ -335,7 +1170,7 @@
335
1170
  },
336
1171
  "hasDynamicHelp": false,
337
1172
  "hiddenAliases": [],
338
- "id": "auth:select",
1173
+ "id": "query:chunk-search",
339
1174
  "pluginAlias": "@liquidmetal-ai/raindrop",
340
1175
  "pluginName": "@liquidmetal-ai/raindrop",
341
1176
  "pluginType": "core",
@@ -391,6 +1226,14 @@
391
1226
  "input": [],
392
1227
  "multiple": false,
393
1228
  "type": "option"
1229
+ },
1230
+ "sendVersionMetadata": {
1231
+ "description": "Send version metadata to the server",
1232
+ "default": "true",
1233
+ "hidden": true,
1234
+ "input": [],
1235
+ "multiple": false,
1236
+ "type": "option"
394
1237
  }
395
1238
  },
396
1239
  "baseArgs": {},
@@ -398,22 +1241,23 @@
398
1241
  "relativePath": [
399
1242
  "dist",
400
1243
  "commands",
401
- "auth",
402
- "select.js"
1244
+ "query",
1245
+ "chunk-search.js"
403
1246
  ]
404
1247
  },
405
- "query:chunk-search": {
1248
+ "query:document": {
406
1249
  "aliases": [],
407
1250
  "args": {
408
1251
  "query": {
409
- "description": "search query to run",
1252
+ "description": "question or query about the document",
410
1253
  "name": "query",
411
1254
  "required": true
412
1255
  }
413
1256
  },
414
- "description": "Run a RAG (Retrieval Augmented Generation) search query against a Smart Bucket",
1257
+ "description": "Chat with a document stored in a Smart Bucket",
415
1258
  "examples": [
416
- "<%= config.bin %> query chunk-search \"What is LiquidMetal?\"\nRun a RAG search query against a Smart 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"
417
1261
  ],
418
1262
  "flags": {
419
1263
  "config": {
@@ -472,26 +1316,44 @@
472
1316
  "multiple": false,
473
1317
  "type": "option"
474
1318
  },
475
- "buckets": {
1319
+ "sendVersionMetadata": {
1320
+ "description": "Send version metadata to the server",
1321
+ "hidden": true,
1322
+ "name": "sendVersionMetadata",
1323
+ "default": "true",
1324
+ "hasDynamicHelp": false,
1325
+ "multiple": false,
1326
+ "type": "option"
1327
+ },
1328
+ "bucket": {
476
1329
  "char": "b",
477
- "description": "Bucket names to search in, version can be specified with @, e.g. my-bucket@versionId",
478
- "name": "buckets",
1330
+ "description": "Bucket name containing the document, version can be specified with #, e.g. my-bucket#versionId",
1331
+ "name": "bucket",
479
1332
  "required": false,
480
1333
  "hasDynamicHelp": false,
481
- "multiple": true,
1334
+ "multiple": false,
482
1335
  "type": "option"
483
1336
  },
484
- "moduleIds": {
1337
+ "moduleId": {
485
1338
  "char": "m",
486
- "description": "Module IDs to search in",
487
- "name": "moduleIds",
1339
+ "description": "Module ID containing the document",
1340
+ "name": "moduleId",
488
1341
  "required": false,
489
1342
  "hasDynamicHelp": false,
490
- "multiple": true,
1343
+ "multiple": false,
491
1344
  "type": "option"
492
1345
  },
493
- "output": {
1346
+ "objectId": {
494
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",
495
1357
  "description": "output format",
496
1358
  "name": "output",
497
1359
  "default": "text",
@@ -527,7 +1389,7 @@
527
1389
  },
528
1390
  "hasDynamicHelp": false,
529
1391
  "hiddenAliases": [],
530
- "id": "query:chunk-search",
1392
+ "id": "query:document",
531
1393
  "pluginAlias": "@liquidmetal-ai/raindrop",
532
1394
  "pluginName": "@liquidmetal-ai/raindrop",
533
1395
  "pluginType": "core",
@@ -583,6 +1445,14 @@
583
1445
  "input": [],
584
1446
  "multiple": false,
585
1447
  "type": "option"
1448
+ },
1449
+ "sendVersionMetadata": {
1450
+ "description": "Send version metadata to the server",
1451
+ "default": "true",
1452
+ "hidden": true,
1453
+ "input": [],
1454
+ "multiple": false,
1455
+ "type": "option"
586
1456
  }
587
1457
  },
588
1458
  "baseArgs": {},
@@ -591,7 +1461,7 @@
591
1461
  "dist",
592
1462
  "commands",
593
1463
  "query",
594
- "chunk-search.js"
1464
+ "document.js"
595
1465
  ]
596
1466
  },
597
1467
  "query:search": {
@@ -665,9 +1535,18 @@
665
1535
  "multiple": false,
666
1536
  "type": "option"
667
1537
  },
1538
+ "sendVersionMetadata": {
1539
+ "description": "Send version metadata to the server",
1540
+ "hidden": true,
1541
+ "name": "sendVersionMetadata",
1542
+ "default": "true",
1543
+ "hasDynamicHelp": false,
1544
+ "multiple": false,
1545
+ "type": "option"
1546
+ },
668
1547
  "buckets": {
669
1548
  "char": "b",
670
- "description": "Bucket names to search in, version can be specified with @, e.g. my-bucket@versionId",
1549
+ "description": "Bucket names to search in, version can be specified with #, e.g. my-bucket#versionId",
671
1550
  "name": "buckets",
672
1551
  "required": false,
673
1552
  "hasDynamicHelp": false,
@@ -793,6 +1672,14 @@
793
1672
  "input": [],
794
1673
  "multiple": false,
795
1674
  "type": "option"
1675
+ },
1676
+ "sendVersionMetadata": {
1677
+ "description": "Send version metadata to the server",
1678
+ "default": "true",
1679
+ "hidden": true,
1680
+ "input": [],
1681
+ "multiple": false,
1682
+ "type": "option"
796
1683
  }
797
1684
  },
798
1685
  "baseArgs": {},
@@ -874,9 +1761,18 @@
874
1761
  "multiple": false,
875
1762
  "type": "option"
876
1763
  },
1764
+ "sendVersionMetadata": {
1765
+ "description": "Send version metadata to the server",
1766
+ "hidden": true,
1767
+ "name": "sendVersionMetadata",
1768
+ "default": "true",
1769
+ "hasDynamicHelp": false,
1770
+ "multiple": false,
1771
+ "type": "option"
1772
+ },
877
1773
  "bucket": {
878
1774
  "char": "b",
879
- "description": "bucket name",
1775
+ "description": "bucket name version can be specified with #, e.g. my-bucket#versionId",
880
1776
  "name": "bucket",
881
1777
  "required": false,
882
1778
  "hasDynamicHelp": false,
@@ -985,6 +1881,14 @@
985
1881
  "input": [],
986
1882
  "multiple": false,
987
1883
  "type": "option"
1884
+ },
1885
+ "sendVersionMetadata": {
1886
+ "description": "Send version metadata to the server",
1887
+ "default": "true",
1888
+ "hidden": true,
1889
+ "input": [],
1890
+ "multiple": false,
1891
+ "type": "option"
988
1892
  }
989
1893
  },
990
1894
  "baseArgs": {},
@@ -1072,9 +1976,18 @@
1072
1976
  "multiple": false,
1073
1977
  "type": "option"
1074
1978
  },
1979
+ "sendVersionMetadata": {
1980
+ "description": "Send version metadata to the server",
1981
+ "hidden": true,
1982
+ "name": "sendVersionMetadata",
1983
+ "default": "true",
1984
+ "hasDynamicHelp": false,
1985
+ "multiple": false,
1986
+ "type": "option"
1987
+ },
1075
1988
  "bucket": {
1076
1989
  "char": "b",
1077
- "description": "bucket name",
1990
+ "description": "bucket name version can be specified with #, e.g. my-bucket#versionId",
1078
1991
  "name": "bucket",
1079
1992
  "required": false,
1080
1993
  "hasDynamicHelp": false,
@@ -1184,6 +2097,14 @@
1184
2097
  "input": [],
1185
2098
  "multiple": false,
1186
2099
  "type": "option"
2100
+ },
2101
+ "sendVersionMetadata": {
2102
+ "description": "Send version metadata to the server",
2103
+ "default": "true",
2104
+ "hidden": true,
2105
+ "input": [],
2106
+ "multiple": false,
2107
+ "type": "option"
1187
2108
  }
1188
2109
  },
1189
2110
  "baseArgs": {},
@@ -1259,9 +2180,18 @@
1259
2180
  "multiple": false,
1260
2181
  "type": "option"
1261
2182
  },
2183
+ "sendVersionMetadata": {
2184
+ "description": "Send version metadata to the server",
2185
+ "hidden": true,
2186
+ "name": "sendVersionMetadata",
2187
+ "default": "true",
2188
+ "hasDynamicHelp": false,
2189
+ "multiple": false,
2190
+ "type": "option"
2191
+ },
1262
2192
  "bucket": {
1263
2193
  "char": "b",
1264
- "description": "bucket name",
2194
+ "description": "bucket name version can be specified with #, e.g. my-bucket#versionId",
1265
2195
  "name": "bucket",
1266
2196
  "required": false,
1267
2197
  "hasDynamicHelp": false,
@@ -1371,6 +2301,14 @@
1371
2301
  "input": [],
1372
2302
  "multiple": false,
1373
2303
  "type": "option"
2304
+ },
2305
+ "sendVersionMetadata": {
2306
+ "description": "Send version metadata to the server",
2307
+ "default": "true",
2308
+ "hidden": true,
2309
+ "input": [],
2310
+ "multiple": false,
2311
+ "type": "option"
1374
2312
  }
1375
2313
  },
1376
2314
  "baseArgs": {},
@@ -1457,9 +2395,18 @@
1457
2395
  "multiple": false,
1458
2396
  "type": "option"
1459
2397
  },
2398
+ "sendVersionMetadata": {
2399
+ "description": "Send version metadata to the server",
2400
+ "hidden": true,
2401
+ "name": "sendVersionMetadata",
2402
+ "default": "true",
2403
+ "hasDynamicHelp": false,
2404
+ "multiple": false,
2405
+ "type": "option"
2406
+ },
1460
2407
  "bucket": {
1461
2408
  "char": "b",
1462
- "description": "bucket name",
2409
+ "description": "bucket name version can be specified with #, e.g. my-bucket#versionId",
1463
2410
  "name": "bucket",
1464
2411
  "required": false,
1465
2412
  "hasDynamicHelp": false,
@@ -1577,6 +2524,14 @@
1577
2524
  "input": [],
1578
2525
  "multiple": false,
1579
2526
  "type": "option"
2527
+ },
2528
+ "sendVersionMetadata": {
2529
+ "description": "Send version metadata to the server",
2530
+ "default": "true",
2531
+ "hidden": true,
2532
+ "input": [],
2533
+ "multiple": false,
2534
+ "type": "option"
1580
2535
  }
1581
2536
  },
1582
2537
  "baseArgs": {},
@@ -1658,12 +2613,21 @@
1658
2613
  "multiple": false,
1659
2614
  "type": "option"
1660
2615
  },
2616
+ "sendVersionMetadata": {
2617
+ "description": "Send version metadata to the server",
2618
+ "hidden": true,
2619
+ "name": "sendVersionMetadata",
2620
+ "default": "true",
2621
+ "hasDynamicHelp": false,
2622
+ "multiple": false,
2623
+ "type": "option"
2624
+ },
1661
2625
  "root": {
1662
2626
  "char": "r",
1663
2627
  "description": "root directory",
1664
2628
  "name": "root",
1665
2629
  "required": false,
1666
- "default": "/Users/dstaley/Work/liquidmetal/packages/raindrop",
2630
+ "default": "/Users/ian/liquidmetal/packages/raindrop",
1667
2631
  "hasDynamicHelp": false,
1668
2632
  "multiple": false,
1669
2633
  "type": "option"
@@ -1783,6 +2747,14 @@
1783
2747
  "input": [],
1784
2748
  "multiple": false,
1785
2749
  "type": "option"
2750
+ },
2751
+ "sendVersionMetadata": {
2752
+ "description": "Send version metadata to the server",
2753
+ "default": "true",
2754
+ "hidden": true,
2755
+ "input": [],
2756
+ "multiple": false,
2757
+ "type": "option"
1786
2758
  }
1787
2759
  },
1788
2760
  "baseArgs": {},
@@ -1864,6 +2836,15 @@
1864
2836
  "multiple": false,
1865
2837
  "type": "option"
1866
2838
  },
2839
+ "sendVersionMetadata": {
2840
+ "description": "Send version metadata to the server",
2841
+ "hidden": true,
2842
+ "name": "sendVersionMetadata",
2843
+ "default": "true",
2844
+ "hasDynamicHelp": false,
2845
+ "multiple": false,
2846
+ "type": "option"
2847
+ },
1867
2848
  "output": {
1868
2849
  "char": "o",
1869
2850
  "description": "output format",
@@ -1933,6 +2914,14 @@
1933
2914
  "input": [],
1934
2915
  "multiple": false,
1935
2916
  "type": "option"
2917
+ },
2918
+ "sendVersionMetadata": {
2919
+ "description": "Send version metadata to the server",
2920
+ "default": "true",
2921
+ "hidden": true,
2922
+ "input": [],
2923
+ "multiple": false,
2924
+ "type": "option"
1936
2925
  }
1937
2926
  },
1938
2927
  "baseArgs": {},
@@ -2030,6 +3019,14 @@
2030
3019
  "input": [],
2031
3020
  "multiple": false,
2032
3021
  "type": "option"
3022
+ },
3023
+ "sendVersionMetadata": {
3024
+ "description": "Send version metadata to the server",
3025
+ "default": "true",
3026
+ "hidden": true,
3027
+ "input": [],
3028
+ "multiple": false,
3029
+ "type": "option"
2033
3030
  }
2034
3031
  },
2035
3032
  "baseArgs": {},
@@ -2111,12 +3108,21 @@
2111
3108
  "multiple": false,
2112
3109
  "type": "option"
2113
3110
  },
3111
+ "sendVersionMetadata": {
3112
+ "description": "Send version metadata to the server",
3113
+ "hidden": true,
3114
+ "name": "sendVersionMetadata",
3115
+ "default": "true",
3116
+ "hasDynamicHelp": false,
3117
+ "multiple": false,
3118
+ "type": "option"
3119
+ },
2114
3120
  "root": {
2115
3121
  "char": "r",
2116
3122
  "description": "root directory",
2117
3123
  "name": "root",
2118
3124
  "required": false,
2119
- "default": "/Users/dstaley/Work/liquidmetal/packages/raindrop",
3125
+ "default": "/Users/ian/liquidmetal/packages/raindrop",
2120
3126
  "hasDynamicHelp": false,
2121
3127
  "multiple": false,
2122
3128
  "type": "option"
@@ -2237,6 +3243,14 @@
2237
3243
  "input": [],
2238
3244
  "multiple": false,
2239
3245
  "type": "option"
3246
+ },
3247
+ "sendVersionMetadata": {
3248
+ "description": "Send version metadata to the server",
3249
+ "default": "true",
3250
+ "hidden": true,
3251
+ "input": [],
3252
+ "multiple": false,
3253
+ "type": "option"
2240
3254
  }
2241
3255
  },
2242
3256
  "baseArgs": {},
@@ -2312,12 +3326,21 @@
2312
3326
  "multiple": false,
2313
3327
  "type": "option"
2314
3328
  },
3329
+ "sendVersionMetadata": {
3330
+ "description": "Send version metadata to the server",
3331
+ "hidden": true,
3332
+ "name": "sendVersionMetadata",
3333
+ "default": "true",
3334
+ "hasDynamicHelp": false,
3335
+ "multiple": false,
3336
+ "type": "option"
3337
+ },
2315
3338
  "root": {
2316
3339
  "char": "r",
2317
3340
  "description": "root directory",
2318
3341
  "name": "root",
2319
3342
  "required": false,
2320
- "default": "/Users/dstaley/Work/liquidmetal/packages/raindrop",
3343
+ "default": "/Users/ian/liquidmetal/packages/raindrop",
2321
3344
  "hasDynamicHelp": false,
2322
3345
  "multiple": false,
2323
3346
  "type": "option"
@@ -2454,6 +3477,14 @@
2454
3477
  "input": [],
2455
3478
  "multiple": false,
2456
3479
  "type": "option"
3480
+ },
3481
+ "sendVersionMetadata": {
3482
+ "description": "Send version metadata to the server",
3483
+ "default": "true",
3484
+ "hidden": true,
3485
+ "input": [],
3486
+ "multiple": false,
3487
+ "type": "option"
2457
3488
  }
2458
3489
  },
2459
3490
  "baseArgs": {},
@@ -2529,12 +3560,21 @@
2529
3560
  "multiple": false,
2530
3561
  "type": "option"
2531
3562
  },
3563
+ "sendVersionMetadata": {
3564
+ "description": "Send version metadata to the server",
3565
+ "hidden": true,
3566
+ "name": "sendVersionMetadata",
3567
+ "default": "true",
3568
+ "hasDynamicHelp": false,
3569
+ "multiple": false,
3570
+ "type": "option"
3571
+ },
2532
3572
  "root": {
2533
3573
  "char": "r",
2534
3574
  "description": "root directory",
2535
3575
  "name": "root",
2536
3576
  "required": false,
2537
- "default": "/Users/dstaley/Work/liquidmetal/packages/raindrop",
3577
+ "default": "/Users/ian/liquidmetal/packages/raindrop",
2538
3578
  "hasDynamicHelp": false,
2539
3579
  "multiple": false,
2540
3580
  "type": "option"
@@ -2673,6 +3713,14 @@
2673
3713
  "input": [],
2674
3714
  "multiple": false,
2675
3715
  "type": "option"
3716
+ },
3717
+ "sendVersionMetadata": {
3718
+ "description": "Send version metadata to the server",
3719
+ "default": "true",
3720
+ "hidden": true,
3721
+ "input": [],
3722
+ "multiple": false,
3723
+ "type": "option"
2676
3724
  }
2677
3725
  },
2678
3726
  "baseArgs": {},
@@ -2697,7 +3745,7 @@
2697
3745
  "description": "root directory",
2698
3746
  "name": "root",
2699
3747
  "required": false,
2700
- "default": "/Users/dstaley/Work/liquidmetal/packages/raindrop",
3748
+ "default": "/Users/ian/liquidmetal/packages/raindrop",
2701
3749
  "hasDynamicHelp": false,
2702
3750
  "multiple": false,
2703
3751
  "type": "option"
@@ -2791,6 +3839,14 @@
2791
3839
  "input": [],
2792
3840
  "multiple": false,
2793
3841
  "type": "option"
3842
+ },
3843
+ "sendVersionMetadata": {
3844
+ "description": "Send version metadata to the server",
3845
+ "default": "true",
3846
+ "hidden": true,
3847
+ "input": [],
3848
+ "multiple": false,
3849
+ "type": "option"
2794
3850
  }
2795
3851
  },
2796
3852
  "baseArgs": {},
@@ -2882,6 +3938,14 @@
2882
3938
  "input": [],
2883
3939
  "multiple": false,
2884
3940
  "type": "option"
3941
+ },
3942
+ "sendVersionMetadata": {
3943
+ "description": "Send version metadata to the server",
3944
+ "default": "true",
3945
+ "hidden": true,
3946
+ "input": [],
3947
+ "multiple": false,
3948
+ "type": "option"
2885
3949
  }
2886
3950
  },
2887
3951
  "baseArgs": {},
@@ -2957,6 +4021,15 @@
2957
4021
  "multiple": false,
2958
4022
  "type": "option"
2959
4023
  },
4024
+ "sendVersionMetadata": {
4025
+ "description": "Send version metadata to the server",
4026
+ "hidden": true,
4027
+ "name": "sendVersionMetadata",
4028
+ "default": "true",
4029
+ "hasDynamicHelp": false,
4030
+ "multiple": false,
4031
+ "type": "option"
4032
+ },
2960
4033
  "all": {
2961
4034
  "char": "a",
2962
4035
  "description": "show deleted resources",
@@ -3059,6 +4132,14 @@
3059
4132
  "input": [],
3060
4133
  "multiple": false,
3061
4134
  "type": "option"
4135
+ },
4136
+ "sendVersionMetadata": {
4137
+ "description": "Send version metadata to the server",
4138
+ "default": "true",
4139
+ "hidden": true,
4140
+ "input": [],
4141
+ "multiple": false,
4142
+ "type": "option"
3062
4143
  }
3063
4144
  },
3064
4145
  "baseArgs": {},
@@ -3134,6 +4215,15 @@
3134
4215
  "multiple": false,
3135
4216
  "type": "option"
3136
4217
  },
4218
+ "sendVersionMetadata": {
4219
+ "description": "Send version metadata to the server",
4220
+ "hidden": true,
4221
+ "name": "sendVersionMetadata",
4222
+ "default": "true",
4223
+ "hasDynamicHelp": false,
4224
+ "multiple": false,
4225
+ "type": "option"
4226
+ },
3137
4227
  "impersonate": {
3138
4228
  "char": "i",
3139
4229
  "description": "impersonate organization",
@@ -3213,9 +4303,17 @@
3213
4303
  "multiple": false,
3214
4304
  "type": "option"
3215
4305
  },
3216
- "rainbowUserId": {
3217
- "env": "RAINBOW_USER_ID",
3218
- "description": "Override the Rainbow user ID derived from the CLI config",
4306
+ "rainbowUserId": {
4307
+ "env": "RAINBOW_USER_ID",
4308
+ "description": "Override the Rainbow user ID derived from the CLI config",
4309
+ "hidden": true,
4310
+ "input": [],
4311
+ "multiple": false,
4312
+ "type": "option"
4313
+ },
4314
+ "sendVersionMetadata": {
4315
+ "description": "Send version metadata to the server",
4316
+ "default": "true",
3219
4317
  "hidden": true,
3220
4318
  "input": [],
3221
4319
  "multiple": false,
@@ -3295,12 +4393,21 @@
3295
4393
  "multiple": false,
3296
4394
  "type": "option"
3297
4395
  },
4396
+ "sendVersionMetadata": {
4397
+ "description": "Send version metadata to the server",
4398
+ "hidden": true,
4399
+ "name": "sendVersionMetadata",
4400
+ "default": "true",
4401
+ "hasDynamicHelp": false,
4402
+ "multiple": false,
4403
+ "type": "option"
4404
+ },
3298
4405
  "root": {
3299
4406
  "char": "r",
3300
4407
  "description": "root directory",
3301
4408
  "name": "root",
3302
4409
  "required": false,
3303
- "default": "/Users/dstaley/Work/liquidmetal/packages/raindrop",
4410
+ "default": "/Users/ian/liquidmetal/packages/raindrop",
3304
4411
  "hasDynamicHelp": false,
3305
4412
  "multiple": false,
3306
4413
  "type": "option"
@@ -3402,6 +4509,14 @@
3402
4509
  "input": [],
3403
4510
  "multiple": false,
3404
4511
  "type": "option"
4512
+ },
4513
+ "sendVersionMetadata": {
4514
+ "description": "Send version metadata to the server",
4515
+ "default": "true",
4516
+ "hidden": true,
4517
+ "input": [],
4518
+ "multiple": false,
4519
+ "type": "option"
3405
4520
  }
3406
4521
  },
3407
4522
  "baseArgs": {},
@@ -3477,12 +4592,21 @@
3477
4592
  "multiple": false,
3478
4593
  "type": "option"
3479
4594
  },
4595
+ "sendVersionMetadata": {
4596
+ "description": "Send version metadata to the server",
4597
+ "hidden": true,
4598
+ "name": "sendVersionMetadata",
4599
+ "default": "true",
4600
+ "hasDynamicHelp": false,
4601
+ "multiple": false,
4602
+ "type": "option"
4603
+ },
3480
4604
  "root": {
3481
4605
  "char": "r",
3482
4606
  "description": "root directory",
3483
4607
  "name": "root",
3484
4608
  "required": false,
3485
- "default": "/Users/dstaley/Work/liquidmetal/packages/raindrop",
4609
+ "default": "/Users/ian/liquidmetal/packages/raindrop",
3486
4610
  "hasDynamicHelp": false,
3487
4611
  "multiple": false,
3488
4612
  "type": "option"
@@ -3607,6 +4731,14 @@
3607
4731
  "input": [],
3608
4732
  "multiple": false,
3609
4733
  "type": "option"
4734
+ },
4735
+ "sendVersionMetadata": {
4736
+ "description": "Send version metadata to the server",
4737
+ "default": "true",
4738
+ "hidden": true,
4739
+ "input": [],
4740
+ "multiple": false,
4741
+ "type": "option"
3610
4742
  }
3611
4743
  },
3612
4744
  "baseArgs": {},
@@ -3682,12 +4814,21 @@
3682
4814
  "multiple": false,
3683
4815
  "type": "option"
3684
4816
  },
4817
+ "sendVersionMetadata": {
4818
+ "description": "Send version metadata to the server",
4819
+ "hidden": true,
4820
+ "name": "sendVersionMetadata",
4821
+ "default": "true",
4822
+ "hasDynamicHelp": false,
4823
+ "multiple": false,
4824
+ "type": "option"
4825
+ },
3685
4826
  "root": {
3686
4827
  "char": "r",
3687
4828
  "description": "root directory",
3688
4829
  "name": "root",
3689
4830
  "required": false,
3690
- "default": "/Users/dstaley/Work/liquidmetal/packages/raindrop",
4831
+ "default": "/Users/ian/liquidmetal/packages/raindrop",
3691
4832
  "hasDynamicHelp": false,
3692
4833
  "multiple": false,
3693
4834
  "type": "option"
@@ -3789,6 +4930,14 @@
3789
4930
  "input": [],
3790
4931
  "multiple": false,
3791
4932
  "type": "option"
4933
+ },
4934
+ "sendVersionMetadata": {
4935
+ "description": "Send version metadata to the server",
4936
+ "default": "true",
4937
+ "hidden": true,
4938
+ "input": [],
4939
+ "multiple": false,
4940
+ "type": "option"
3792
4941
  }
3793
4942
  },
3794
4943
  "baseArgs": {},
@@ -3864,6 +5013,15 @@
3864
5013
  "multiple": false,
3865
5014
  "type": "option"
3866
5015
  },
5016
+ "sendVersionMetadata": {
5017
+ "description": "Send version metadata to the server",
5018
+ "hidden": true,
5019
+ "name": "sendVersionMetadata",
5020
+ "default": "true",
5021
+ "hasDynamicHelp": false,
5022
+ "multiple": false,
5023
+ "type": "option"
5024
+ },
3867
5025
  "impersonate": {
3868
5026
  "char": "i",
3869
5027
  "description": "impersonate organization",
@@ -3950,6 +5108,14 @@
3950
5108
  "input": [],
3951
5109
  "multiple": false,
3952
5110
  "type": "option"
5111
+ },
5112
+ "sendVersionMetadata": {
5113
+ "description": "Send version metadata to the server",
5114
+ "default": "true",
5115
+ "hidden": true,
5116
+ "input": [],
5117
+ "multiple": false,
5118
+ "type": "option"
3953
5119
  }
3954
5120
  },
3955
5121
  "baseArgs": {},
@@ -4025,12 +5191,21 @@
4025
5191
  "multiple": false,
4026
5192
  "type": "option"
4027
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
+ },
4028
5203
  "root": {
4029
5204
  "char": "r",
4030
5205
  "description": "root directory",
4031
5206
  "name": "root",
4032
5207
  "required": false,
4033
- "default": "/Users/dstaley/Work/liquidmetal/packages/raindrop",
5208
+ "default": "/Users/ian/liquidmetal/packages/raindrop",
4034
5209
  "hasDynamicHelp": false,
4035
5210
  "multiple": false,
4036
5211
  "type": "option"
@@ -4133,121 +5308,10 @@
4133
5308
  "input": [],
4134
5309
  "multiple": false,
4135
5310
  "type": "option"
4136
- }
4137
- },
4138
- "baseArgs": {},
4139
- "isESM": true,
4140
- "relativePath": [
4141
- "dist",
4142
- "commands",
4143
- "build",
4144
- "upload.js"
4145
- ]
4146
- },
4147
- "build:validate": {
4148
- "aliases": [],
4149
- "args": {},
4150
- "description": "build and validate a LiquidMetal.AI project",
4151
- "examples": [
4152
- "<%= config.bin %> <%= command.id %>"
4153
- ],
4154
- "flags": {
4155
- "root": {
4156
- "char": "r",
4157
- "description": "root directory",
4158
- "name": "root",
4159
- "required": false,
4160
- "default": "/Users/dstaley/Work/liquidmetal/packages/raindrop",
4161
- "hasDynamicHelp": false,
4162
- "multiple": false,
4163
- "type": "option"
4164
- },
4165
- "manifest": {
4166
- "char": "M",
4167
- "description": "project manifest",
4168
- "name": "manifest",
4169
- "required": false,
4170
- "default": "raindrop.manifest",
4171
- "hasDynamicHelp": false,
4172
- "multiple": false,
4173
- "type": "option"
4174
- },
4175
- "config": {
4176
- "char": "c",
4177
- "description": "config file",
4178
- "hidden": true,
4179
- "name": "config",
4180
- "required": false,
4181
- "default": ".raindrop/config.json",
4182
- "hasDynamicHelp": false,
4183
- "multiple": false,
4184
- "type": "option"
4185
- },
4186
- "output": {
4187
- "char": "o",
4188
- "description": "output directory",
4189
- "name": "output",
4190
- "required": false,
4191
- "default": "dist",
4192
- "hasDynamicHelp": false,
4193
- "multiple": false,
4194
- "type": "option"
4195
- }
4196
- },
4197
- "hasDynamicHelp": false,
4198
- "hiddenAliases": [],
4199
- "id": "build:validate",
4200
- "pluginAlias": "@liquidmetal-ai/raindrop",
4201
- "pluginName": "@liquidmetal-ai/raindrop",
4202
- "pluginType": "core",
4203
- "strict": true,
4204
- "enableJsonFlag": false,
4205
- "HIDDEN_FLAGS": {
4206
- "config": {
4207
- "char": "c",
4208
- "description": "config file",
4209
- "required": false,
4210
- "hidden": true,
4211
- "default": ".raindrop/config.json",
4212
- "input": [],
4213
- "multiple": false,
4214
- "type": "option"
4215
- },
4216
- "rainbowAuthService": {
4217
- "default": "https://raindrop.liquidmetal.run/",
4218
- "hidden": true,
4219
- "env": "LIQUIDMETAL_RAINBOW_AUTH_SERVICE",
4220
- "input": [],
4221
- "multiple": false,
4222
- "type": "option"
4223
- },
4224
- "raindropCatalogService": {
4225
- "env": "RAINDROP_CATALOG_SERVICE",
4226
- "description": "URL of the catalog service",
4227
- "hidden": true,
4228
- "input": [],
4229
- "multiple": false,
4230
- "type": "option"
4231
- },
4232
- "rainbowAuthToken": {
4233
- "env": "RAINBOW_AUTH_TOKEN",
4234
- "description": "Override the Rainbow auth token derived from the CLI config",
4235
- "hidden": true,
4236
- "input": [],
4237
- "multiple": false,
4238
- "type": "option"
4239
- },
4240
- "rainbowOrganizationId": {
4241
- "env": "RAINBOW_ORGANIZATION_ID",
4242
- "description": "Override the Rainbow organization ID derived from the CLI config",
4243
- "hidden": true,
4244
- "input": [],
4245
- "multiple": false,
4246
- "type": "option"
4247
5311
  },
4248
- "rainbowUserId": {
4249
- "env": "RAINBOW_USER_ID",
4250
- "description": "Override the Rainbow user ID derived from the CLI config",
5312
+ "sendVersionMetadata": {
5313
+ "description": "Send version metadata to the server",
5314
+ "default": "true",
4251
5315
  "hidden": true,
4252
5316
  "input": [],
4253
5317
  "multiple": false,
@@ -4260,13 +5324,13 @@
4260
5324
  "dist",
4261
5325
  "commands",
4262
5326
  "build",
4263
- "validate.js"
5327
+ "upload.js"
4264
5328
  ]
4265
5329
  },
4266
- "build:tools:check": {
5330
+ "build:validate": {
4267
5331
  "aliases": [],
4268
5332
  "args": {},
4269
- "description": "validate a LiquidMetal.AI raindrop.manifest",
5333
+ "description": "build and validate a LiquidMetal.AI project",
4270
5334
  "examples": [
4271
5335
  "<%= config.bin %> <%= command.id %>"
4272
5336
  ],
@@ -4276,116 +5340,38 @@
4276
5340
  "description": "root directory",
4277
5341
  "name": "root",
4278
5342
  "required": false,
4279
- "default": "/Users/dstaley/Work/liquidmetal/packages/raindrop",
5343
+ "default": "/Users/ian/liquidmetal/packages/raindrop",
4280
5344
  "hasDynamicHelp": false,
4281
5345
  "multiple": false,
4282
5346
  "type": "option"
4283
5347
  },
4284
5348
  "manifest": {
4285
- "char": "m",
5349
+ "char": "M",
4286
5350
  "description": "project manifest",
4287
5351
  "name": "manifest",
4288
5352
  "required": false,
4289
5353
  "default": "raindrop.manifest",
4290
- "hasDynamicHelp": false,
4291
- "multiple": false,
4292
- "type": "option"
4293
- }
4294
- },
4295
- "hasDynamicHelp": false,
4296
- "hiddenAliases": [],
4297
- "id": "build:tools:check",
4298
- "pluginAlias": "@liquidmetal-ai/raindrop",
4299
- "pluginName": "@liquidmetal-ai/raindrop",
4300
- "pluginType": "core",
4301
- "strict": true,
4302
- "enableJsonFlag": false,
4303
- "HIDDEN_FLAGS": {
4304
- "config": {
4305
- "char": "c",
4306
- "description": "config file",
4307
- "required": false,
4308
- "hidden": true,
4309
- "default": ".raindrop/config.json",
4310
- "input": [],
4311
- "multiple": false,
4312
- "type": "option"
4313
- },
4314
- "rainbowAuthService": {
4315
- "default": "https://raindrop.liquidmetal.run/",
4316
- "hidden": true,
4317
- "env": "LIQUIDMETAL_RAINBOW_AUTH_SERVICE",
4318
- "input": [],
4319
- "multiple": false,
4320
- "type": "option"
4321
- },
4322
- "raindropCatalogService": {
4323
- "env": "RAINDROP_CATALOG_SERVICE",
4324
- "description": "URL of the catalog service",
4325
- "hidden": true,
4326
- "input": [],
4327
- "multiple": false,
4328
- "type": "option"
4329
- },
4330
- "rainbowAuthToken": {
4331
- "env": "RAINBOW_AUTH_TOKEN",
4332
- "description": "Override the Rainbow auth token derived from the CLI config",
4333
- "hidden": true,
4334
- "input": [],
4335
- "multiple": false,
4336
- "type": "option"
4337
- },
4338
- "rainbowOrganizationId": {
4339
- "env": "RAINBOW_ORGANIZATION_ID",
4340
- "description": "Override the Rainbow organization ID derived from the CLI config",
4341
- "hidden": true,
4342
- "input": [],
4343
- "multiple": false,
4344
- "type": "option"
4345
- },
4346
- "rainbowUserId": {
4347
- "env": "RAINBOW_USER_ID",
4348
- "description": "Override the Rainbow user ID derived from the CLI config",
4349
- "hidden": true,
4350
- "input": [],
4351
- "multiple": false,
4352
- "type": "option"
4353
- }
4354
- },
4355
- "baseArgs": {},
4356
- "isESM": true,
4357
- "relativePath": [
4358
- "dist",
4359
- "commands",
4360
- "build",
4361
- "tools",
4362
- "check.js"
4363
- ]
4364
- },
4365
- "build:tools:fmt": {
4366
- "aliases": [],
4367
- "args": {},
4368
- "description": "format a LiquidMetal.AI raindrop.manifest",
4369
- "examples": [
4370
- "<%= config.bin %> <%= command.id %>"
4371
- ],
4372
- "flags": {
4373
- "root": {
4374
- "char": "r",
4375
- "description": "root directory",
4376
- "name": "root",
5354
+ "hasDynamicHelp": false,
5355
+ "multiple": false,
5356
+ "type": "option"
5357
+ },
5358
+ "config": {
5359
+ "char": "c",
5360
+ "description": "config file",
5361
+ "hidden": true,
5362
+ "name": "config",
4377
5363
  "required": false,
4378
- "default": "/Users/dstaley/Work/liquidmetal/packages/raindrop",
5364
+ "default": ".raindrop/config.json",
4379
5365
  "hasDynamicHelp": false,
4380
5366
  "multiple": false,
4381
5367
  "type": "option"
4382
5368
  },
4383
- "manifest": {
4384
- "char": "m",
4385
- "description": "project manifest",
4386
- "name": "manifest",
5369
+ "output": {
5370
+ "char": "o",
5371
+ "description": "output directory",
5372
+ "name": "output",
4387
5373
  "required": false,
4388
- "default": "raindrop.manifest",
5374
+ "default": "dist",
4389
5375
  "hasDynamicHelp": false,
4390
5376
  "multiple": false,
4391
5377
  "type": "option"
@@ -4393,7 +5379,7 @@
4393
5379
  },
4394
5380
  "hasDynamicHelp": false,
4395
5381
  "hiddenAliases": [],
4396
- "id": "build:tools:fmt",
5382
+ "id": "build:validate",
4397
5383
  "pluginAlias": "@liquidmetal-ai/raindrop",
4398
5384
  "pluginName": "@liquidmetal-ai/raindrop",
4399
5385
  "pluginType": "core",
@@ -4449,6 +5435,14 @@
4449
5435
  "input": [],
4450
5436
  "multiple": false,
4451
5437
  "type": "option"
5438
+ },
5439
+ "sendVersionMetadata": {
5440
+ "description": "Send version metadata to the server",
5441
+ "default": "true",
5442
+ "hidden": true,
5443
+ "input": [],
5444
+ "multiple": false,
5445
+ "type": "option"
4452
5446
  }
4453
5447
  },
4454
5448
  "baseArgs": {},
@@ -4457,8 +5451,7 @@
4457
5451
  "dist",
4458
5452
  "commands",
4459
5453
  "build",
4460
- "tools",
4461
- "fmt.js"
5454
+ "validate.js"
4462
5455
  ]
4463
5456
  },
4464
5457
  "build:env:get": {
@@ -4531,6 +5524,15 @@
4531
5524
  "multiple": false,
4532
5525
  "type": "option"
4533
5526
  },
5527
+ "sendVersionMetadata": {
5528
+ "description": "Send version metadata to the server",
5529
+ "hidden": true,
5530
+ "name": "sendVersionMetadata",
5531
+ "default": "true",
5532
+ "hasDynamicHelp": false,
5533
+ "multiple": false,
5534
+ "type": "option"
5535
+ },
4534
5536
  "output": {
4535
5537
  "char": "o",
4536
5538
  "description": "output format",
@@ -4640,6 +5642,14 @@
4640
5642
  "input": [],
4641
5643
  "multiple": false,
4642
5644
  "type": "option"
5645
+ },
5646
+ "sendVersionMetadata": {
5647
+ "description": "Send version metadata to the server",
5648
+ "default": "true",
5649
+ "hidden": true,
5650
+ "input": [],
5651
+ "multiple": false,
5652
+ "type": "option"
4643
5653
  }
4644
5654
  },
4645
5655
  "baseArgs": {},
@@ -4727,12 +5737,21 @@
4727
5737
  "multiple": false,
4728
5738
  "type": "option"
4729
5739
  },
5740
+ "sendVersionMetadata": {
5741
+ "description": "Send version metadata to the server",
5742
+ "hidden": true,
5743
+ "name": "sendVersionMetadata",
5744
+ "default": "true",
5745
+ "hasDynamicHelp": false,
5746
+ "multiple": false,
5747
+ "type": "option"
5748
+ },
4730
5749
  "root": {
4731
5750
  "char": "r",
4732
5751
  "description": "root directory",
4733
5752
  "name": "root",
4734
5753
  "required": false,
4735
- "default": "/Users/dstaley/Work/liquidmetal/packages/raindrop",
5754
+ "default": "/Users/ian/liquidmetal/packages/raindrop",
4736
5755
  "hasDynamicHelp": false,
4737
5756
  "multiple": false,
4738
5757
  "type": "option"
@@ -4846,6 +5865,14 @@
4846
5865
  "input": [],
4847
5866
  "multiple": false,
4848
5867
  "type": "option"
5868
+ },
5869
+ "sendVersionMetadata": {
5870
+ "description": "Send version metadata to the server",
5871
+ "default": "true",
5872
+ "hidden": true,
5873
+ "input": [],
5874
+ "multiple": false,
5875
+ "type": "option"
4849
5876
  }
4850
5877
  },
4851
5878
  "baseArgs": {},
@@ -4857,7 +5884,221 @@
4857
5884
  "env",
4858
5885
  "set.js"
4859
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
+ ]
4860
6101
  }
4861
6102
  },
4862
- "version": "0.4.0"
6103
+ "version": "0.4.2"
4863
6104
  }