@liquidmetal-ai/raindrop 0.3.0 → 0.3.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 (42) hide show
  1. package/README.md +70 -39
  2. package/dist/base-command.d.ts +5 -5
  3. package/dist/base-command.d.ts.map +1 -1
  4. package/dist/base-command.js +1 -1
  5. package/dist/commands/build/branch.d.ts.map +1 -1
  6. package/dist/commands/build/branch.js +15 -2
  7. package/dist/commands/build/clone.d.ts +25 -0
  8. package/dist/commands/build/clone.d.ts.map +1 -0
  9. package/dist/commands/build/clone.js +146 -0
  10. package/dist/commands/build/delete.js +1 -1
  11. package/dist/commands/build/env/get.js +1 -1
  12. package/dist/commands/build/env/set.js +2 -2
  13. package/dist/commands/build/find.d.ts +2 -0
  14. package/dist/commands/build/find.d.ts.map +1 -1
  15. package/dist/commands/build/find.js +24 -18
  16. package/dist/commands/build/sandbox.d.ts.map +1 -1
  17. package/dist/commands/build/sandbox.js +18 -26
  18. package/dist/commands/build/start.js +1 -1
  19. package/dist/commands/build/status.js +2 -2
  20. package/dist/commands/build/stop.js +1 -1
  21. package/dist/commands/build/unsandbox.d.ts.map +1 -1
  22. package/dist/commands/build/unsandbox.js +18 -26
  23. package/dist/commands/build/upload.js +2 -2
  24. package/dist/commands/object/list.d.ts.map +1 -1
  25. package/dist/commands/object/list.js +4 -2
  26. package/dist/commands/query/chunk-search.d.ts.map +1 -1
  27. package/dist/commands/query/chunk-search.js +4 -1
  28. package/dist/commands/query/search.d.ts +1 -0
  29. package/dist/commands/query/search.d.ts.map +1 -1
  30. package/dist/commands/query/search.js +19 -3
  31. package/dist/deploy.d.ts +11 -0
  32. package/dist/deploy.d.ts.map +1 -1
  33. package/dist/deploy.js +32 -0
  34. package/dist/index.d.ts +6 -5
  35. package/dist/index.d.ts.map +1 -1
  36. package/dist/index.js +3 -3
  37. package/dist/strict-client.d.ts +37 -0
  38. package/dist/strict-client.d.ts.map +1 -0
  39. package/dist/strict-client.js +10 -0
  40. package/dist/tsconfig.tsbuildinfo +1 -1
  41. package/oclif.manifest.json +509 -397
  42. package/package.json +1 -1
@@ -25,7 +25,7 @@
25
25
  "type": "option"
26
26
  },
27
27
  "rainbowAuthService": {
28
- "default": "https://liquidmetal.run/api/connect",
28
+ "default": "https://raindrop.liquidmetal.run/",
29
29
  "hidden": true,
30
30
  "env": "LIQUIDMETAL_RAINBOW_AUTH_SERVICE",
31
31
  "input": [],
@@ -73,105 +73,106 @@
73
73
  "tail.js"
74
74
  ]
75
75
  },
76
- "auth:list": {
76
+ "query:chunk-search": {
77
77
  "aliases": [],
78
- "args": {},
79
- "description": "List authentications",
80
- "flags": {
81
- "output": {
82
- "char": "o",
83
- "description": "output format",
84
- "name": "output",
85
- "default": "table",
86
- "hasDynamicHelp": false,
87
- "multiple": false,
88
- "options": [
89
- "text",
90
- "table",
91
- "json"
92
- ],
93
- "type": "option"
78
+ "args": {
79
+ "query": {
80
+ "description": "search query to run",
81
+ "name": "query",
82
+ "required": true
94
83
  }
95
84
  },
96
- "hasDynamicHelp": false,
97
- "hiddenAliases": [],
98
- "id": "auth:list",
99
- "pluginAlias": "@liquidmetal-ai/raindrop",
100
- "pluginName": "@liquidmetal-ai/raindrop",
101
- "pluginType": "core",
102
- "strict": true,
103
- "enableJsonFlag": false,
104
- "HIDDEN_FLAGS": {
85
+ "description": "Run a RAG (Retrieval Augmented Generation) search query against a Smart Bucket",
86
+ "examples": [
87
+ "<%= config.bin %> query chunk-search \"What is LiquidMetal?\"\nRun a RAG search query against a Smart Bucket.\n"
88
+ ],
89
+ "flags": {
105
90
  "config": {
106
91
  "char": "c",
107
92
  "description": "config file",
108
- "required": false,
109
93
  "hidden": true,
94
+ "name": "config",
95
+ "required": false,
110
96
  "default": ".raindrop/config.json",
111
- "input": [],
97
+ "hasDynamicHelp": false,
112
98
  "multiple": false,
113
99
  "type": "option"
114
100
  },
115
101
  "rainbowAuthService": {
116
- "default": "https://liquidmetal.run/api/connect",
117
- "hidden": true,
118
102
  "env": "LIQUIDMETAL_RAINBOW_AUTH_SERVICE",
119
- "input": [],
103
+ "hidden": true,
104
+ "name": "rainbowAuthService",
105
+ "default": "https://raindrop.liquidmetal.run/",
106
+ "hasDynamicHelp": false,
120
107
  "multiple": false,
121
108
  "type": "option"
122
109
  },
123
110
  "raindropCatalogService": {
124
- "env": "RAINDROP_CATALOG_SERVICE",
125
111
  "description": "URL of the catalog service",
112
+ "env": "RAINDROP_CATALOG_SERVICE",
126
113
  "hidden": true,
127
- "input": [],
114
+ "name": "raindropCatalogService",
115
+ "hasDynamicHelp": false,
128
116
  "multiple": false,
129
117
  "type": "option"
130
118
  },
131
119
  "rainbowAuthToken": {
132
- "env": "RAINBOW_AUTH_TOKEN",
133
120
  "description": "Override the Rainbow auth token derived from the CLI config",
121
+ "env": "RAINBOW_AUTH_TOKEN",
134
122
  "hidden": true,
135
- "input": [],
123
+ "name": "rainbowAuthToken",
124
+ "hasDynamicHelp": false,
136
125
  "multiple": false,
137
126
  "type": "option"
138
127
  },
139
128
  "rainbowOrganizationId": {
140
- "env": "RAINBOW_ORGANIZATION_ID",
141
129
  "description": "Override the Rainbow organization ID derived from the CLI config",
130
+ "env": "RAINBOW_ORGANIZATION_ID",
142
131
  "hidden": true,
143
- "input": [],
132
+ "name": "rainbowOrganizationId",
133
+ "hasDynamicHelp": false,
144
134
  "multiple": false,
145
135
  "type": "option"
146
136
  },
147
137
  "rainbowUserId": {
148
- "env": "RAINBOW_USER_ID",
149
138
  "description": "Override the Rainbow user ID derived from the CLI config",
139
+ "env": "RAINBOW_USER_ID",
150
140
  "hidden": true,
151
- "input": [],
141
+ "name": "rainbowUserId",
142
+ "hasDynamicHelp": false,
152
143
  "multiple": false,
153
144
  "type": "option"
154
- }
155
- },
156
- "baseArgs": {},
157
- "isESM": true,
158
- "relativePath": [
159
- "dist",
160
- "commands",
161
- "auth",
162
- "list.js"
163
- ]
164
- },
165
- "auth:login": {
166
- "aliases": [],
167
- "args": {},
168
- "description": "Logs a user into the LiquidMetal platform. Supports browser-based authentication.",
169
- "flags": {
170
- "rainbowAuthService": {
171
- "env": "LIQUIDMETAL_RAINBOW_AUTH_SERVICE",
145
+ },
146
+ "output": {
147
+ "char": "o",
148
+ "description": "output format",
149
+ "name": "output",
150
+ "default": "text",
151
+ "hasDynamicHelp": false,
152
+ "multiple": false,
153
+ "options": [
154
+ "text",
155
+ "json"
156
+ ],
157
+ "type": "option"
158
+ },
159
+ "impersonate": {
160
+ "char": "i",
161
+ "description": "impersonate organization",
172
162
  "hidden": true,
173
- "name": "rainbowAuthService",
174
- "default": "https://liquidmetal.run/api/connect",
163
+ "name": "impersonate",
164
+ "required": false,
165
+ "hasDynamicHelp": false,
166
+ "multiple": false,
167
+ "type": "option"
168
+ },
169
+ "manifest": {
170
+ "char": "m",
171
+ "description": "project manifest",
172
+ "hidden": true,
173
+ "name": "manifest",
174
+ "required": false,
175
+ "default": "raindrop.manifest",
175
176
  "hasDynamicHelp": false,
176
177
  "multiple": false,
177
178
  "type": "option"
@@ -179,7 +180,7 @@
179
180
  },
180
181
  "hasDynamicHelp": false,
181
182
  "hiddenAliases": [],
182
- "id": "auth:login",
183
+ "id": "query:chunk-search",
183
184
  "pluginAlias": "@liquidmetal-ai/raindrop",
184
185
  "pluginName": "@liquidmetal-ai/raindrop",
185
186
  "pluginType": "core",
@@ -197,7 +198,7 @@
197
198
  "type": "option"
198
199
  },
199
200
  "rainbowAuthService": {
200
- "default": "https://liquidmetal.run/api/connect",
201
+ "default": "https://raindrop.liquidmetal.run/",
201
202
  "hidden": true,
202
203
  "env": "LIQUIDMETAL_RAINBOW_AUTH_SERVICE",
203
204
  "input": [],
@@ -242,92 +243,137 @@
242
243
  "relativePath": [
243
244
  "dist",
244
245
  "commands",
245
- "auth",
246
- "login.js"
246
+ "query",
247
+ "chunk-search.js"
247
248
  ]
248
249
  },
249
- "auth:logout": {
250
+ "query:search": {
250
251
  "aliases": [],
251
- "args": {},
252
- "description": "Logout authentications",
253
- "flags": {},
254
- "hasDynamicHelp": false,
255
- "hiddenAliases": [],
256
- "id": "auth:logout",
257
- "pluginAlias": "@liquidmetal-ai/raindrop",
258
- "pluginName": "@liquidmetal-ai/raindrop",
259
- "pluginType": "core",
260
- "strict": true,
261
- "enableJsonFlag": false,
262
- "HIDDEN_FLAGS": {
252
+ "args": {
253
+ "query": {
254
+ "description": "search query",
255
+ "name": "query",
256
+ "required": false
257
+ }
258
+ },
259
+ "description": "Run a search query against a smart bucket using natural language",
260
+ "examples": [
261
+ "<%= 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",
262
+ "<%= config.bin %> query search --requestId 01HNG4V2RJXS5T --page 2\nGet page 2 of previous search results.\n"
263
+ ],
264
+ "flags": {
263
265
  "config": {
264
266
  "char": "c",
265
267
  "description": "config file",
266
- "required": false,
267
268
  "hidden": true,
269
+ "name": "config",
270
+ "required": false,
268
271
  "default": ".raindrop/config.json",
269
- "input": [],
272
+ "hasDynamicHelp": false,
270
273
  "multiple": false,
271
274
  "type": "option"
272
275
  },
273
276
  "rainbowAuthService": {
274
- "default": "https://liquidmetal.run/api/connect",
275
- "hidden": true,
276
277
  "env": "LIQUIDMETAL_RAINBOW_AUTH_SERVICE",
277
- "input": [],
278
+ "hidden": true,
279
+ "name": "rainbowAuthService",
280
+ "default": "https://raindrop.liquidmetal.run/",
281
+ "hasDynamicHelp": false,
278
282
  "multiple": false,
279
283
  "type": "option"
280
284
  },
281
285
  "raindropCatalogService": {
282
- "env": "RAINDROP_CATALOG_SERVICE",
283
286
  "description": "URL of the catalog service",
287
+ "env": "RAINDROP_CATALOG_SERVICE",
284
288
  "hidden": true,
285
- "input": [],
289
+ "name": "raindropCatalogService",
290
+ "hasDynamicHelp": false,
286
291
  "multiple": false,
287
292
  "type": "option"
288
293
  },
289
294
  "rainbowAuthToken": {
290
- "env": "RAINBOW_AUTH_TOKEN",
291
295
  "description": "Override the Rainbow auth token derived from the CLI config",
296
+ "env": "RAINBOW_AUTH_TOKEN",
292
297
  "hidden": true,
293
- "input": [],
298
+ "name": "rainbowAuthToken",
299
+ "hasDynamicHelp": false,
294
300
  "multiple": false,
295
301
  "type": "option"
296
302
  },
297
303
  "rainbowOrganizationId": {
298
- "env": "RAINBOW_ORGANIZATION_ID",
299
304
  "description": "Override the Rainbow organization ID derived from the CLI config",
305
+ "env": "RAINBOW_ORGANIZATION_ID",
300
306
  "hidden": true,
301
- "input": [],
307
+ "name": "rainbowOrganizationId",
308
+ "hasDynamicHelp": false,
302
309
  "multiple": false,
303
310
  "type": "option"
304
311
  },
305
312
  "rainbowUserId": {
306
- "env": "RAINBOW_USER_ID",
307
313
  "description": "Override the Rainbow user ID derived from the CLI config",
314
+ "env": "RAINBOW_USER_ID",
308
315
  "hidden": true,
309
- "input": [],
316
+ "name": "rainbowUserId",
317
+ "hasDynamicHelp": false,
310
318
  "multiple": false,
311
319
  "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",
320
+ },
321
+ "buckets": {
322
+ "char": "b",
323
+ "description": "bucket IDs to search in",
324
+ "name": "buckets",
325
+ "required": false,
326
+ "hasDynamicHelp": false,
327
+ "multiple": true,
328
+ "type": "option"
329
+ },
330
+ "requestId": {
331
+ "description": "request ID for pagination",
332
+ "name": "requestId",
333
+ "required": false,
334
+ "hasDynamicHelp": false,
335
+ "multiple": false,
336
+ "type": "option"
337
+ },
338
+ "page": {
339
+ "char": "p",
340
+ "description": "page number for paginated results",
341
+ "name": "page",
342
+ "default": 1,
343
+ "hasDynamicHelp": false,
344
+ "multiple": false,
345
+ "type": "option"
346
+ },
347
+ "output": {
348
+ "char": "o",
349
+ "description": "output format",
350
+ "name": "output",
351
+ "default": "text",
352
+ "hasDynamicHelp": false,
353
+ "multiple": false,
354
+ "options": [
355
+ "text",
356
+ "json"
357
+ ],
358
+ "type": "option"
359
+ },
360
+ "impersonate": {
361
+ "char": "i",
362
+ "description": "impersonate organization",
363
+ "hidden": true,
364
+ "name": "impersonate",
365
+ "required": false,
366
+ "hasDynamicHelp": false,
367
+ "multiple": false,
368
+ "type": "option"
369
+ },
370
+ "manifest": {
371
+ "char": "m",
372
+ "description": "project manifest",
373
+ "hidden": true,
374
+ "name": "manifest",
375
+ "required": false,
376
+ "default": "raindrop.manifest",
331
377
  "hasDynamicHelp": false,
332
378
  "multiple": false,
333
379
  "type": "option"
@@ -335,7 +381,7 @@
335
381
  },
336
382
  "hasDynamicHelp": false,
337
383
  "hiddenAliases": [],
338
- "id": "auth:select",
384
+ "id": "query:search",
339
385
  "pluginAlias": "@liquidmetal-ai/raindrop",
340
386
  "pluginName": "@liquidmetal-ai/raindrop",
341
387
  "pluginType": "core",
@@ -353,7 +399,7 @@
353
399
  "type": "option"
354
400
  },
355
401
  "rainbowAuthService": {
356
- "default": "https://liquidmetal.run/api/connect",
402
+ "default": "https://raindrop.liquidmetal.run/",
357
403
  "hidden": true,
358
404
  "env": "LIQUIDMETAL_RAINBOW_AUTH_SERVICE",
359
405
  "input": [],
@@ -398,22 +444,22 @@
398
444
  "relativePath": [
399
445
  "dist",
400
446
  "commands",
401
- "auth",
402
- "select.js"
447
+ "query",
448
+ "search.js"
403
449
  ]
404
450
  },
405
- "query:chunk-search": {
451
+ "object:delete": {
406
452
  "aliases": [],
407
453
  "args": {
408
- "query": {
409
- "description": "search query to run",
410
- "name": "query",
454
+ "key": {
455
+ "description": "key/path in the bucket to delete",
456
+ "name": "key",
411
457
  "required": true
412
458
  }
413
459
  },
414
- "description": "Run a RAG (Retrieval Augmented Generation) search query against a Smart Bucket",
460
+ "description": "Delete a file from the object storage",
415
461
  "examples": [
416
- "<%= config.bin %> query chunk-search \"What is LiquidMetal?\"\nRun a RAG search query against a Smart Bucket.\n"
462
+ "<%= config.bin %> object delete my-key --bucket my-bucket\nDelete file with key 'my-key' from my-bucket\n"
417
463
  ],
418
464
  "flags": {
419
465
  "config": {
@@ -431,7 +477,7 @@
431
477
  "env": "LIQUIDMETAL_RAINBOW_AUTH_SERVICE",
432
478
  "hidden": true,
433
479
  "name": "rainbowAuthService",
434
- "default": "https://liquidmetal.run/api/connect",
480
+ "default": "https://raindrop.liquidmetal.run/",
435
481
  "hasDynamicHelp": false,
436
482
  "multiple": false,
437
483
  "type": "option"
@@ -472,6 +518,15 @@
472
518
  "multiple": false,
473
519
  "type": "option"
474
520
  },
521
+ "bucket": {
522
+ "char": "b",
523
+ "description": "bucket ID",
524
+ "name": "bucket",
525
+ "required": true,
526
+ "hasDynamicHelp": false,
527
+ "multiple": false,
528
+ "type": "option"
529
+ },
475
530
  "output": {
476
531
  "char": "o",
477
532
  "description": "output format",
@@ -509,7 +564,7 @@
509
564
  },
510
565
  "hasDynamicHelp": false,
511
566
  "hiddenAliases": [],
512
- "id": "query:chunk-search",
567
+ "id": "object:delete",
513
568
  "pluginAlias": "@liquidmetal-ai/raindrop",
514
569
  "pluginName": "@liquidmetal-ai/raindrop",
515
570
  "pluginType": "core",
@@ -527,7 +582,7 @@
527
582
  "type": "option"
528
583
  },
529
584
  "rainbowAuthService": {
530
- "default": "https://liquidmetal.run/api/connect",
585
+ "default": "https://raindrop.liquidmetal.run/",
531
586
  "hidden": true,
532
587
  "env": "LIQUIDMETAL_RAINBOW_AUTH_SERVICE",
533
588
  "input": [],
@@ -572,23 +627,28 @@
572
627
  "relativePath": [
573
628
  "dist",
574
629
  "commands",
575
- "query",
576
- "chunk-search.js"
630
+ "object",
631
+ "delete.js"
577
632
  ]
578
633
  },
579
- "query:search": {
634
+ "object:get": {
580
635
  "aliases": [],
581
636
  "args": {
582
- "query": {
583
- "description": "search query",
584
- "name": "query",
637
+ "key": {
638
+ "description": "key/path in the bucket",
639
+ "name": "key",
640
+ "required": true
641
+ },
642
+ "output": {
643
+ "description": "output file (defaults to key basename)",
644
+ "name": "output",
585
645
  "required": false
586
646
  }
587
647
  },
588
- "description": "Run a search query against a smart bucket using natural language",
648
+ "description": "Download a file from the object storage",
589
649
  "examples": [
590
- "<%= config.bin %> query search \"What is LiquidMetal?\"\nRun a new supervisor agent search query.\n",
591
- "<%= config.bin %> query search --requestId 01HNG4V2RJXS5T --page 2\nGet page 2 of previous search results.\n"
650
+ "<%= config.bin %> object get my-key --bucket my-bucket\nDownload file with key 'my-key' from my-bucket\n",
651
+ "<%= config.bin %> object get my-key output.txt --bucket my-bucket\nDownload file with key 'my-key' from my-bucket to output.txt\n"
592
652
  ],
593
653
  "flags": {
594
654
  "config": {
@@ -606,7 +666,7 @@
606
666
  "env": "LIQUIDMETAL_RAINBOW_AUTH_SERVICE",
607
667
  "hidden": true,
608
668
  "name": "rainbowAuthService",
609
- "default": "https://liquidmetal.run/api/connect",
669
+ "default": "https://raindrop.liquidmetal.run/",
610
670
  "hasDynamicHelp": false,
611
671
  "multiple": false,
612
672
  "type": "option"
@@ -636,43 +696,36 @@
636
696
  "name": "rainbowOrganizationId",
637
697
  "hasDynamicHelp": false,
638
698
  "multiple": false,
639
- "type": "option"
640
- },
641
- "rainbowUserId": {
642
- "description": "Override the Rainbow user ID derived from the CLI config",
643
- "env": "RAINBOW_USER_ID",
644
- "hidden": true,
645
- "name": "rainbowUserId",
646
- "hasDynamicHelp": false,
647
- "multiple": false,
648
- "type": "option"
649
- },
650
- "requestId": {
651
- "description": "request ID for pagination",
652
- "name": "requestId",
653
- "required": false,
699
+ "type": "option"
700
+ },
701
+ "rainbowUserId": {
702
+ "description": "Override the Rainbow user ID derived from the CLI config",
703
+ "env": "RAINBOW_USER_ID",
704
+ "hidden": true,
705
+ "name": "rainbowUserId",
654
706
  "hasDynamicHelp": false,
655
707
  "multiple": false,
656
708
  "type": "option"
657
709
  },
658
- "page": {
659
- "char": "p",
660
- "description": "page number for paginated results",
661
- "name": "page",
662
- "default": 1,
710
+ "bucket": {
711
+ "char": "b",
712
+ "description": "bucket ID",
713
+ "name": "bucket",
714
+ "required": true,
663
715
  "hasDynamicHelp": false,
664
716
  "multiple": false,
665
717
  "type": "option"
666
718
  },
667
- "output": {
668
- "char": "o",
719
+ "format": {
720
+ "char": "f",
669
721
  "description": "output format",
670
- "name": "output",
671
- "default": "text",
722
+ "name": "format",
723
+ "default": "file",
672
724
  "hasDynamicHelp": false,
673
725
  "multiple": false,
674
726
  "options": [
675
- "text",
727
+ "file",
728
+ "stdout",
676
729
  "json"
677
730
  ],
678
731
  "type": "option"
@@ -701,7 +754,7 @@
701
754
  },
702
755
  "hasDynamicHelp": false,
703
756
  "hiddenAliases": [],
704
- "id": "query:search",
757
+ "id": "object:get",
705
758
  "pluginAlias": "@liquidmetal-ai/raindrop",
706
759
  "pluginName": "@liquidmetal-ai/raindrop",
707
760
  "pluginType": "core",
@@ -719,7 +772,7 @@
719
772
  "type": "option"
720
773
  },
721
774
  "rainbowAuthService": {
722
- "default": "https://liquidmetal.run/api/connect",
775
+ "default": "https://raindrop.liquidmetal.run/",
723
776
  "hidden": true,
724
777
  "env": "LIQUIDMETAL_RAINBOW_AUTH_SERVICE",
725
778
  "input": [],
@@ -764,22 +817,16 @@
764
817
  "relativePath": [
765
818
  "dist",
766
819
  "commands",
767
- "query",
768
- "search.js"
820
+ "object",
821
+ "get.js"
769
822
  ]
770
823
  },
771
- "object:delete": {
824
+ "object:list": {
772
825
  "aliases": [],
773
- "args": {
774
- "key": {
775
- "description": "key/path in the bucket to delete",
776
- "name": "key",
777
- "required": true
778
- }
779
- },
780
- "description": "Delete a file from the object storage",
826
+ "args": {},
827
+ "description": "List objects in a bucket",
781
828
  "examples": [
782
- "<%= config.bin %> object delete my-key --bucket my-bucket\nDelete file with key 'my-key' from my-bucket\n"
829
+ "<%= config.bin %> object list --bucket my-bucket\nList all objects in my-bucket\n"
783
830
  ],
784
831
  "flags": {
785
832
  "config": {
@@ -797,7 +844,7 @@
797
844
  "env": "LIQUIDMETAL_RAINBOW_AUTH_SERVICE",
798
845
  "hidden": true,
799
846
  "name": "rainbowAuthService",
800
- "default": "https://liquidmetal.run/api/connect",
847
+ "default": "https://raindrop.liquidmetal.run/",
801
848
  "hasDynamicHelp": false,
802
849
  "multiple": false,
803
850
  "type": "option"
@@ -856,7 +903,8 @@
856
903
  "multiple": false,
857
904
  "options": [
858
905
  "text",
859
- "json"
906
+ "json",
907
+ "table"
860
908
  ],
861
909
  "type": "option"
862
910
  },
@@ -884,7 +932,7 @@
884
932
  },
885
933
  "hasDynamicHelp": false,
886
934
  "hiddenAliases": [],
887
- "id": "object:delete",
935
+ "id": "object:list",
888
936
  "pluginAlias": "@liquidmetal-ai/raindrop",
889
937
  "pluginName": "@liquidmetal-ai/raindrop",
890
938
  "pluginType": "core",
@@ -902,7 +950,7 @@
902
950
  "type": "option"
903
951
  },
904
952
  "rainbowAuthService": {
905
- "default": "https://liquidmetal.run/api/connect",
953
+ "default": "https://raindrop.liquidmetal.run/",
906
954
  "hidden": true,
907
955
  "env": "LIQUIDMETAL_RAINBOW_AUTH_SERVICE",
908
956
  "input": [],
@@ -948,27 +996,26 @@
948
996
  "dist",
949
997
  "commands",
950
998
  "object",
951
- "delete.js"
999
+ "list.js"
952
1000
  ]
953
1001
  },
954
- "object:get": {
1002
+ "object:put": {
955
1003
  "aliases": [],
956
1004
  "args": {
1005
+ "file": {
1006
+ "description": "file to upload",
1007
+ "name": "file",
1008
+ "required": true
1009
+ },
957
1010
  "key": {
958
1011
  "description": "key/path in the bucket",
959
1012
  "name": "key",
960
1013
  "required": true
961
- },
962
- "output": {
963
- "description": "output file (defaults to key basename)",
964
- "name": "output",
965
- "required": false
966
1014
  }
967
1015
  },
968
- "description": "Download a file from the object storage",
1016
+ "description": "Upload a file to the object storage",
969
1017
  "examples": [
970
- "<%= config.bin %> object get my-key --bucket my-bucket\nDownload file with key 'my-key' from my-bucket\n",
971
- "<%= config.bin %> object get my-key output.txt --bucket my-bucket\nDownload file with key 'my-key' from my-bucket to output.txt\n"
1018
+ "<%= config.bin %> object put ./myfile.txt my-key --bucket my-bucket\nUpload myfile.txt to my-bucket with key 'my-key'\n"
972
1019
  ],
973
1020
  "flags": {
974
1021
  "config": {
@@ -986,7 +1033,7 @@
986
1033
  "env": "LIQUIDMETAL_RAINBOW_AUTH_SERVICE",
987
1034
  "hidden": true,
988
1035
  "name": "rainbowAuthService",
989
- "default": "https://liquidmetal.run/api/connect",
1036
+ "default": "https://raindrop.liquidmetal.run/",
990
1037
  "hasDynamicHelp": false,
991
1038
  "multiple": false,
992
1039
  "type": "option"
@@ -1036,16 +1083,24 @@
1036
1083
  "multiple": false,
1037
1084
  "type": "option"
1038
1085
  },
1039
- "format": {
1040
- "char": "f",
1086
+ "contentType": {
1087
+ "char": "t",
1088
+ "description": "content type of the file",
1089
+ "name": "contentType",
1090
+ "required": false,
1091
+ "hasDynamicHelp": false,
1092
+ "multiple": false,
1093
+ "type": "option"
1094
+ },
1095
+ "output": {
1096
+ "char": "o",
1041
1097
  "description": "output format",
1042
- "name": "format",
1043
- "default": "file",
1098
+ "name": "output",
1099
+ "default": "text",
1044
1100
  "hasDynamicHelp": false,
1045
1101
  "multiple": false,
1046
1102
  "options": [
1047
- "file",
1048
- "stdout",
1103
+ "text",
1049
1104
  "json"
1050
1105
  ],
1051
1106
  "type": "option"
@@ -1074,7 +1129,7 @@
1074
1129
  },
1075
1130
  "hasDynamicHelp": false,
1076
1131
  "hiddenAliases": [],
1077
- "id": "object:get",
1132
+ "id": "object:put",
1078
1133
  "pluginAlias": "@liquidmetal-ai/raindrop",
1079
1134
  "pluginName": "@liquidmetal-ai/raindrop",
1080
1135
  "pluginType": "core",
@@ -1092,7 +1147,7 @@
1092
1147
  "type": "option"
1093
1148
  },
1094
1149
  "rainbowAuthService": {
1095
- "default": "https://liquidmetal.run/api/connect",
1150
+ "default": "https://raindrop.liquidmetal.run/",
1096
1151
  "hidden": true,
1097
1152
  "env": "LIQUIDMETAL_RAINBOW_AUTH_SERVICE",
1098
1153
  "input": [],
@@ -1138,113 +1193,108 @@
1138
1193
  "dist",
1139
1194
  "commands",
1140
1195
  "object",
1141
- "get.js"
1196
+ "put.js"
1142
1197
  ]
1143
1198
  },
1144
- "object:list": {
1199
+ "auth:list": {
1145
1200
  "aliases": [],
1146
1201
  "args": {},
1147
- "description": "List objects in a bucket",
1148
- "examples": [
1149
- "<%= config.bin %> object list --bucket my-bucket\nList all objects in my-bucket\n"
1150
- ],
1202
+ "description": "List authentications",
1151
1203
  "flags": {
1204
+ "output": {
1205
+ "char": "o",
1206
+ "description": "output format",
1207
+ "name": "output",
1208
+ "default": "table",
1209
+ "hasDynamicHelp": false,
1210
+ "multiple": false,
1211
+ "options": [
1212
+ "text",
1213
+ "table",
1214
+ "json"
1215
+ ],
1216
+ "type": "option"
1217
+ }
1218
+ },
1219
+ "hasDynamicHelp": false,
1220
+ "hiddenAliases": [],
1221
+ "id": "auth:list",
1222
+ "pluginAlias": "@liquidmetal-ai/raindrop",
1223
+ "pluginName": "@liquidmetal-ai/raindrop",
1224
+ "pluginType": "core",
1225
+ "strict": true,
1226
+ "enableJsonFlag": false,
1227
+ "HIDDEN_FLAGS": {
1152
1228
  "config": {
1153
1229
  "char": "c",
1154
1230
  "description": "config file",
1155
- "hidden": true,
1156
- "name": "config",
1157
1231
  "required": false,
1232
+ "hidden": true,
1158
1233
  "default": ".raindrop/config.json",
1159
- "hasDynamicHelp": false,
1234
+ "input": [],
1160
1235
  "multiple": false,
1161
1236
  "type": "option"
1162
1237
  },
1163
1238
  "rainbowAuthService": {
1164
- "env": "LIQUIDMETAL_RAINBOW_AUTH_SERVICE",
1239
+ "default": "https://raindrop.liquidmetal.run/",
1165
1240
  "hidden": true,
1166
- "name": "rainbowAuthService",
1167
- "default": "https://liquidmetal.run/api/connect",
1168
- "hasDynamicHelp": false,
1241
+ "env": "LIQUIDMETAL_RAINBOW_AUTH_SERVICE",
1242
+ "input": [],
1169
1243
  "multiple": false,
1170
1244
  "type": "option"
1171
1245
  },
1172
1246
  "raindropCatalogService": {
1173
- "description": "URL of the catalog service",
1174
1247
  "env": "RAINDROP_CATALOG_SERVICE",
1248
+ "description": "URL of the catalog service",
1175
1249
  "hidden": true,
1176
- "name": "raindropCatalogService",
1177
- "hasDynamicHelp": false,
1250
+ "input": [],
1178
1251
  "multiple": false,
1179
1252
  "type": "option"
1180
1253
  },
1181
1254
  "rainbowAuthToken": {
1182
- "description": "Override the Rainbow auth token derived from the CLI config",
1183
1255
  "env": "RAINBOW_AUTH_TOKEN",
1256
+ "description": "Override the Rainbow auth token derived from the CLI config",
1184
1257
  "hidden": true,
1185
- "name": "rainbowAuthToken",
1186
- "hasDynamicHelp": false,
1258
+ "input": [],
1187
1259
  "multiple": false,
1188
1260
  "type": "option"
1189
1261
  },
1190
1262
  "rainbowOrganizationId": {
1191
- "description": "Override the Rainbow organization ID derived from the CLI config",
1192
1263
  "env": "RAINBOW_ORGANIZATION_ID",
1264
+ "description": "Override the Rainbow organization ID derived from the CLI config",
1193
1265
  "hidden": true,
1194
- "name": "rainbowOrganizationId",
1195
- "hasDynamicHelp": false,
1266
+ "input": [],
1196
1267
  "multiple": false,
1197
1268
  "type": "option"
1198
1269
  },
1199
1270
  "rainbowUserId": {
1200
- "description": "Override the Rainbow user ID derived from the CLI config",
1201
1271
  "env": "RAINBOW_USER_ID",
1272
+ "description": "Override the Rainbow user ID derived from the CLI config",
1202
1273
  "hidden": true,
1203
- "name": "rainbowUserId",
1204
- "hasDynamicHelp": false,
1205
- "multiple": false,
1206
- "type": "option"
1207
- },
1208
- "bucket": {
1209
- "char": "b",
1210
- "description": "bucket ID",
1211
- "name": "bucket",
1212
- "required": true,
1213
- "hasDynamicHelp": false,
1214
- "multiple": false,
1215
- "type": "option"
1216
- },
1217
- "output": {
1218
- "char": "o",
1219
- "description": "output format",
1220
- "name": "output",
1221
- "default": "text",
1222
- "hasDynamicHelp": false,
1223
- "multiple": false,
1224
- "options": [
1225
- "text",
1226
- "json",
1227
- "table"
1228
- ],
1229
- "type": "option"
1230
- },
1231
- "impersonate": {
1232
- "char": "i",
1233
- "description": "impersonate organization",
1234
- "hidden": true,
1235
- "name": "impersonate",
1236
- "required": false,
1237
- "hasDynamicHelp": false,
1274
+ "input": [],
1238
1275
  "multiple": false,
1239
1276
  "type": "option"
1240
- },
1241
- "manifest": {
1242
- "char": "m",
1243
- "description": "project manifest",
1277
+ }
1278
+ },
1279
+ "baseArgs": {},
1280
+ "isESM": true,
1281
+ "relativePath": [
1282
+ "dist",
1283
+ "commands",
1284
+ "auth",
1285
+ "list.js"
1286
+ ]
1287
+ },
1288
+ "auth:login": {
1289
+ "aliases": [],
1290
+ "args": {},
1291
+ "description": "Logs a user into the LiquidMetal platform. Supports browser-based authentication.",
1292
+ "flags": {
1293
+ "rainbowAuthService": {
1294
+ "env": "LIQUIDMETAL_RAINBOW_AUTH_SERVICE",
1244
1295
  "hidden": true,
1245
- "name": "manifest",
1246
- "required": false,
1247
- "default": "raindrop.manifest",
1296
+ "name": "rainbowAuthService",
1297
+ "default": "https://liquidmetal.run/api/connect",
1248
1298
  "hasDynamicHelp": false,
1249
1299
  "multiple": false,
1250
1300
  "type": "option"
@@ -1252,7 +1302,7 @@
1252
1302
  },
1253
1303
  "hasDynamicHelp": false,
1254
1304
  "hiddenAliases": [],
1255
- "id": "object:list",
1305
+ "id": "auth:login",
1256
1306
  "pluginAlias": "@liquidmetal-ai/raindrop",
1257
1307
  "pluginName": "@liquidmetal-ai/raindrop",
1258
1308
  "pluginType": "core",
@@ -1270,7 +1320,7 @@
1270
1320
  "type": "option"
1271
1321
  },
1272
1322
  "rainbowAuthService": {
1273
- "default": "https://liquidmetal.run/api/connect",
1323
+ "default": "https://raindrop.liquidmetal.run/",
1274
1324
  "hidden": true,
1275
1325
  "env": "LIQUIDMETAL_RAINBOW_AUTH_SERVICE",
1276
1326
  "input": [],
@@ -1308,140 +1358,99 @@
1308
1358
  "input": [],
1309
1359
  "multiple": false,
1310
1360
  "type": "option"
1311
- }
1312
- },
1313
- "baseArgs": {},
1314
- "isESM": true,
1315
- "relativePath": [
1316
- "dist",
1317
- "commands",
1318
- "object",
1319
- "list.js"
1320
- ]
1321
- },
1322
- "object:put": {
1323
- "aliases": [],
1324
- "args": {
1325
- "file": {
1326
- "description": "file to upload",
1327
- "name": "file",
1328
- "required": true
1329
- },
1330
- "key": {
1331
- "description": "key/path in the bucket",
1332
- "name": "key",
1333
- "required": true
1334
- }
1335
- },
1336
- "description": "Upload a file to the object storage",
1337
- "examples": [
1338
- "<%= config.bin %> object put ./myfile.txt my-key --bucket my-bucket\nUpload myfile.txt to my-bucket with key 'my-key'\n"
1339
- ],
1340
- "flags": {
1361
+ }
1362
+ },
1363
+ "baseArgs": {},
1364
+ "isESM": true,
1365
+ "relativePath": [
1366
+ "dist",
1367
+ "commands",
1368
+ "auth",
1369
+ "login.js"
1370
+ ]
1371
+ },
1372
+ "auth:logout": {
1373
+ "aliases": [],
1374
+ "args": {},
1375
+ "description": "Logout authentications",
1376
+ "flags": {},
1377
+ "hasDynamicHelp": false,
1378
+ "hiddenAliases": [],
1379
+ "id": "auth:logout",
1380
+ "pluginAlias": "@liquidmetal-ai/raindrop",
1381
+ "pluginName": "@liquidmetal-ai/raindrop",
1382
+ "pluginType": "core",
1383
+ "strict": true,
1384
+ "enableJsonFlag": false,
1385
+ "HIDDEN_FLAGS": {
1341
1386
  "config": {
1342
1387
  "char": "c",
1343
1388
  "description": "config file",
1344
- "hidden": true,
1345
- "name": "config",
1346
1389
  "required": false,
1390
+ "hidden": true,
1347
1391
  "default": ".raindrop/config.json",
1348
- "hasDynamicHelp": false,
1392
+ "input": [],
1349
1393
  "multiple": false,
1350
1394
  "type": "option"
1351
1395
  },
1352
1396
  "rainbowAuthService": {
1353
- "env": "LIQUIDMETAL_RAINBOW_AUTH_SERVICE",
1397
+ "default": "https://raindrop.liquidmetal.run/",
1354
1398
  "hidden": true,
1355
- "name": "rainbowAuthService",
1356
- "default": "https://liquidmetal.run/api/connect",
1357
- "hasDynamicHelp": false,
1399
+ "env": "LIQUIDMETAL_RAINBOW_AUTH_SERVICE",
1400
+ "input": [],
1358
1401
  "multiple": false,
1359
1402
  "type": "option"
1360
1403
  },
1361
1404
  "raindropCatalogService": {
1362
- "description": "URL of the catalog service",
1363
1405
  "env": "RAINDROP_CATALOG_SERVICE",
1406
+ "description": "URL of the catalog service",
1364
1407
  "hidden": true,
1365
- "name": "raindropCatalogService",
1366
- "hasDynamicHelp": false,
1408
+ "input": [],
1367
1409
  "multiple": false,
1368
1410
  "type": "option"
1369
1411
  },
1370
1412
  "rainbowAuthToken": {
1371
- "description": "Override the Rainbow auth token derived from the CLI config",
1372
1413
  "env": "RAINBOW_AUTH_TOKEN",
1414
+ "description": "Override the Rainbow auth token derived from the CLI config",
1373
1415
  "hidden": true,
1374
- "name": "rainbowAuthToken",
1375
- "hasDynamicHelp": false,
1416
+ "input": [],
1376
1417
  "multiple": false,
1377
1418
  "type": "option"
1378
1419
  },
1379
1420
  "rainbowOrganizationId": {
1380
- "description": "Override the Rainbow organization ID derived from the CLI config",
1381
1421
  "env": "RAINBOW_ORGANIZATION_ID",
1422
+ "description": "Override the Rainbow organization ID derived from the CLI config",
1382
1423
  "hidden": true,
1383
- "name": "rainbowOrganizationId",
1384
- "hasDynamicHelp": false,
1424
+ "input": [],
1385
1425
  "multiple": false,
1386
1426
  "type": "option"
1387
1427
  },
1388
1428
  "rainbowUserId": {
1389
- "description": "Override the Rainbow user ID derived from the CLI config",
1390
1429
  "env": "RAINBOW_USER_ID",
1430
+ "description": "Override the Rainbow user ID derived from the CLI config",
1391
1431
  "hidden": true,
1392
- "name": "rainbowUserId",
1393
- "hasDynamicHelp": false,
1394
- "multiple": false,
1395
- "type": "option"
1396
- },
1397
- "bucket": {
1398
- "char": "b",
1399
- "description": "bucket ID",
1400
- "name": "bucket",
1401
- "required": true,
1402
- "hasDynamicHelp": false,
1403
- "multiple": false,
1404
- "type": "option"
1405
- },
1406
- "contentType": {
1407
- "char": "t",
1408
- "description": "content type of the file",
1409
- "name": "contentType",
1410
- "required": false,
1411
- "hasDynamicHelp": false,
1412
- "multiple": false,
1413
- "type": "option"
1414
- },
1415
- "output": {
1416
- "char": "o",
1417
- "description": "output format",
1418
- "name": "output",
1419
- "default": "text",
1420
- "hasDynamicHelp": false,
1421
- "multiple": false,
1422
- "options": [
1423
- "text",
1424
- "json"
1425
- ],
1426
- "type": "option"
1427
- },
1428
- "impersonate": {
1429
- "char": "i",
1430
- "description": "impersonate organization",
1431
- "hidden": true,
1432
- "name": "impersonate",
1433
- "required": false,
1434
- "hasDynamicHelp": false,
1432
+ "input": [],
1435
1433
  "multiple": false,
1436
1434
  "type": "option"
1437
- },
1438
- "manifest": {
1439
- "char": "m",
1440
- "description": "project manifest",
1441
- "hidden": true,
1442
- "name": "manifest",
1443
- "required": false,
1444
- "default": "raindrop.manifest",
1435
+ }
1436
+ },
1437
+ "baseArgs": {},
1438
+ "isESM": true,
1439
+ "relativePath": [
1440
+ "dist",
1441
+ "commands",
1442
+ "auth",
1443
+ "logout.js"
1444
+ ]
1445
+ },
1446
+ "auth:select": {
1447
+ "aliases": [],
1448
+ "args": {},
1449
+ "description": "Select active organization",
1450
+ "flags": {
1451
+ "organizationId": {
1452
+ "description": "organizationId to select as active",
1453
+ "name": "organizationId",
1445
1454
  "hasDynamicHelp": false,
1446
1455
  "multiple": false,
1447
1456
  "type": "option"
@@ -1449,7 +1458,7 @@
1449
1458
  },
1450
1459
  "hasDynamicHelp": false,
1451
1460
  "hiddenAliases": [],
1452
- "id": "object:put",
1461
+ "id": "auth:select",
1453
1462
  "pluginAlias": "@liquidmetal-ai/raindrop",
1454
1463
  "pluginName": "@liquidmetal-ai/raindrop",
1455
1464
  "pluginType": "core",
@@ -1467,7 +1476,7 @@
1467
1476
  "type": "option"
1468
1477
  },
1469
1478
  "rainbowAuthService": {
1470
- "default": "https://liquidmetal.run/api/connect",
1479
+ "default": "https://raindrop.liquidmetal.run/",
1471
1480
  "hidden": true,
1472
1481
  "env": "LIQUIDMETAL_RAINBOW_AUTH_SERVICE",
1473
1482
  "input": [],
@@ -1512,8 +1521,8 @@
1512
1521
  "relativePath": [
1513
1522
  "dist",
1514
1523
  "commands",
1515
- "object",
1516
- "put.js"
1524
+ "auth",
1525
+ "select.js"
1517
1526
  ]
1518
1527
  },
1519
1528
  "build:branch": {
@@ -1545,7 +1554,7 @@
1545
1554
  "env": "LIQUIDMETAL_RAINBOW_AUTH_SERVICE",
1546
1555
  "hidden": true,
1547
1556
  "name": "rainbowAuthService",
1548
- "default": "https://liquidmetal.run/api/connect",
1557
+ "default": "https://raindrop.liquidmetal.run/",
1549
1558
  "hasDynamicHelp": false,
1550
1559
  "multiple": false,
1551
1560
  "type": "option"
@@ -1673,7 +1682,7 @@
1673
1682
  "type": "option"
1674
1683
  },
1675
1684
  "rainbowAuthService": {
1676
- "default": "https://liquidmetal.run/api/connect",
1685
+ "default": "https://raindrop.liquidmetal.run/",
1677
1686
  "hidden": true,
1678
1687
  "env": "LIQUIDMETAL_RAINBOW_AUTH_SERVICE",
1679
1688
  "input": [],
@@ -1751,7 +1760,7 @@
1751
1760
  "env": "LIQUIDMETAL_RAINBOW_AUTH_SERVICE",
1752
1761
  "hidden": true,
1753
1762
  "name": "rainbowAuthService",
1754
- "default": "https://liquidmetal.run/api/connect",
1763
+ "default": "https://raindrop.liquidmetal.run/",
1755
1764
  "hasDynamicHelp": false,
1756
1765
  "multiple": false,
1757
1766
  "type": "option"
@@ -1823,7 +1832,7 @@
1823
1832
  "type": "option"
1824
1833
  },
1825
1834
  "rainbowAuthService": {
1826
- "default": "https://liquidmetal.run/api/connect",
1835
+ "default": "https://raindrop.liquidmetal.run/",
1827
1836
  "hidden": true,
1828
1837
  "env": "LIQUIDMETAL_RAINBOW_AUTH_SERVICE",
1829
1838
  "input": [],
@@ -1872,6 +1881,103 @@
1872
1881
  "checkout.js"
1873
1882
  ]
1874
1883
  },
1884
+ "build:clone": {
1885
+ "aliases": [],
1886
+ "args": {
1887
+ "id": {
1888
+ "description": "liquidmetal project ID to clone (e.g., liquidmetal/smartbucket)",
1889
+ "name": "id",
1890
+ "required": true
1891
+ },
1892
+ "path": {
1893
+ "default": ".",
1894
+ "description": "Path to initialize the project in",
1895
+ "name": "path",
1896
+ "required": false
1897
+ }
1898
+ },
1899
+ "description": "clone a LiquidMetal.AI project",
1900
+ "examples": [
1901
+ "<%= config.bin %> <%= command.id %> .\nClone a project in the current directory.\n",
1902
+ "<%= config.bin %> <%= command.id %> <%= config.path %>\nClone a project in the specified directory.\n"
1903
+ ],
1904
+ "flags": {
1905
+ "overwrite": {
1906
+ "description": "Overwrite existing files",
1907
+ "name": "overwrite",
1908
+ "allowNo": false,
1909
+ "type": "boolean"
1910
+ }
1911
+ },
1912
+ "hasDynamicHelp": false,
1913
+ "hiddenAliases": [],
1914
+ "id": "build:clone",
1915
+ "pluginAlias": "@liquidmetal-ai/raindrop",
1916
+ "pluginName": "@liquidmetal-ai/raindrop",
1917
+ "pluginType": "core",
1918
+ "strict": true,
1919
+ "enableJsonFlag": false,
1920
+ "HIDDEN_FLAGS": {
1921
+ "config": {
1922
+ "char": "c",
1923
+ "description": "config file",
1924
+ "required": false,
1925
+ "hidden": true,
1926
+ "default": ".raindrop/config.json",
1927
+ "input": [],
1928
+ "multiple": false,
1929
+ "type": "option"
1930
+ },
1931
+ "rainbowAuthService": {
1932
+ "default": "https://raindrop.liquidmetal.run/",
1933
+ "hidden": true,
1934
+ "env": "LIQUIDMETAL_RAINBOW_AUTH_SERVICE",
1935
+ "input": [],
1936
+ "multiple": false,
1937
+ "type": "option"
1938
+ },
1939
+ "raindropCatalogService": {
1940
+ "env": "RAINDROP_CATALOG_SERVICE",
1941
+ "description": "URL of the catalog service",
1942
+ "hidden": true,
1943
+ "input": [],
1944
+ "multiple": false,
1945
+ "type": "option"
1946
+ },
1947
+ "rainbowAuthToken": {
1948
+ "env": "RAINBOW_AUTH_TOKEN",
1949
+ "description": "Override the Rainbow auth token derived from the CLI config",
1950
+ "hidden": true,
1951
+ "input": [],
1952
+ "multiple": false,
1953
+ "type": "option"
1954
+ },
1955
+ "rainbowOrganizationId": {
1956
+ "env": "RAINBOW_ORGANIZATION_ID",
1957
+ "description": "Override the Rainbow organization ID derived from the CLI config",
1958
+ "hidden": true,
1959
+ "input": [],
1960
+ "multiple": false,
1961
+ "type": "option"
1962
+ },
1963
+ "rainbowUserId": {
1964
+ "env": "RAINBOW_USER_ID",
1965
+ "description": "Override the Rainbow user ID derived from the CLI config",
1966
+ "hidden": true,
1967
+ "input": [],
1968
+ "multiple": false,
1969
+ "type": "option"
1970
+ }
1971
+ },
1972
+ "baseArgs": {},
1973
+ "isESM": true,
1974
+ "relativePath": [
1975
+ "dist",
1976
+ "commands",
1977
+ "build",
1978
+ "clone.js"
1979
+ ]
1980
+ },
1875
1981
  "build:delete": {
1876
1982
  "aliases": [],
1877
1983
  "args": {
@@ -1901,7 +2007,7 @@
1901
2007
  "env": "LIQUIDMETAL_RAINBOW_AUTH_SERVICE",
1902
2008
  "hidden": true,
1903
2009
  "name": "rainbowAuthService",
1904
- "default": "https://liquidmetal.run/api/connect",
2010
+ "default": "https://raindrop.liquidmetal.run/",
1905
2011
  "hasDynamicHelp": false,
1906
2012
  "multiple": false,
1907
2013
  "type": "option"
@@ -2030,7 +2136,7 @@
2030
2136
  "type": "option"
2031
2137
  },
2032
2138
  "rainbowAuthService": {
2033
- "default": "https://liquidmetal.run/api/connect",
2139
+ "default": "https://raindrop.liquidmetal.run/",
2034
2140
  "hidden": true,
2035
2141
  "env": "LIQUIDMETAL_RAINBOW_AUTH_SERVICE",
2036
2142
  "input": [],
@@ -2102,7 +2208,7 @@
2102
2208
  "env": "LIQUIDMETAL_RAINBOW_AUTH_SERVICE",
2103
2209
  "hidden": true,
2104
2210
  "name": "rainbowAuthService",
2105
- "default": "https://liquidmetal.run/api/connect",
2211
+ "default": "https://raindrop.liquidmetal.run/",
2106
2212
  "hasDynamicHelp": false,
2107
2213
  "multiple": false,
2108
2214
  "type": "option"
@@ -2247,7 +2353,7 @@
2247
2353
  "type": "option"
2248
2354
  },
2249
2355
  "rainbowAuthService": {
2250
- "default": "https://liquidmetal.run/api/connect",
2356
+ "default": "https://raindrop.liquidmetal.run/",
2251
2357
  "hidden": true,
2252
2358
  "env": "LIQUIDMETAL_RAINBOW_AUTH_SERVICE",
2253
2359
  "input": [],
@@ -2319,7 +2425,7 @@
2319
2425
  "env": "LIQUIDMETAL_RAINBOW_AUTH_SERVICE",
2320
2426
  "hidden": true,
2321
2427
  "name": "rainbowAuthService",
2322
- "default": "https://liquidmetal.run/api/connect",
2428
+ "default": "https://raindrop.liquidmetal.run/",
2323
2429
  "hasDynamicHelp": false,
2324
2430
  "multiple": false,
2325
2431
  "type": "option"
@@ -2438,6 +2544,12 @@
2438
2544
  "hasDynamicHelp": false,
2439
2545
  "multiple": false,
2440
2546
  "type": "option"
2547
+ },
2548
+ "all": {
2549
+ "description": "query modules for all applications",
2550
+ "name": "all",
2551
+ "allowNo": false,
2552
+ "type": "boolean"
2441
2553
  }
2442
2554
  },
2443
2555
  "hasDynamicHelp": false,
@@ -2460,7 +2572,7 @@
2460
2572
  "type": "option"
2461
2573
  },
2462
2574
  "rainbowAuthService": {
2463
- "default": "https://liquidmetal.run/api/connect",
2575
+ "default": "https://raindrop.liquidmetal.run/",
2464
2576
  "hidden": true,
2465
2577
  "env": "LIQUIDMETAL_RAINBOW_AUTH_SERVICE",
2466
2578
  "input": [],
@@ -2578,7 +2690,7 @@
2578
2690
  "type": "option"
2579
2691
  },
2580
2692
  "rainbowAuthService": {
2581
- "default": "https://liquidmetal.run/api/connect",
2693
+ "default": "https://raindrop.liquidmetal.run/",
2582
2694
  "hidden": true,
2583
2695
  "env": "LIQUIDMETAL_RAINBOW_AUTH_SERVICE",
2584
2696
  "input": [],
@@ -2669,7 +2781,7 @@
2669
2781
  "type": "option"
2670
2782
  },
2671
2783
  "rainbowAuthService": {
2672
- "default": "https://liquidmetal.run/api/connect",
2784
+ "default": "https://raindrop.liquidmetal.run/",
2673
2785
  "hidden": true,
2674
2786
  "env": "LIQUIDMETAL_RAINBOW_AUTH_SERVICE",
2675
2787
  "input": [],
@@ -2741,7 +2853,7 @@
2741
2853
  "env": "LIQUIDMETAL_RAINBOW_AUTH_SERVICE",
2742
2854
  "hidden": true,
2743
2855
  "name": "rainbowAuthService",
2744
- "default": "https://liquidmetal.run/api/connect",
2856
+ "default": "https://raindrop.liquidmetal.run/",
2745
2857
  "hasDynamicHelp": false,
2746
2858
  "multiple": false,
2747
2859
  "type": "option"
@@ -2846,7 +2958,7 @@
2846
2958
  "type": "option"
2847
2959
  },
2848
2960
  "rainbowAuthService": {
2849
- "default": "https://liquidmetal.run/api/connect",
2961
+ "default": "https://raindrop.liquidmetal.run/",
2850
2962
  "hidden": true,
2851
2963
  "env": "LIQUIDMETAL_RAINBOW_AUTH_SERVICE",
2852
2964
  "input": [],
@@ -2918,7 +3030,7 @@
2918
3030
  "env": "LIQUIDMETAL_RAINBOW_AUTH_SERVICE",
2919
3031
  "hidden": true,
2920
3032
  "name": "rainbowAuthService",
2921
- "default": "https://liquidmetal.run/api/connect",
3033
+ "default": "https://raindrop.liquidmetal.run/",
2922
3034
  "hasDynamicHelp": false,
2923
3035
  "multiple": false,
2924
3036
  "type": "option"
@@ -3007,7 +3119,7 @@
3007
3119
  "type": "option"
3008
3120
  },
3009
3121
  "rainbowAuthService": {
3010
- "default": "https://liquidmetal.run/api/connect",
3122
+ "default": "https://raindrop.liquidmetal.run/",
3011
3123
  "hidden": true,
3012
3124
  "env": "LIQUIDMETAL_RAINBOW_AUTH_SERVICE",
3013
3125
  "input": [],
@@ -3079,7 +3191,7 @@
3079
3191
  "env": "LIQUIDMETAL_RAINBOW_AUTH_SERVICE",
3080
3192
  "hidden": true,
3081
3193
  "name": "rainbowAuthService",
3082
- "default": "https://liquidmetal.run/api/connect",
3194
+ "default": "https://raindrop.liquidmetal.run/",
3083
3195
  "hasDynamicHelp": false,
3084
3196
  "multiple": false,
3085
3197
  "type": "option"
@@ -3189,7 +3301,7 @@
3189
3301
  "type": "option"
3190
3302
  },
3191
3303
  "rainbowAuthService": {
3192
- "default": "https://liquidmetal.run/api/connect",
3304
+ "default": "https://raindrop.liquidmetal.run/",
3193
3305
  "hidden": true,
3194
3306
  "env": "LIQUIDMETAL_RAINBOW_AUTH_SERVICE",
3195
3307
  "input": [],
@@ -3261,7 +3373,7 @@
3261
3373
  "env": "LIQUIDMETAL_RAINBOW_AUTH_SERVICE",
3262
3374
  "hidden": true,
3263
3375
  "name": "rainbowAuthService",
3264
- "default": "https://liquidmetal.run/api/connect",
3376
+ "default": "https://raindrop.liquidmetal.run/",
3265
3377
  "hasDynamicHelp": false,
3266
3378
  "multiple": false,
3267
3379
  "type": "option"
@@ -3394,7 +3506,7 @@
3394
3506
  "type": "option"
3395
3507
  },
3396
3508
  "rainbowAuthService": {
3397
- "default": "https://liquidmetal.run/api/connect",
3509
+ "default": "https://raindrop.liquidmetal.run/",
3398
3510
  "hidden": true,
3399
3511
  "env": "LIQUIDMETAL_RAINBOW_AUTH_SERVICE",
3400
3512
  "input": [],
@@ -3466,7 +3578,7 @@
3466
3578
  "env": "LIQUIDMETAL_RAINBOW_AUTH_SERVICE",
3467
3579
  "hidden": true,
3468
3580
  "name": "rainbowAuthService",
3469
- "default": "https://liquidmetal.run/api/connect",
3581
+ "default": "https://raindrop.liquidmetal.run/",
3470
3582
  "hasDynamicHelp": false,
3471
3583
  "multiple": false,
3472
3584
  "type": "option"
@@ -3576,7 +3688,7 @@
3576
3688
  "type": "option"
3577
3689
  },
3578
3690
  "rainbowAuthService": {
3579
- "default": "https://liquidmetal.run/api/connect",
3691
+ "default": "https://raindrop.liquidmetal.run/",
3580
3692
  "hidden": true,
3581
3693
  "env": "LIQUIDMETAL_RAINBOW_AUTH_SERVICE",
3582
3694
  "input": [],
@@ -3648,7 +3760,7 @@
3648
3760
  "env": "LIQUIDMETAL_RAINBOW_AUTH_SERVICE",
3649
3761
  "hidden": true,
3650
3762
  "name": "rainbowAuthService",
3651
- "default": "https://liquidmetal.run/api/connect",
3763
+ "default": "https://raindrop.liquidmetal.run/",
3652
3764
  "hasDynamicHelp": false,
3653
3765
  "multiple": false,
3654
3766
  "type": "option"
@@ -3737,7 +3849,7 @@
3737
3849
  "type": "option"
3738
3850
  },
3739
3851
  "rainbowAuthService": {
3740
- "default": "https://liquidmetal.run/api/connect",
3852
+ "default": "https://raindrop.liquidmetal.run/",
3741
3853
  "hidden": true,
3742
3854
  "env": "LIQUIDMETAL_RAINBOW_AUTH_SERVICE",
3743
3855
  "input": [],
@@ -3809,7 +3921,7 @@
3809
3921
  "env": "LIQUIDMETAL_RAINBOW_AUTH_SERVICE",
3810
3922
  "hidden": true,
3811
3923
  "name": "rainbowAuthService",
3812
- "default": "https://liquidmetal.run/api/connect",
3924
+ "default": "https://raindrop.liquidmetal.run/",
3813
3925
  "hasDynamicHelp": false,
3814
3926
  "multiple": false,
3815
3927
  "type": "option"
@@ -3920,7 +4032,7 @@
3920
4032
  "type": "option"
3921
4033
  },
3922
4034
  "rainbowAuthService": {
3923
- "default": "https://liquidmetal.run/api/connect",
4035
+ "default": "https://raindrop.liquidmetal.run/",
3924
4036
  "hidden": true,
3925
4037
  "env": "LIQUIDMETAL_RAINBOW_AUTH_SERVICE",
3926
4038
  "input": [],
@@ -4039,7 +4151,7 @@
4039
4151
  "type": "option"
4040
4152
  },
4041
4153
  "rainbowAuthService": {
4042
- "default": "https://liquidmetal.run/api/connect",
4154
+ "default": "https://raindrop.liquidmetal.run/",
4043
4155
  "hidden": true,
4044
4156
  "env": "LIQUIDMETAL_RAINBOW_AUTH_SERVICE",
4045
4157
  "input": [],
@@ -4117,7 +4229,7 @@
4117
4229
  "env": "LIQUIDMETAL_RAINBOW_AUTH_SERVICE",
4118
4230
  "hidden": true,
4119
4231
  "name": "rainbowAuthService",
4120
- "default": "https://liquidmetal.run/api/connect",
4232
+ "default": "https://raindrop.liquidmetal.run/",
4121
4233
  "hasDynamicHelp": false,
4122
4234
  "multiple": false,
4123
4235
  "type": "option"
@@ -4229,7 +4341,7 @@
4229
4341
  "type": "option"
4230
4342
  },
4231
4343
  "rainbowAuthService": {
4232
- "default": "https://liquidmetal.run/api/connect",
4344
+ "default": "https://raindrop.liquidmetal.run/",
4233
4345
  "hidden": true,
4234
4346
  "env": "LIQUIDMETAL_RAINBOW_AUTH_SERVICE",
4235
4347
  "input": [],
@@ -4313,7 +4425,7 @@
4313
4425
  "env": "LIQUIDMETAL_RAINBOW_AUTH_SERVICE",
4314
4426
  "hidden": true,
4315
4427
  "name": "rainbowAuthService",
4316
- "default": "https://liquidmetal.run/api/connect",
4428
+ "default": "https://raindrop.liquidmetal.run/",
4317
4429
  "hasDynamicHelp": false,
4318
4430
  "multiple": false,
4319
4431
  "type": "option"
@@ -4435,7 +4547,7 @@
4435
4547
  "type": "option"
4436
4548
  },
4437
4549
  "rainbowAuthService": {
4438
- "default": "https://liquidmetal.run/api/connect",
4550
+ "default": "https://raindrop.liquidmetal.run/",
4439
4551
  "hidden": true,
4440
4552
  "env": "LIQUIDMETAL_RAINBOW_AUTH_SERVICE",
4441
4553
  "input": [],
@@ -4534,7 +4646,7 @@
4534
4646
  "type": "option"
4535
4647
  },
4536
4648
  "rainbowAuthService": {
4537
- "default": "https://liquidmetal.run/api/connect",
4649
+ "default": "https://raindrop.liquidmetal.run/",
4538
4650
  "hidden": true,
4539
4651
  "env": "LIQUIDMETAL_RAINBOW_AUTH_SERVICE",
4540
4652
  "input": [],
@@ -4633,7 +4745,7 @@
4633
4745
  "type": "option"
4634
4746
  },
4635
4747
  "rainbowAuthService": {
4636
- "default": "https://liquidmetal.run/api/connect",
4748
+ "default": "https://raindrop.liquidmetal.run/",
4637
4749
  "hidden": true,
4638
4750
  "env": "LIQUIDMETAL_RAINBOW_AUTH_SERVICE",
4639
4751
  "input": [],
@@ -4684,5 +4796,5 @@
4684
4796
  ]
4685
4797
  }
4686
4798
  },
4687
- "version": "0.3.0"
4799
+ "version": "0.3.2"
4688
4800
  }