@liquidmetal-ai/raindrop 0.4.10 → 0.4.11

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.
@@ -798,155 +798,121 @@
798
798
  "put.js"
799
799
  ]
800
800
  },
801
- "build:branch": {
801
+ "auth:list": {
802
802
  "aliases": [],
803
- "args": {
804
- "branch": {
805
- "description": "branch name",
806
- "name": "branch",
807
- "required": true
803
+ "args": {},
804
+ "description": "List authentications",
805
+ "flags": {
806
+ "output": {
807
+ "char": "o",
808
+ "description": "output format",
809
+ "name": "output",
810
+ "default": "table",
811
+ "hasDynamicHelp": false,
812
+ "multiple": false,
813
+ "options": [
814
+ "text",
815
+ "table",
816
+ "json"
817
+ ],
818
+ "type": "option"
808
819
  }
809
820
  },
810
- "description": "branch a Raindrop application",
811
- "examples": [
812
- "<%= config.bin %> <%= command.id %> .\nBranch a Raindrop application.\n"
813
- ],
814
- "flags": {
821
+ "hasDynamicHelp": false,
822
+ "hiddenAliases": [],
823
+ "id": "auth:list",
824
+ "pluginAlias": "@liquidmetal-ai/raindrop",
825
+ "pluginName": "@liquidmetal-ai/raindrop",
826
+ "pluginType": "core",
827
+ "strict": true,
828
+ "enableJsonFlag": false,
829
+ "HIDDEN_FLAGS": {
815
830
  "config": {
816
831
  "char": "c",
817
832
  "description": "config file",
818
- "hidden": true,
819
- "name": "config",
820
833
  "required": false,
834
+ "hidden": true,
821
835
  "default": ".raindrop/config.json",
822
- "hasDynamicHelp": false,
836
+ "input": [],
823
837
  "multiple": false,
824
838
  "type": "option"
825
839
  },
826
840
  "rainbowAuthService": {
827
- "env": "LIQUIDMETAL_RAINBOW_AUTH_SERVICE",
828
- "hidden": true,
829
- "name": "rainbowAuthService",
830
841
  "default": "https://raindrop.liquidmetal.run/",
831
- "hasDynamicHelp": false,
842
+ "hidden": true,
843
+ "env": "LIQUIDMETAL_RAINBOW_AUTH_SERVICE",
844
+ "input": [],
832
845
  "multiple": false,
833
846
  "type": "option"
834
847
  },
835
848
  "raindropCatalogService": {
836
- "description": "URL of the catalog service",
837
849
  "env": "RAINDROP_CATALOG_SERVICE",
850
+ "description": "URL of the catalog service",
838
851
  "hidden": true,
839
- "name": "raindropCatalogService",
840
- "hasDynamicHelp": false,
852
+ "input": [],
841
853
  "multiple": false,
842
854
  "type": "option"
843
855
  },
844
856
  "rainbowAuthToken": {
845
- "description": "Override the Rainbow auth token derived from the CLI config",
846
857
  "env": "RAINBOW_AUTH_TOKEN",
858
+ "description": "Override the Rainbow auth token derived from the CLI config",
847
859
  "hidden": true,
848
- "name": "rainbowAuthToken",
849
- "hasDynamicHelp": false,
860
+ "input": [],
850
861
  "multiple": false,
851
862
  "type": "option"
852
863
  },
853
864
  "rainbowOrganizationId": {
854
- "description": "Override the Rainbow organization ID derived from the CLI config",
855
865
  "env": "RAINBOW_ORGANIZATION_ID",
866
+ "description": "Override the Rainbow organization ID derived from the CLI config",
856
867
  "hidden": true,
857
- "name": "rainbowOrganizationId",
858
- "hasDynamicHelp": false,
868
+ "input": [],
859
869
  "multiple": false,
860
870
  "type": "option"
861
871
  },
862
872
  "rainbowUserId": {
863
- "description": "Override the Rainbow user ID derived from the CLI config",
864
873
  "env": "RAINBOW_USER_ID",
874
+ "description": "Override the Rainbow user ID derived from the CLI config",
865
875
  "hidden": true,
866
- "name": "rainbowUserId",
867
- "hasDynamicHelp": false,
876
+ "input": [],
868
877
  "multiple": false,
869
878
  "type": "option"
870
879
  },
871
880
  "sendVersionMetadata": {
872
881
  "description": "Send version metadata to the server",
873
- "hidden": true,
874
- "name": "sendVersionMetadata",
875
882
  "default": "true",
876
- "hasDynamicHelp": false,
877
- "multiple": false,
878
- "type": "option"
879
- },
880
- "root": {
881
- "char": "r",
882
- "description": "root directory",
883
- "name": "root",
884
- "required": false,
885
- "default": "/Users/ian/liquidmetal/packages/raindrop",
886
- "hasDynamicHelp": false,
887
- "multiple": false,
888
- "type": "option"
889
- },
890
- "manifest": {
891
- "char": "M",
892
- "description": "project manifest",
893
- "name": "manifest",
894
- "required": false,
895
- "default": "raindrop.manifest",
896
- "hasDynamicHelp": false,
897
- "multiple": false,
898
- "type": "option"
899
- },
900
- "output": {
901
- "char": "o",
902
- "description": "output directory",
903
- "name": "output",
904
- "required": false,
905
- "default": "dist",
906
- "hasDynamicHelp": false,
907
- "multiple": false,
908
- "type": "option"
909
- },
910
- "versionId": {
911
- "aliases": [
912
- "version"
913
- ],
914
- "char": "p",
915
- "description": "branch from this version",
916
- "name": "versionId",
917
- "required": false,
918
- "hasDynamicHelp": false,
883
+ "hidden": true,
884
+ "input": [],
919
885
  "multiple": false,
920
886
  "type": "option"
921
- },
922
- "impersonate": {
923
- "char": "i",
924
- "description": "impersonate organization",
887
+ }
888
+ },
889
+ "baseArgs": {},
890
+ "isESM": true,
891
+ "relativePath": [
892
+ "dist",
893
+ "commands",
894
+ "auth",
895
+ "list.js"
896
+ ]
897
+ },
898
+ "auth:login": {
899
+ "aliases": [],
900
+ "args": {},
901
+ "description": "Logs a user into the LiquidMetal platform. Supports browser-based authentication.",
902
+ "flags": {
903
+ "rainbowAuthService": {
904
+ "env": "LIQUIDMETAL_RAINBOW_AUTH_SERVICE",
925
905
  "hidden": true,
926
- "name": "impersonate",
927
- "required": false,
906
+ "name": "rainbowAuthService",
907
+ "default": "https://liquidmetal.run/api/connect",
928
908
  "hasDynamicHelp": false,
929
909
  "multiple": false,
930
910
  "type": "option"
931
- },
932
- "start": {
933
- "description": "start the application after deploying",
934
- "name": "start",
935
- "required": false,
936
- "allowNo": false,
937
- "type": "boolean"
938
- },
939
- "show": {
940
- "description": "show the current branch",
941
- "name": "show",
942
- "required": false,
943
- "allowNo": false,
944
- "type": "boolean"
945
911
  }
946
912
  },
947
913
  "hasDynamicHelp": false,
948
914
  "hiddenAliases": [],
949
- "id": "build:branch",
915
+ "id": "auth:login",
950
916
  "pluginAlias": "@liquidmetal-ai/raindrop",
951
917
  "pluginName": "@liquidmetal-ai/raindrop",
952
918
  "pluginType": "core",
@@ -1017,95 +983,100 @@
1017
983
  "relativePath": [
1018
984
  "dist",
1019
985
  "commands",
1020
- "build",
1021
- "branch.js"
986
+ "auth",
987
+ "login.js"
1022
988
  ]
1023
989
  },
1024
- "build:checkout": {
990
+ "auth:logout": {
1025
991
  "aliases": [],
1026
- "args": {
1027
- "version": {
1028
- "description": "version id",
1029
- "name": "version",
1030
- "required": false
1031
- }
1032
- },
1033
- "description": "switch the current context to a specific version",
1034
- "examples": [
1035
- "<%= config.bin %> <%= command.id %>\nCurrently on version: 01jac6p20m4gahn1kaa2mhm2js\n\n<%= config.bin %> <%= command.id %> 01jux6z20m4gbhn5kaa4mcm2jr\nSwitched to version: 01jux6z20m4gbhn5kaa4mcm2jr\n"
1036
- ],
1037
- "flags": {
992
+ "args": {},
993
+ "description": "Logout authentications",
994
+ "flags": {},
995
+ "hasDynamicHelp": false,
996
+ "hiddenAliases": [],
997
+ "id": "auth:logout",
998
+ "pluginAlias": "@liquidmetal-ai/raindrop",
999
+ "pluginName": "@liquidmetal-ai/raindrop",
1000
+ "pluginType": "core",
1001
+ "strict": true,
1002
+ "enableJsonFlag": false,
1003
+ "HIDDEN_FLAGS": {
1038
1004
  "config": {
1039
1005
  "char": "c",
1040
1006
  "description": "config file",
1041
- "hidden": true,
1042
- "name": "config",
1043
1007
  "required": false,
1008
+ "hidden": true,
1044
1009
  "default": ".raindrop/config.json",
1045
- "hasDynamicHelp": false,
1010
+ "input": [],
1046
1011
  "multiple": false,
1047
1012
  "type": "option"
1048
1013
  },
1049
1014
  "rainbowAuthService": {
1050
- "env": "LIQUIDMETAL_RAINBOW_AUTH_SERVICE",
1051
- "hidden": true,
1052
- "name": "rainbowAuthService",
1053
1015
  "default": "https://raindrop.liquidmetal.run/",
1054
- "hasDynamicHelp": false,
1016
+ "hidden": true,
1017
+ "env": "LIQUIDMETAL_RAINBOW_AUTH_SERVICE",
1018
+ "input": [],
1055
1019
  "multiple": false,
1056
1020
  "type": "option"
1057
1021
  },
1058
1022
  "raindropCatalogService": {
1059
- "description": "URL of the catalog service",
1060
1023
  "env": "RAINDROP_CATALOG_SERVICE",
1024
+ "description": "URL of the catalog service",
1061
1025
  "hidden": true,
1062
- "name": "raindropCatalogService",
1063
- "hasDynamicHelp": false,
1026
+ "input": [],
1064
1027
  "multiple": false,
1065
1028
  "type": "option"
1066
1029
  },
1067
1030
  "rainbowAuthToken": {
1068
- "description": "Override the Rainbow auth token derived from the CLI config",
1069
1031
  "env": "RAINBOW_AUTH_TOKEN",
1032
+ "description": "Override the Rainbow auth token derived from the CLI config",
1070
1033
  "hidden": true,
1071
- "name": "rainbowAuthToken",
1072
- "hasDynamicHelp": false,
1034
+ "input": [],
1073
1035
  "multiple": false,
1074
1036
  "type": "option"
1075
1037
  },
1076
1038
  "rainbowOrganizationId": {
1077
- "description": "Override the Rainbow organization ID derived from the CLI config",
1078
1039
  "env": "RAINBOW_ORGANIZATION_ID",
1040
+ "description": "Override the Rainbow organization ID derived from the CLI config",
1079
1041
  "hidden": true,
1080
- "name": "rainbowOrganizationId",
1081
- "hasDynamicHelp": false,
1042
+ "input": [],
1082
1043
  "multiple": false,
1083
1044
  "type": "option"
1084
1045
  },
1085
1046
  "rainbowUserId": {
1086
- "description": "Override the Rainbow user ID derived from the CLI config",
1087
1047
  "env": "RAINBOW_USER_ID",
1048
+ "description": "Override the Rainbow user ID derived from the CLI config",
1088
1049
  "hidden": true,
1089
- "name": "rainbowUserId",
1090
- "hasDynamicHelp": false,
1050
+ "input": [],
1091
1051
  "multiple": false,
1092
1052
  "type": "option"
1093
1053
  },
1094
1054
  "sendVersionMetadata": {
1095
1055
  "description": "Send version metadata to the server",
1096
- "hidden": true,
1097
- "name": "sendVersionMetadata",
1098
1056
  "default": "true",
1099
- "hasDynamicHelp": false,
1057
+ "hidden": true,
1058
+ "input": [],
1100
1059
  "multiple": false,
1101
1060
  "type": "option"
1102
- },
1103
- "output": {
1104
- "char": "o",
1105
- "description": "output format",
1106
- "name": "output",
1107
- "required": false,
1108
- "default": "text",
1061
+ }
1062
+ },
1063
+ "baseArgs": {},
1064
+ "isESM": true,
1065
+ "relativePath": [
1066
+ "dist",
1067
+ "commands",
1068
+ "auth",
1069
+ "logout.js"
1070
+ ]
1071
+ },
1072
+ "auth:select": {
1073
+ "aliases": [],
1074
+ "args": {},
1075
+ "description": "Select active organization",
1076
+ "flags": {
1077
+ "organizationId": {
1078
+ "description": "organizationId to select as active",
1079
+ "name": "organizationId",
1109
1080
  "hasDynamicHelp": false,
1110
1081
  "multiple": false,
1111
1082
  "type": "option"
@@ -1113,7 +1084,7 @@
1113
1084
  },
1114
1085
  "hasDynamicHelp": false,
1115
1086
  "hiddenAliases": [],
1116
- "id": "build:checkout",
1087
+ "id": "auth:select",
1117
1088
  "pluginAlias": "@liquidmetal-ai/raindrop",
1118
1089
  "pluginName": "@liquidmetal-ai/raindrop",
1119
1090
  "pluginType": "core",
@@ -1184,41 +1155,145 @@
1184
1155
  "relativePath": [
1185
1156
  "dist",
1186
1157
  "commands",
1187
- "build",
1188
- "checkout.js"
1158
+ "auth",
1159
+ "select.js"
1189
1160
  ]
1190
1161
  },
1191
- "build:clone": {
1162
+ "object:delete": {
1192
1163
  "aliases": [],
1193
1164
  "args": {
1194
- "id": {
1195
- "description": "liquidmetal project ID to clone (e.g., liquidmetal/smartbucket)",
1196
- "name": "id",
1165
+ "key": {
1166
+ "description": "key/path in the bucket to delete",
1167
+ "name": "key",
1197
1168
  "required": true
1198
- },
1199
- "path": {
1200
- "default": ".",
1201
- "description": "Path to initialize the project in",
1202
- "name": "path",
1203
- "required": false
1204
1169
  }
1205
1170
  },
1206
- "description": "clone a LiquidMetal.AI project",
1171
+ "description": "Delete a file from the object storage",
1207
1172
  "examples": [
1208
- "<%= config.bin %> <%= command.id %> .\nClone a project in the current directory.\n",
1209
- "<%= config.bin %> <%= command.id %> <%= config.path %>\nClone a project in the specified directory.\n"
1173
+ "<%= config.bin %> object delete my-key --bucket my-bucket\nDelete file with key 'my-key' from my-bucket\n"
1210
1174
  ],
1211
1175
  "flags": {
1212
- "overwrite": {
1213
- "description": "Overwrite existing files",
1214
- "name": "overwrite",
1215
- "allowNo": false,
1216
- "type": "boolean"
1176
+ "config": {
1177
+ "char": "c",
1178
+ "description": "config file",
1179
+ "hidden": true,
1180
+ "name": "config",
1181
+ "required": false,
1182
+ "default": ".raindrop/config.json",
1183
+ "hasDynamicHelp": false,
1184
+ "multiple": false,
1185
+ "type": "option"
1186
+ },
1187
+ "rainbowAuthService": {
1188
+ "env": "LIQUIDMETAL_RAINBOW_AUTH_SERVICE",
1189
+ "hidden": true,
1190
+ "name": "rainbowAuthService",
1191
+ "default": "https://raindrop.liquidmetal.run/",
1192
+ "hasDynamicHelp": false,
1193
+ "multiple": false,
1194
+ "type": "option"
1195
+ },
1196
+ "raindropCatalogService": {
1197
+ "description": "URL of the catalog service",
1198
+ "env": "RAINDROP_CATALOG_SERVICE",
1199
+ "hidden": true,
1200
+ "name": "raindropCatalogService",
1201
+ "hasDynamicHelp": false,
1202
+ "multiple": false,
1203
+ "type": "option"
1204
+ },
1205
+ "rainbowAuthToken": {
1206
+ "description": "Override the Rainbow auth token derived from the CLI config",
1207
+ "env": "RAINBOW_AUTH_TOKEN",
1208
+ "hidden": true,
1209
+ "name": "rainbowAuthToken",
1210
+ "hasDynamicHelp": false,
1211
+ "multiple": false,
1212
+ "type": "option"
1213
+ },
1214
+ "rainbowOrganizationId": {
1215
+ "description": "Override the Rainbow organization ID derived from the CLI config",
1216
+ "env": "RAINBOW_ORGANIZATION_ID",
1217
+ "hidden": true,
1218
+ "name": "rainbowOrganizationId",
1219
+ "hasDynamicHelp": false,
1220
+ "multiple": false,
1221
+ "type": "option"
1222
+ },
1223
+ "rainbowUserId": {
1224
+ "description": "Override the Rainbow user ID derived from the CLI config",
1225
+ "env": "RAINBOW_USER_ID",
1226
+ "hidden": true,
1227
+ "name": "rainbowUserId",
1228
+ "hasDynamicHelp": false,
1229
+ "multiple": false,
1230
+ "type": "option"
1231
+ },
1232
+ "sendVersionMetadata": {
1233
+ "description": "Send version metadata to the server",
1234
+ "hidden": true,
1235
+ "name": "sendVersionMetadata",
1236
+ "default": "true",
1237
+ "hasDynamicHelp": false,
1238
+ "multiple": false,
1239
+ "type": "option"
1240
+ },
1241
+ "bucket": {
1242
+ "char": "b",
1243
+ "description": "bucket name version can be specified with #, e.g. my-bucket#versionId",
1244
+ "name": "bucket",
1245
+ "required": false,
1246
+ "hasDynamicHelp": false,
1247
+ "multiple": false,
1248
+ "type": "option"
1249
+ },
1250
+ "moduleId": {
1251
+ "char": "m",
1252
+ "description": "moduleId",
1253
+ "name": "moduleId",
1254
+ "required": false,
1255
+ "hasDynamicHelp": false,
1256
+ "multiple": false,
1257
+ "type": "option"
1258
+ },
1259
+ "output": {
1260
+ "char": "o",
1261
+ "description": "output format",
1262
+ "name": "output",
1263
+ "default": "text",
1264
+ "hasDynamicHelp": false,
1265
+ "multiple": false,
1266
+ "options": [
1267
+ "text",
1268
+ "json"
1269
+ ],
1270
+ "type": "option"
1271
+ },
1272
+ "impersonate": {
1273
+ "char": "i",
1274
+ "description": "impersonate organization",
1275
+ "hidden": true,
1276
+ "name": "impersonate",
1277
+ "required": false,
1278
+ "hasDynamicHelp": false,
1279
+ "multiple": false,
1280
+ "type": "option"
1281
+ },
1282
+ "manifest": {
1283
+ "char": "M",
1284
+ "description": "project manifest",
1285
+ "hidden": true,
1286
+ "name": "manifest",
1287
+ "required": false,
1288
+ "default": "raindrop.manifest",
1289
+ "hasDynamicHelp": false,
1290
+ "multiple": false,
1291
+ "type": "option"
1217
1292
  }
1218
1293
  },
1219
1294
  "hasDynamicHelp": false,
1220
1295
  "hiddenAliases": [],
1221
- "id": "build:clone",
1296
+ "id": "object:delete",
1222
1297
  "pluginAlias": "@liquidmetal-ai/raindrop",
1223
1298
  "pluginName": "@liquidmetal-ai/raindrop",
1224
1299
  "pluginType": "core",
@@ -1289,22 +1364,28 @@
1289
1364
  "relativePath": [
1290
1365
  "dist",
1291
1366
  "commands",
1292
- "build",
1293
- "clone.js"
1367
+ "object",
1368
+ "delete.js"
1294
1369
  ]
1295
1370
  },
1296
- "build:delete": {
1371
+ "object:get": {
1297
1372
  "aliases": [],
1298
1373
  "args": {
1299
- "application": {
1300
- "description": "application name",
1301
- "name": "application",
1374
+ "key": {
1375
+ "description": "key/path in the bucket",
1376
+ "name": "key",
1377
+ "required": true
1378
+ },
1379
+ "output": {
1380
+ "description": "output file (defaults to key basename)",
1381
+ "name": "output",
1302
1382
  "required": false
1303
1383
  }
1304
1384
  },
1305
- "description": "delete Raindrop applications",
1385
+ "description": "Download a file from the object storage",
1306
1386
  "examples": [
1307
- "<%= config.bin %> <%= command.id %> .\nDeleted (application) at version (version)\n"
1387
+ "<%= config.bin %> object get my-key --bucket my-bucket\nDownload file with key 'my-key' from my-bucket\n",
1388
+ "<%= config.bin %> object get my-key output.txt --bucket my-bucket\nDownload file with key 'my-key' from my-bucket to output.txt\n"
1308
1389
  ],
1309
1390
  "flags": {
1310
1391
  "config": {
@@ -1372,69 +1453,55 @@
1372
1453
  "multiple": false,
1373
1454
  "type": "option"
1374
1455
  },
1375
- "root": {
1376
- "char": "r",
1377
- "description": "root directory",
1378
- "name": "root",
1456
+ "bucket": {
1457
+ "char": "b",
1458
+ "description": "bucket name version can be specified with #, e.g. my-bucket#versionId",
1459
+ "name": "bucket",
1379
1460
  "required": false,
1380
- "default": "/Users/ian/liquidmetal/packages/raindrop",
1381
1461
  "hasDynamicHelp": false,
1382
1462
  "multiple": false,
1383
1463
  "type": "option"
1384
1464
  },
1385
- "manifest": {
1386
- "char": "M",
1387
- "description": "project manifest",
1388
- "name": "manifest",
1465
+ "moduleId": {
1466
+ "char": "m",
1467
+ "description": "moduleId",
1468
+ "name": "moduleId",
1389
1469
  "required": false,
1390
- "default": "raindrop.manifest",
1391
1470
  "hasDynamicHelp": false,
1392
1471
  "multiple": false,
1393
1472
  "type": "option"
1394
1473
  },
1395
- "output": {
1396
- "char": "o",
1474
+ "format": {
1475
+ "char": "f",
1397
1476
  "description": "output format",
1398
- "name": "output",
1399
- "default": "table",
1477
+ "name": "format",
1478
+ "default": "file",
1400
1479
  "hasDynamicHelp": false,
1401
1480
  "multiple": false,
1402
1481
  "options": [
1403
- "text",
1404
- "table",
1482
+ "file",
1483
+ "stdout",
1405
1484
  "json"
1406
1485
  ],
1407
1486
  "type": "option"
1408
1487
  },
1409
- "version": {
1410
- "char": "v",
1411
- "description": "application version to delete",
1412
- "exclusive": [
1413
- "all"
1414
- ],
1415
- "name": "version",
1488
+ "impersonate": {
1489
+ "char": "i",
1490
+ "description": "impersonate organization",
1491
+ "hidden": true,
1492
+ "name": "impersonate",
1416
1493
  "required": false,
1417
1494
  "hasDynamicHelp": false,
1418
1495
  "multiple": false,
1419
1496
  "type": "option"
1420
1497
  },
1421
- "all": {
1422
- "char": "a",
1423
- "description": "delete all application versions",
1424
- "exclusive": [
1425
- "version"
1426
- ],
1427
- "name": "all",
1428
- "required": false,
1429
- "allowNo": false,
1430
- "type": "boolean"
1431
- },
1432
- "impersonate": {
1433
- "char": "i",
1434
- "description": "impersonate organization",
1498
+ "manifest": {
1499
+ "char": "M",
1500
+ "description": "project manifest",
1435
1501
  "hidden": true,
1436
- "name": "impersonate",
1502
+ "name": "manifest",
1437
1503
  "required": false,
1504
+ "default": "raindrop.manifest",
1438
1505
  "hasDynamicHelp": false,
1439
1506
  "multiple": false,
1440
1507
  "type": "option"
@@ -1442,7 +1509,7 @@
1442
1509
  },
1443
1510
  "hasDynamicHelp": false,
1444
1511
  "hiddenAliases": [],
1445
- "id": "build:delete",
1512
+ "id": "object:get",
1446
1513
  "pluginAlias": "@liquidmetal-ai/raindrop",
1447
1514
  "pluginName": "@liquidmetal-ai/raindrop",
1448
1515
  "pluginType": "core",
@@ -1513,16 +1580,16 @@
1513
1580
  "relativePath": [
1514
1581
  "dist",
1515
1582
  "commands",
1516
- "build",
1517
- "delete.js"
1583
+ "object",
1584
+ "get.js"
1518
1585
  ]
1519
1586
  },
1520
- "build:deploy": {
1587
+ "object:list": {
1521
1588
  "aliases": [],
1522
1589
  "args": {},
1523
- "description": "deploy a Raindrop application",
1590
+ "description": "List objects in a bucket",
1524
1591
  "examples": [
1525
- "<%= config.bin %> <%= command.id %> .\nDeploy a Raindrop application version.\n"
1592
+ "<%= config.bin %> object list --bucket my-bucket\nList all objects in my-bucket\n"
1526
1593
  ],
1527
1594
  "flags": {
1528
1595
  "config": {
@@ -1590,46 +1657,36 @@
1590
1657
  "multiple": false,
1591
1658
  "type": "option"
1592
1659
  },
1593
- "root": {
1594
- "char": "r",
1595
- "description": "root directory",
1596
- "name": "root",
1660
+ "bucket": {
1661
+ "char": "b",
1662
+ "description": "bucket name version can be specified with #, e.g. my-bucket#versionId",
1663
+ "name": "bucket",
1597
1664
  "required": false,
1598
- "default": "/Users/ian/liquidmetal/packages/raindrop",
1599
1665
  "hasDynamicHelp": false,
1600
1666
  "multiple": false,
1601
1667
  "type": "option"
1602
1668
  },
1603
- "manifest": {
1604
- "char": "M",
1605
- "description": "project manifest",
1606
- "name": "manifest",
1669
+ "moduleId": {
1670
+ "char": "m",
1671
+ "description": "moduleId",
1672
+ "name": "moduleId",
1607
1673
  "required": false,
1608
- "default": "raindrop.manifest",
1609
1674
  "hasDynamicHelp": false,
1610
1675
  "multiple": false,
1611
1676
  "type": "option"
1612
1677
  },
1613
1678
  "output": {
1614
1679
  "char": "o",
1615
- "description": "output directory",
1680
+ "description": "output format",
1616
1681
  "name": "output",
1617
- "required": false,
1618
- "default": "dist",
1682
+ "default": "text",
1619
1683
  "hasDynamicHelp": false,
1620
1684
  "multiple": false,
1621
- "type": "option"
1622
- },
1623
- "versionId": {
1624
- "aliases": [
1625
- "version"
1685
+ "options": [
1686
+ "text",
1687
+ "json",
1688
+ "table"
1626
1689
  ],
1627
- "char": "v",
1628
- "description": "version ID",
1629
- "name": "versionId",
1630
- "required": false,
1631
- "hasDynamicHelp": false,
1632
- "multiple": false,
1633
1690
  "type": "option"
1634
1691
  },
1635
1692
  "impersonate": {
@@ -1642,41 +1699,21 @@
1642
1699
  "multiple": false,
1643
1700
  "type": "option"
1644
1701
  },
1645
- "start": {
1646
- "char": "s",
1647
- "description": "start the application after deploying",
1648
- "name": "start",
1649
- "required": false,
1650
- "allowNo": false,
1651
- "type": "boolean"
1652
- },
1653
- "resume": {
1654
- "description": "resume a deployment",
1655
- "name": "resume",
1656
- "required": false,
1657
- "allowNo": false,
1658
- "type": "boolean"
1659
- },
1660
- "lock": {
1661
- "description": "override lock ID to resume deployment",
1662
- "name": "lock",
1702
+ "manifest": {
1703
+ "char": "M",
1704
+ "description": "project manifest",
1705
+ "hidden": true,
1706
+ "name": "manifest",
1663
1707
  "required": false,
1708
+ "default": "raindrop.manifest",
1664
1709
  "hasDynamicHelp": false,
1665
1710
  "multiple": false,
1666
1711
  "type": "option"
1667
- },
1668
- "amend": {
1669
- "char": "a",
1670
- "description": "amend an existing application",
1671
- "name": "amend",
1672
- "required": false,
1673
- "allowNo": false,
1674
- "type": "boolean"
1675
1712
  }
1676
1713
  },
1677
1714
  "hasDynamicHelp": false,
1678
1715
  "hiddenAliases": [],
1679
- "id": "build:deploy",
1716
+ "id": "object:list",
1680
1717
  "pluginAlias": "@liquidmetal-ai/raindrop",
1681
1718
  "pluginName": "@liquidmetal-ai/raindrop",
1682
1719
  "pluginType": "core",
@@ -1747,16 +1784,27 @@
1747
1784
  "relativePath": [
1748
1785
  "dist",
1749
1786
  "commands",
1750
- "build",
1751
- "deploy.js"
1787
+ "object",
1788
+ "list.js"
1752
1789
  ]
1753
1790
  },
1754
- "build:find": {
1791
+ "object:put": {
1755
1792
  "aliases": [],
1756
- "args": {},
1757
- "description": "find resources in Raindrop",
1793
+ "args": {
1794
+ "file": {
1795
+ "description": "file to upload",
1796
+ "name": "file",
1797
+ "required": true
1798
+ },
1799
+ "key": {
1800
+ "description": "key/path in the bucket",
1801
+ "name": "key",
1802
+ "required": true
1803
+ }
1804
+ },
1805
+ "description": "Upload a file to the object storage",
1758
1806
  "examples": [
1759
- "<%= config.bin %> <%= command.id %> .\n"
1807
+ "<%= config.bin %> object put ./myfile.txt my-key --bucket my-bucket\nUpload myfile.txt to my-bucket with key 'my-key'\n"
1760
1808
  ],
1761
1809
  "flags": {
1762
1810
  "config": {
@@ -1824,47 +1872,28 @@
1824
1872
  "multiple": false,
1825
1873
  "type": "option"
1826
1874
  },
1827
- "root": {
1828
- "char": "r",
1829
- "description": "root directory",
1830
- "name": "root",
1831
- "required": false,
1832
- "default": "/Users/ian/liquidmetal/packages/raindrop",
1833
- "hasDynamicHelp": false,
1834
- "multiple": false,
1835
- "type": "option"
1836
- },
1837
- "manifest": {
1838
- "char": "M",
1839
- "description": "project manifest",
1840
- "name": "manifest",
1841
- "required": false,
1842
- "default": "raindrop.manifest",
1843
- "hasDynamicHelp": false,
1844
- "multiple": false,
1845
- "type": "option"
1846
- },
1847
- "application": {
1848
- "char": "a",
1849
- "description": "application",
1850
- "name": "application",
1875
+ "bucket": {
1876
+ "char": "b",
1877
+ "description": "bucket name version can be specified with #, e.g. my-bucket#versionId",
1878
+ "name": "bucket",
1851
1879
  "required": false,
1852
1880
  "hasDynamicHelp": false,
1853
1881
  "multiple": false,
1854
1882
  "type": "option"
1855
1883
  },
1856
- "version": {
1857
- "char": "v",
1858
- "description": "application version",
1859
- "name": "version",
1884
+ "moduleId": {
1885
+ "char": "m",
1886
+ "description": "moduleId",
1887
+ "name": "moduleId",
1860
1888
  "required": false,
1861
1889
  "hasDynamicHelp": false,
1862
1890
  "multiple": false,
1863
1891
  "type": "option"
1864
1892
  },
1865
- "moduleType": {
1866
- "description": "filter by module type (e.g. smartbucket)",
1867
- "name": "moduleType",
1893
+ "contentType": {
1894
+ "char": "t",
1895
+ "description": "content type of the file",
1896
+ "name": "contentType",
1868
1897
  "required": false,
1869
1898
  "hasDynamicHelp": false,
1870
1899
  "multiple": false,
@@ -1874,25 +1903,15 @@
1874
1903
  "char": "o",
1875
1904
  "description": "output format",
1876
1905
  "name": "output",
1877
- "default": "table",
1906
+ "default": "text",
1878
1907
  "hasDynamicHelp": false,
1879
1908
  "multiple": false,
1880
1909
  "options": [
1881
1910
  "text",
1882
- "table",
1883
1911
  "json"
1884
1912
  ],
1885
1913
  "type": "option"
1886
1914
  },
1887
- "sudo": {
1888
- "char": "s",
1889
- "description": "superuser mode",
1890
- "hidden": true,
1891
- "name": "sudo",
1892
- "required": false,
1893
- "allowNo": false,
1894
- "type": "boolean"
1895
- },
1896
1915
  "impersonate": {
1897
1916
  "char": "i",
1898
1917
  "description": "impersonate organization",
@@ -1903,16 +1922,21 @@
1903
1922
  "multiple": false,
1904
1923
  "type": "option"
1905
1924
  },
1906
- "all": {
1907
- "description": "query modules for all applications",
1908
- "name": "all",
1909
- "allowNo": false,
1910
- "type": "boolean"
1925
+ "manifest": {
1926
+ "char": "M",
1927
+ "description": "project manifest",
1928
+ "hidden": true,
1929
+ "name": "manifest",
1930
+ "required": false,
1931
+ "default": "raindrop.manifest",
1932
+ "hasDynamicHelp": false,
1933
+ "multiple": false,
1934
+ "type": "option"
1911
1935
  }
1912
1936
  },
1913
1937
  "hasDynamicHelp": false,
1914
1938
  "hiddenAliases": [],
1915
- "id": "build:find",
1939
+ "id": "object:put",
1916
1940
  "pluginAlias": "@liquidmetal-ai/raindrop",
1917
1941
  "pluginName": "@liquidmetal-ai/raindrop",
1918
1942
  "pluginType": "core",
@@ -1983,38 +2007,24 @@
1983
2007
  "relativePath": [
1984
2008
  "dist",
1985
2009
  "commands",
1986
- "build",
1987
- "find.js"
2010
+ "object",
2011
+ "put.js"
1988
2012
  ]
1989
2013
  },
1990
- "build:generate": {
2014
+ "build:branch": {
1991
2015
  "aliases": [],
1992
- "args": {},
1993
- "description": "(re)generate all code for a LiquidMetal.AI project",
2016
+ "args": {
2017
+ "branch": {
2018
+ "description": "branch name",
2019
+ "name": "branch",
2020
+ "required": true
2021
+ }
2022
+ },
2023
+ "description": "branch a Raindrop application",
1994
2024
  "examples": [
1995
- "<%= config.bin %> <%= command.id %>"
2025
+ "<%= config.bin %> <%= command.id %> .\nBranch a Raindrop application.\n"
1996
2026
  ],
1997
2027
  "flags": {
1998
- "root": {
1999
- "char": "r",
2000
- "description": "root directory",
2001
- "name": "root",
2002
- "required": false,
2003
- "default": "/Users/ian/liquidmetal/packages/raindrop",
2004
- "hasDynamicHelp": false,
2005
- "multiple": false,
2006
- "type": "option"
2007
- },
2008
- "manifest": {
2009
- "char": "M",
2010
- "description": "project manifest",
2011
- "name": "manifest",
2012
- "required": false,
2013
- "default": "raindrop.manifest",
2014
- "hasDynamicHelp": false,
2015
- "multiple": false,
2016
- "type": "option"
2017
- },
2018
2028
  "config": {
2019
2029
  "char": "c",
2020
2030
  "description": "config file",
@@ -2026,118 +2036,130 @@
2026
2036
  "multiple": false,
2027
2037
  "type": "option"
2028
2038
  },
2029
- "output": {
2030
- "char": "o",
2031
- "description": "output directory",
2032
- "name": "output",
2033
- "default": "dist",
2034
- "hasDynamicHelp": false,
2035
- "multiple": false,
2036
- "type": "option"
2037
- }
2038
- },
2039
- "hasDynamicHelp": false,
2040
- "hiddenAliases": [],
2041
- "id": "build:generate",
2042
- "pluginAlias": "@liquidmetal-ai/raindrop",
2043
- "pluginName": "@liquidmetal-ai/raindrop",
2044
- "pluginType": "core",
2045
- "strict": true,
2046
- "enableJsonFlag": false,
2047
- "HIDDEN_FLAGS": {
2048
- "config": {
2049
- "char": "c",
2050
- "description": "config file",
2051
- "required": false,
2052
- "hidden": true,
2053
- "default": ".raindrop/config.json",
2054
- "input": [],
2055
- "multiple": false,
2056
- "type": "option"
2057
- },
2058
2039
  "rainbowAuthService": {
2059
- "default": "https://raindrop.liquidmetal.run/",
2060
- "hidden": true,
2061
2040
  "env": "LIQUIDMETAL_RAINBOW_AUTH_SERVICE",
2062
- "input": [],
2041
+ "hidden": true,
2042
+ "name": "rainbowAuthService",
2043
+ "default": "https://raindrop.liquidmetal.run/",
2044
+ "hasDynamicHelp": false,
2063
2045
  "multiple": false,
2064
2046
  "type": "option"
2065
2047
  },
2066
2048
  "raindropCatalogService": {
2067
- "env": "RAINDROP_CATALOG_SERVICE",
2068
2049
  "description": "URL of the catalog service",
2050
+ "env": "RAINDROP_CATALOG_SERVICE",
2069
2051
  "hidden": true,
2070
- "input": [],
2052
+ "name": "raindropCatalogService",
2053
+ "hasDynamicHelp": false,
2071
2054
  "multiple": false,
2072
2055
  "type": "option"
2073
2056
  },
2074
2057
  "rainbowAuthToken": {
2075
- "env": "RAINBOW_AUTH_TOKEN",
2076
2058
  "description": "Override the Rainbow auth token derived from the CLI config",
2059
+ "env": "RAINBOW_AUTH_TOKEN",
2077
2060
  "hidden": true,
2078
- "input": [],
2061
+ "name": "rainbowAuthToken",
2062
+ "hasDynamicHelp": false,
2079
2063
  "multiple": false,
2080
2064
  "type": "option"
2081
2065
  },
2082
2066
  "rainbowOrganizationId": {
2083
- "env": "RAINBOW_ORGANIZATION_ID",
2084
2067
  "description": "Override the Rainbow organization ID derived from the CLI config",
2068
+ "env": "RAINBOW_ORGANIZATION_ID",
2085
2069
  "hidden": true,
2086
- "input": [],
2070
+ "name": "rainbowOrganizationId",
2071
+ "hasDynamicHelp": false,
2087
2072
  "multiple": false,
2088
2073
  "type": "option"
2089
2074
  },
2090
2075
  "rainbowUserId": {
2091
- "env": "RAINBOW_USER_ID",
2092
2076
  "description": "Override the Rainbow user ID derived from the CLI config",
2077
+ "env": "RAINBOW_USER_ID",
2093
2078
  "hidden": true,
2094
- "input": [],
2079
+ "name": "rainbowUserId",
2080
+ "hasDynamicHelp": false,
2095
2081
  "multiple": false,
2096
2082
  "type": "option"
2097
2083
  },
2098
2084
  "sendVersionMetadata": {
2099
2085
  "description": "Send version metadata to the server",
2100
- "default": "true",
2101
2086
  "hidden": true,
2102
- "input": [],
2087
+ "name": "sendVersionMetadata",
2088
+ "default": "true",
2089
+ "hasDynamicHelp": false,
2103
2090
  "multiple": false,
2104
2091
  "type": "option"
2105
- }
2106
- },
2107
- "baseArgs": {},
2108
- "isESM": true,
2109
- "relativePath": [
2110
- "dist",
2111
- "commands",
2112
- "build",
2113
- "generate.js"
2114
- ]
2115
- },
2116
- "build:init": {
2117
- "aliases": [],
2118
- "args": {
2119
- "path": {
2120
- "default": ".",
2121
- "description": "Path to initialize the project in",
2122
- "name": "path",
2123
- "required": false
2124
- }
2125
- },
2126
- "description": "start a new LiquidMetal.AI project",
2127
- "examples": [
2128
- "<%= config.bin %> <%= command.id %> .\nInitialize a project in the current directory.\n"
2129
- ],
2130
- "flags": {
2131
- "overwrite": {
2132
- "description": "Overwrite existing files",
2133
- "name": "overwrite",
2092
+ },
2093
+ "root": {
2094
+ "char": "r",
2095
+ "description": "root directory",
2096
+ "name": "root",
2097
+ "required": false,
2098
+ "default": "/Users/dstaley/Work/liquidmetal/packages/raindrop",
2099
+ "hasDynamicHelp": false,
2100
+ "multiple": false,
2101
+ "type": "option"
2102
+ },
2103
+ "manifest": {
2104
+ "char": "M",
2105
+ "description": "project manifest",
2106
+ "name": "manifest",
2107
+ "required": false,
2108
+ "default": "raindrop.manifest",
2109
+ "hasDynamicHelp": false,
2110
+ "multiple": false,
2111
+ "type": "option"
2112
+ },
2113
+ "output": {
2114
+ "char": "o",
2115
+ "description": "output directory",
2116
+ "name": "output",
2117
+ "required": false,
2118
+ "default": "dist",
2119
+ "hasDynamicHelp": false,
2120
+ "multiple": false,
2121
+ "type": "option"
2122
+ },
2123
+ "versionId": {
2124
+ "aliases": [
2125
+ "version"
2126
+ ],
2127
+ "char": "p",
2128
+ "description": "branch from this version",
2129
+ "name": "versionId",
2130
+ "required": false,
2131
+ "hasDynamicHelp": false,
2132
+ "multiple": false,
2133
+ "type": "option"
2134
+ },
2135
+ "impersonate": {
2136
+ "char": "i",
2137
+ "description": "impersonate organization",
2138
+ "hidden": true,
2139
+ "name": "impersonate",
2140
+ "required": false,
2141
+ "hasDynamicHelp": false,
2142
+ "multiple": false,
2143
+ "type": "option"
2144
+ },
2145
+ "start": {
2146
+ "description": "start the application after deploying",
2147
+ "name": "start",
2148
+ "required": false,
2149
+ "allowNo": false,
2150
+ "type": "boolean"
2151
+ },
2152
+ "show": {
2153
+ "description": "show the current branch",
2154
+ "name": "show",
2155
+ "required": false,
2134
2156
  "allowNo": false,
2135
2157
  "type": "boolean"
2136
2158
  }
2137
2159
  },
2138
2160
  "hasDynamicHelp": false,
2139
2161
  "hiddenAliases": [],
2140
- "id": "build:init",
2162
+ "id": "build:branch",
2141
2163
  "pluginAlias": "@liquidmetal-ai/raindrop",
2142
2164
  "pluginName": "@liquidmetal-ai/raindrop",
2143
2165
  "pluginType": "core",
@@ -2209,15 +2231,21 @@
2209
2231
  "dist",
2210
2232
  "commands",
2211
2233
  "build",
2212
- "init.js"
2234
+ "branch.js"
2213
2235
  ]
2214
2236
  },
2215
- "build:list": {
2237
+ "build:checkout": {
2216
2238
  "aliases": [],
2217
- "args": {},
2218
- "description": "list Raindrop catalog resources",
2239
+ "args": {
2240
+ "version": {
2241
+ "description": "version id",
2242
+ "name": "version",
2243
+ "required": false
2244
+ }
2245
+ },
2246
+ "description": "switch the current context to a specific version",
2219
2247
  "examples": [
2220
- "<%= config.bin %> <%= command.id %> .\nList Raindrop catalog resources.\n"
2248
+ "<%= config.bin %> <%= command.id %>\nCurrently on version: 01jac6p20m4gahn1kaa2mhm2js\n\n<%= config.bin %> <%= command.id %> 01jux6z20m4gbhn5kaa4mcm2jr\nSwitched to version: 01jux6z20m4gbhn5kaa4mcm2jr\n"
2221
2249
  ],
2222
2250
  "flags": {
2223
2251
  "config": {
@@ -2285,53 +2313,125 @@
2285
2313
  "multiple": false,
2286
2314
  "type": "option"
2287
2315
  },
2288
- "all": {
2289
- "char": "a",
2290
- "description": "show deleted resources",
2291
- "name": "all",
2292
- "allowNo": false,
2293
- "type": "boolean"
2294
- },
2295
2316
  "output": {
2296
2317
  "char": "o",
2297
2318
  "description": "output format",
2298
2319
  "name": "output",
2299
- "default": "table",
2320
+ "required": false,
2321
+ "default": "text",
2300
2322
  "hasDynamicHelp": false,
2301
2323
  "multiple": false,
2302
- "options": [
2303
- "text",
2304
- "table",
2305
- "json",
2306
- "log"
2307
- ],
2324
+ "type": "option"
2325
+ }
2326
+ },
2327
+ "hasDynamicHelp": false,
2328
+ "hiddenAliases": [],
2329
+ "id": "build:checkout",
2330
+ "pluginAlias": "@liquidmetal-ai/raindrop",
2331
+ "pluginName": "@liquidmetal-ai/raindrop",
2332
+ "pluginType": "core",
2333
+ "strict": true,
2334
+ "enableJsonFlag": false,
2335
+ "HIDDEN_FLAGS": {
2336
+ "config": {
2337
+ "char": "c",
2338
+ "description": "config file",
2339
+ "required": false,
2340
+ "hidden": true,
2341
+ "default": ".raindrop/config.json",
2342
+ "input": [],
2343
+ "multiple": false,
2308
2344
  "type": "option"
2309
2345
  },
2310
- "impersonate": {
2311
- "char": "i",
2312
- "description": "impersonate organization",
2346
+ "rainbowAuthService": {
2347
+ "default": "https://raindrop.liquidmetal.run/",
2313
2348
  "hidden": true,
2314
- "name": "impersonate",
2315
- "required": false,
2316
- "hasDynamicHelp": false,
2349
+ "env": "LIQUIDMETAL_RAINBOW_AUTH_SERVICE",
2350
+ "input": [],
2317
2351
  "multiple": false,
2318
2352
  "type": "option"
2319
2353
  },
2320
- "manifest": {
2321
- "char": "M",
2322
- "description": "project manifest",
2354
+ "raindropCatalogService": {
2355
+ "env": "RAINDROP_CATALOG_SERVICE",
2356
+ "description": "URL of the catalog service",
2323
2357
  "hidden": true,
2324
- "name": "manifest",
2325
- "required": false,
2326
- "default": "raindrop.manifest",
2327
- "hasDynamicHelp": false,
2358
+ "input": [],
2359
+ "multiple": false,
2360
+ "type": "option"
2361
+ },
2362
+ "rainbowAuthToken": {
2363
+ "env": "RAINBOW_AUTH_TOKEN",
2364
+ "description": "Override the Rainbow auth token derived from the CLI config",
2365
+ "hidden": true,
2366
+ "input": [],
2367
+ "multiple": false,
2368
+ "type": "option"
2369
+ },
2370
+ "rainbowOrganizationId": {
2371
+ "env": "RAINBOW_ORGANIZATION_ID",
2372
+ "description": "Override the Rainbow organization ID derived from the CLI config",
2373
+ "hidden": true,
2374
+ "input": [],
2375
+ "multiple": false,
2376
+ "type": "option"
2377
+ },
2378
+ "rainbowUserId": {
2379
+ "env": "RAINBOW_USER_ID",
2380
+ "description": "Override the Rainbow user ID derived from the CLI config",
2381
+ "hidden": true,
2382
+ "input": [],
2383
+ "multiple": false,
2384
+ "type": "option"
2385
+ },
2386
+ "sendVersionMetadata": {
2387
+ "description": "Send version metadata to the server",
2388
+ "default": "true",
2389
+ "hidden": true,
2390
+ "input": [],
2328
2391
  "multiple": false,
2329
2392
  "type": "option"
2330
2393
  }
2331
2394
  },
2395
+ "baseArgs": {},
2396
+ "isESM": true,
2397
+ "relativePath": [
2398
+ "dist",
2399
+ "commands",
2400
+ "build",
2401
+ "checkout.js"
2402
+ ]
2403
+ },
2404
+ "build:clone": {
2405
+ "aliases": [],
2406
+ "args": {
2407
+ "id": {
2408
+ "description": "liquidmetal project ID to clone (e.g., liquidmetal/smartbucket)",
2409
+ "name": "id",
2410
+ "required": true
2411
+ },
2412
+ "path": {
2413
+ "default": ".",
2414
+ "description": "Path to initialize the project in",
2415
+ "name": "path",
2416
+ "required": false
2417
+ }
2418
+ },
2419
+ "description": "clone a LiquidMetal.AI project",
2420
+ "examples": [
2421
+ "<%= config.bin %> <%= command.id %> .\nClone a project in the current directory.\n",
2422
+ "<%= config.bin %> <%= command.id %> <%= config.path %>\nClone a project in the specified directory.\n"
2423
+ ],
2424
+ "flags": {
2425
+ "overwrite": {
2426
+ "description": "Overwrite existing files",
2427
+ "name": "overwrite",
2428
+ "allowNo": false,
2429
+ "type": "boolean"
2430
+ }
2431
+ },
2332
2432
  "hasDynamicHelp": false,
2333
2433
  "hiddenAliases": [],
2334
- "id": "build:list",
2434
+ "id": "build:clone",
2335
2435
  "pluginAlias": "@liquidmetal-ai/raindrop",
2336
2436
  "pluginName": "@liquidmetal-ai/raindrop",
2337
2437
  "pluginType": "core",
@@ -2403,15 +2503,21 @@
2403
2503
  "dist",
2404
2504
  "commands",
2405
2505
  "build",
2406
- "list.js"
2506
+ "clone.js"
2407
2507
  ]
2408
2508
  },
2409
- "build:sandbox": {
2509
+ "build:delete": {
2410
2510
  "aliases": [],
2411
- "args": {},
2412
- "description": "mark a version as sandboxed in the Raindrop catalog",
2511
+ "args": {
2512
+ "application": {
2513
+ "description": "application name",
2514
+ "name": "application",
2515
+ "required": false
2516
+ }
2517
+ },
2518
+ "description": "delete Raindrop applications",
2413
2519
  "examples": [
2414
- "<%= config.bin %> <%= command.id %>\n"
2520
+ "<%= config.bin %> <%= command.id %> .\nDeleted (application) at version (version)\n"
2415
2521
  ],
2416
2522
  "flags": {
2417
2523
  "config": {
@@ -2479,37 +2585,77 @@
2479
2585
  "multiple": false,
2480
2586
  "type": "option"
2481
2587
  },
2482
- "impersonate": {
2483
- "char": "i",
2484
- "description": "impersonate organization",
2485
- "hidden": true,
2486
- "name": "impersonate",
2588
+ "root": {
2589
+ "char": "r",
2590
+ "description": "root directory",
2591
+ "name": "root",
2487
2592
  "required": false,
2593
+ "default": "/Users/dstaley/Work/liquidmetal/packages/raindrop",
2488
2594
  "hasDynamicHelp": false,
2489
2595
  "multiple": false,
2490
2596
  "type": "option"
2491
2597
  },
2492
2598
  "manifest": {
2599
+ "char": "M",
2493
2600
  "description": "project manifest",
2494
2601
  "name": "manifest",
2602
+ "required": false,
2495
2603
  "default": "raindrop.manifest",
2496
2604
  "hasDynamicHelp": false,
2497
2605
  "multiple": false,
2498
2606
  "type": "option"
2499
2607
  },
2500
- "version": {
2501
- "char": "v",
2502
- "description": "application version to sandbox",
2608
+ "output": {
2609
+ "char": "o",
2610
+ "description": "output format",
2611
+ "name": "output",
2612
+ "default": "table",
2613
+ "hasDynamicHelp": false,
2614
+ "multiple": false,
2615
+ "options": [
2616
+ "text",
2617
+ "table",
2618
+ "json"
2619
+ ],
2620
+ "type": "option"
2621
+ },
2622
+ "version": {
2623
+ "char": "v",
2624
+ "description": "application version to delete",
2625
+ "exclusive": [
2626
+ "all"
2627
+ ],
2503
2628
  "name": "version",
2504
2629
  "required": false,
2505
2630
  "hasDynamicHelp": false,
2506
2631
  "multiple": false,
2507
2632
  "type": "option"
2633
+ },
2634
+ "all": {
2635
+ "char": "a",
2636
+ "description": "delete all application versions",
2637
+ "exclusive": [
2638
+ "version"
2639
+ ],
2640
+ "name": "all",
2641
+ "required": false,
2642
+ "allowNo": false,
2643
+ "type": "boolean"
2644
+ },
2645
+ "impersonate": {
2646
+ "char": "i",
2647
+ "description": "impersonate organization",
2648
+ "hidden": true,
2649
+ "name": "impersonate",
2650
+ "required": false,
2651
+ "hasDynamicHelp": false,
2652
+ "multiple": false,
2653
+ "type": "option"
2508
2654
  }
2509
2655
  },
2510
2656
  "hasDynamicHelp": false,
2511
2657
  "hiddenAliases": [],
2512
- "id": "build:sandbox",
2658
+ "id": "build:delete",
2513
2659
  "pluginAlias": "@liquidmetal-ai/raindrop",
2514
2660
  "pluginName": "@liquidmetal-ai/raindrop",
2515
2661
  "pluginType": "core",
@@ -2581,15 +2727,15 @@
2581
2727
  "dist",
2582
2728
  "commands",
2583
2729
  "build",
2584
- "sandbox.js"
2730
+ "delete.js"
2585
2731
  ]
2586
2732
  },
2587
- "build:start": {
2733
+ "build:deploy": {
2588
2734
  "aliases": [],
2589
2735
  "args": {},
2590
- "description": "start a Raindrop application",
2736
+ "description": "deploy a Raindrop application",
2591
2737
  "examples": [
2592
- "<%= config.bin %> <%= command.id %> .\nStart a Raindrop application.\n"
2738
+ "<%= config.bin %> <%= command.id %> .\nDeploy a Raindrop application version.\n"
2593
2739
  ],
2594
2740
  "flags": {
2595
2741
  "config": {
@@ -2662,7 +2808,7 @@
2662
2808
  "description": "root directory",
2663
2809
  "name": "root",
2664
2810
  "required": false,
2665
- "default": "/Users/ian/liquidmetal/packages/raindrop",
2811
+ "default": "/Users/dstaley/Work/liquidmetal/packages/raindrop",
2666
2812
  "hasDynamicHelp": false,
2667
2813
  "multiple": false,
2668
2814
  "type": "option"
@@ -2677,19 +2823,23 @@
2677
2823
  "multiple": false,
2678
2824
  "type": "option"
2679
2825
  },
2680
- "application": {
2681
- "char": "a",
2682
- "description": "application to start",
2683
- "name": "application",
2826
+ "output": {
2827
+ "char": "o",
2828
+ "description": "output directory",
2829
+ "name": "output",
2684
2830
  "required": false,
2831
+ "default": "dist",
2685
2832
  "hasDynamicHelp": false,
2686
2833
  "multiple": false,
2687
2834
  "type": "option"
2688
2835
  },
2689
- "version": {
2836
+ "versionId": {
2837
+ "aliases": [
2838
+ "version"
2839
+ ],
2690
2840
  "char": "v",
2691
- "description": "application version to start",
2692
- "name": "version",
2841
+ "description": "version ID",
2842
+ "name": "versionId",
2693
2843
  "required": false,
2694
2844
  "hasDynamicHelp": false,
2695
2845
  "multiple": false,
@@ -2704,11 +2854,42 @@
2704
2854
  "hasDynamicHelp": false,
2705
2855
  "multiple": false,
2706
2856
  "type": "option"
2857
+ },
2858
+ "start": {
2859
+ "char": "s",
2860
+ "description": "start the application after deploying",
2861
+ "name": "start",
2862
+ "required": false,
2863
+ "allowNo": false,
2864
+ "type": "boolean"
2865
+ },
2866
+ "resume": {
2867
+ "description": "resume a deployment",
2868
+ "name": "resume",
2869
+ "required": false,
2870
+ "allowNo": false,
2871
+ "type": "boolean"
2872
+ },
2873
+ "lock": {
2874
+ "description": "override lock ID to resume deployment",
2875
+ "name": "lock",
2876
+ "required": false,
2877
+ "hasDynamicHelp": false,
2878
+ "multiple": false,
2879
+ "type": "option"
2880
+ },
2881
+ "amend": {
2882
+ "char": "a",
2883
+ "description": "amend an existing application",
2884
+ "name": "amend",
2885
+ "required": false,
2886
+ "allowNo": false,
2887
+ "type": "boolean"
2707
2888
  }
2708
2889
  },
2709
2890
  "hasDynamicHelp": false,
2710
2891
  "hiddenAliases": [],
2711
- "id": "build:start",
2892
+ "id": "build:deploy",
2712
2893
  "pluginAlias": "@liquidmetal-ai/raindrop",
2713
2894
  "pluginName": "@liquidmetal-ai/raindrop",
2714
2895
  "pluginType": "core",
@@ -2780,13 +2961,13 @@
2780
2961
  "dist",
2781
2962
  "commands",
2782
2963
  "build",
2783
- "start.js"
2964
+ "deploy.js"
2784
2965
  ]
2785
2966
  },
2786
- "build:status": {
2967
+ "build:find": {
2787
2968
  "aliases": [],
2788
2969
  "args": {},
2789
- "description": "show the status of an application in Raindrop",
2970
+ "description": "find resources in Raindrop",
2790
2971
  "examples": [
2791
2972
  "<%= config.bin %> <%= command.id %> .\n"
2792
2973
  ],
@@ -2861,7 +3042,7 @@
2861
3042
  "description": "root directory",
2862
3043
  "name": "root",
2863
3044
  "required": false,
2864
- "default": "/Users/ian/liquidmetal/packages/raindrop",
3045
+ "default": "/Users/dstaley/Work/liquidmetal/packages/raindrop",
2865
3046
  "hasDynamicHelp": false,
2866
3047
  "multiple": false,
2867
3048
  "type": "option"
@@ -2894,6 +3075,14 @@
2894
3075
  "multiple": false,
2895
3076
  "type": "option"
2896
3077
  },
3078
+ "moduleType": {
3079
+ "description": "filter by module type (e.g. smartbucket)",
3080
+ "name": "moduleType",
3081
+ "required": false,
3082
+ "hasDynamicHelp": false,
3083
+ "multiple": false,
3084
+ "type": "option"
3085
+ },
2897
3086
  "output": {
2898
3087
  "char": "o",
2899
3088
  "description": "output format",
@@ -2902,7 +3091,7 @@
2902
3091
  "hasDynamicHelp": false,
2903
3092
  "multiple": false,
2904
3093
  "options": [
2905
- "watch",
3094
+ "text",
2906
3095
  "table",
2907
3096
  "json"
2908
3097
  ],
@@ -2926,11 +3115,17 @@
2926
3115
  "hasDynamicHelp": false,
2927
3116
  "multiple": false,
2928
3117
  "type": "option"
3118
+ },
3119
+ "all": {
3120
+ "description": "query modules for all applications",
3121
+ "name": "all",
3122
+ "allowNo": false,
3123
+ "type": "boolean"
2929
3124
  }
2930
3125
  },
2931
3126
  "hasDynamicHelp": false,
2932
3127
  "hiddenAliases": [],
2933
- "id": "build:status",
3128
+ "id": "build:find",
2934
3129
  "pluginAlias": "@liquidmetal-ai/raindrop",
2935
3130
  "pluginName": "@liquidmetal-ai/raindrop",
2936
3131
  "pluginType": "core",
@@ -3002,88 +3197,23 @@
3002
3197
  "dist",
3003
3198
  "commands",
3004
3199
  "build",
3005
- "status.js"
3200
+ "find.js"
3006
3201
  ]
3007
3202
  },
3008
- "build:stop": {
3203
+ "build:generate": {
3009
3204
  "aliases": [],
3010
3205
  "args": {},
3011
- "description": "stop a Raindrop application",
3206
+ "description": "(re)generate all code for a LiquidMetal.AI project",
3012
3207
  "examples": [
3013
- "<%= config.bin %> <%= command.id %> .\nStop a Raindrop application.\n"
3208
+ "<%= config.bin %> <%= command.id %>"
3014
3209
  ],
3015
3210
  "flags": {
3016
- "config": {
3017
- "char": "c",
3018
- "description": "config file",
3019
- "hidden": true,
3020
- "name": "config",
3021
- "required": false,
3022
- "default": ".raindrop/config.json",
3023
- "hasDynamicHelp": false,
3024
- "multiple": false,
3025
- "type": "option"
3026
- },
3027
- "rainbowAuthService": {
3028
- "env": "LIQUIDMETAL_RAINBOW_AUTH_SERVICE",
3029
- "hidden": true,
3030
- "name": "rainbowAuthService",
3031
- "default": "https://raindrop.liquidmetal.run/",
3032
- "hasDynamicHelp": false,
3033
- "multiple": false,
3034
- "type": "option"
3035
- },
3036
- "raindropCatalogService": {
3037
- "description": "URL of the catalog service",
3038
- "env": "RAINDROP_CATALOG_SERVICE",
3039
- "hidden": true,
3040
- "name": "raindropCatalogService",
3041
- "hasDynamicHelp": false,
3042
- "multiple": false,
3043
- "type": "option"
3044
- },
3045
- "rainbowAuthToken": {
3046
- "description": "Override the Rainbow auth token derived from the CLI config",
3047
- "env": "RAINBOW_AUTH_TOKEN",
3048
- "hidden": true,
3049
- "name": "rainbowAuthToken",
3050
- "hasDynamicHelp": false,
3051
- "multiple": false,
3052
- "type": "option"
3053
- },
3054
- "rainbowOrganizationId": {
3055
- "description": "Override the Rainbow organization ID derived from the CLI config",
3056
- "env": "RAINBOW_ORGANIZATION_ID",
3057
- "hidden": true,
3058
- "name": "rainbowOrganizationId",
3059
- "hasDynamicHelp": false,
3060
- "multiple": false,
3061
- "type": "option"
3062
- },
3063
- "rainbowUserId": {
3064
- "description": "Override the Rainbow user ID derived from the CLI config",
3065
- "env": "RAINBOW_USER_ID",
3066
- "hidden": true,
3067
- "name": "rainbowUserId",
3068
- "hasDynamicHelp": false,
3069
- "multiple": false,
3070
- "type": "option"
3071
- },
3072
- "sendVersionMetadata": {
3073
- "description": "Send version metadata to the server",
3074
- "hidden": true,
3075
- "name": "sendVersionMetadata",
3076
- "default": "true",
3077
- "hasDynamicHelp": false,
3078
- "multiple": false,
3079
- "type": "option"
3080
- },
3081
3211
  "root": {
3082
3212
  "char": "r",
3083
3213
  "description": "root directory",
3084
3214
  "name": "root",
3085
3215
  "required": false,
3086
- "default": "/Users/ian/liquidmetal/packages/raindrop",
3216
+ "default": "/Users/dstaley/Work/liquidmetal/packages/raindrop",
3087
3217
  "hasDynamicHelp": false,
3088
3218
  "multiple": false,
3089
3219
  "type": "option"
@@ -3098,30 +3228,22 @@
3098
3228
  "multiple": false,
3099
3229
  "type": "option"
3100
3230
  },
3101
- "application": {
3102
- "char": "a",
3103
- "description": "application to stop",
3104
- "name": "application",
3105
- "required": false,
3106
- "hasDynamicHelp": false,
3107
- "multiple": false,
3108
- "type": "option"
3109
- },
3110
- "version": {
3111
- "char": "v",
3112
- "description": "application version to start",
3113
- "name": "version",
3231
+ "config": {
3232
+ "char": "c",
3233
+ "description": "config file",
3234
+ "hidden": true,
3235
+ "name": "config",
3114
3236
  "required": false,
3237
+ "default": ".raindrop/config.json",
3115
3238
  "hasDynamicHelp": false,
3116
3239
  "multiple": false,
3117
3240
  "type": "option"
3118
3241
  },
3119
- "impersonate": {
3120
- "char": "i",
3121
- "description": "impersonate organization",
3122
- "hidden": true,
3123
- "name": "impersonate",
3124
- "required": false,
3242
+ "output": {
3243
+ "char": "o",
3244
+ "description": "output directory",
3245
+ "name": "output",
3246
+ "default": "dist",
3125
3247
  "hasDynamicHelp": false,
3126
3248
  "multiple": false,
3127
3249
  "type": "option"
@@ -3129,7 +3251,7 @@
3129
3251
  },
3130
3252
  "hasDynamicHelp": false,
3131
3253
  "hiddenAliases": [],
3132
- "id": "build:stop",
3254
+ "id": "build:generate",
3133
3255
  "pluginAlias": "@liquidmetal-ai/raindrop",
3134
3256
  "pluginName": "@liquidmetal-ai/raindrop",
3135
3257
  "pluginType": "core",
@@ -3201,113 +3323,34 @@
3201
3323
  "dist",
3202
3324
  "commands",
3203
3325
  "build",
3204
- "stop.js"
3326
+ "generate.js"
3205
3327
  ]
3206
3328
  },
3207
- "build:unsandbox": {
3329
+ "build:init": {
3208
3330
  "aliases": [],
3209
- "args": {},
3210
- "description": "mark a version as unsandboxed in the Raindrop catalog",
3331
+ "args": {
3332
+ "path": {
3333
+ "default": ".",
3334
+ "description": "Path to initialize the project in",
3335
+ "name": "path",
3336
+ "required": false
3337
+ }
3338
+ },
3339
+ "description": "start a new LiquidMetal.AI project",
3211
3340
  "examples": [
3212
- "<%= config.bin %> <%= command.id %>\n"
3341
+ "<%= config.bin %> <%= command.id %> .\nInitialize a project in the current directory.\n"
3213
3342
  ],
3214
3343
  "flags": {
3215
- "config": {
3216
- "char": "c",
3217
- "description": "config file",
3218
- "hidden": true,
3219
- "name": "config",
3220
- "required": false,
3221
- "default": ".raindrop/config.json",
3222
- "hasDynamicHelp": false,
3223
- "multiple": false,
3224
- "type": "option"
3225
- },
3226
- "rainbowAuthService": {
3227
- "env": "LIQUIDMETAL_RAINBOW_AUTH_SERVICE",
3228
- "hidden": true,
3229
- "name": "rainbowAuthService",
3230
- "default": "https://raindrop.liquidmetal.run/",
3231
- "hasDynamicHelp": false,
3232
- "multiple": false,
3233
- "type": "option"
3234
- },
3235
- "raindropCatalogService": {
3236
- "description": "URL of the catalog service",
3237
- "env": "RAINDROP_CATALOG_SERVICE",
3238
- "hidden": true,
3239
- "name": "raindropCatalogService",
3240
- "hasDynamicHelp": false,
3241
- "multiple": false,
3242
- "type": "option"
3243
- },
3244
- "rainbowAuthToken": {
3245
- "description": "Override the Rainbow auth token derived from the CLI config",
3246
- "env": "RAINBOW_AUTH_TOKEN",
3247
- "hidden": true,
3248
- "name": "rainbowAuthToken",
3249
- "hasDynamicHelp": false,
3250
- "multiple": false,
3251
- "type": "option"
3252
- },
3253
- "rainbowOrganizationId": {
3254
- "description": "Override the Rainbow organization ID derived from the CLI config",
3255
- "env": "RAINBOW_ORGANIZATION_ID",
3256
- "hidden": true,
3257
- "name": "rainbowOrganizationId",
3258
- "hasDynamicHelp": false,
3259
- "multiple": false,
3260
- "type": "option"
3261
- },
3262
- "rainbowUserId": {
3263
- "description": "Override the Rainbow user ID derived from the CLI config",
3264
- "env": "RAINBOW_USER_ID",
3265
- "hidden": true,
3266
- "name": "rainbowUserId",
3267
- "hasDynamicHelp": false,
3268
- "multiple": false,
3269
- "type": "option"
3270
- },
3271
- "sendVersionMetadata": {
3272
- "description": "Send version metadata to the server",
3273
- "hidden": true,
3274
- "name": "sendVersionMetadata",
3275
- "default": "true",
3276
- "hasDynamicHelp": false,
3277
- "multiple": false,
3278
- "type": "option"
3279
- },
3280
- "impersonate": {
3281
- "char": "i",
3282
- "description": "impersonate organization",
3283
- "hidden": true,
3284
- "name": "impersonate",
3285
- "required": false,
3286
- "hasDynamicHelp": false,
3287
- "multiple": false,
3288
- "type": "option"
3289
- },
3290
- "manifest": {
3291
- "description": "project manifest",
3292
- "name": "manifest",
3293
- "default": "raindrop.manifest",
3294
- "hasDynamicHelp": false,
3295
- "multiple": false,
3296
- "type": "option"
3297
- },
3298
- "version": {
3299
- "char": "v",
3300
- "description": "application version to unsandbox",
3301
- "name": "version",
3302
- "required": false,
3303
- "hasDynamicHelp": false,
3304
- "multiple": false,
3305
- "type": "option"
3344
+ "overwrite": {
3345
+ "description": "Overwrite existing files",
3346
+ "name": "overwrite",
3347
+ "allowNo": false,
3348
+ "type": "boolean"
3306
3349
  }
3307
3350
  },
3308
3351
  "hasDynamicHelp": false,
3309
3352
  "hiddenAliases": [],
3310
- "id": "build:unsandbox",
3353
+ "id": "build:init",
3311
3354
  "pluginAlias": "@liquidmetal-ai/raindrop",
3312
3355
  "pluginName": "@liquidmetal-ai/raindrop",
3313
3356
  "pluginType": "core",
@@ -3379,15 +3422,15 @@
3379
3422
  "dist",
3380
3423
  "commands",
3381
3424
  "build",
3382
- "unsandbox.js"
3425
+ "init.js"
3383
3426
  ]
3384
3427
  },
3385
- "build:upload": {
3428
+ "build:list": {
3386
3429
  "aliases": [],
3387
3430
  "args": {},
3388
- "description": "build and validate a LiquidMetal.AI project",
3431
+ "description": "list Raindrop catalog resources",
3389
3432
  "examples": [
3390
- "<%= config.bin %> <%= command.id %>"
3433
+ "<%= config.bin %> <%= command.id %> .\nList Raindrop catalog resources.\n"
3391
3434
  ],
3392
3435
  "flags": {
3393
3436
  "config": {
@@ -3455,178 +3498,45 @@
3455
3498
  "multiple": false,
3456
3499
  "type": "option"
3457
3500
  },
3458
- "root": {
3459
- "char": "r",
3460
- "description": "root directory",
3461
- "name": "root",
3462
- "required": false,
3463
- "default": "/Users/ian/liquidmetal/packages/raindrop",
3464
- "hasDynamicHelp": false,
3465
- "multiple": false,
3466
- "type": "option"
3467
- },
3468
- "manifest": {
3469
- "char": "M",
3470
- "description": "project manifest",
3471
- "name": "manifest",
3472
- "required": false,
3473
- "default": "raindrop.manifest",
3474
- "hasDynamicHelp": false,
3475
- "multiple": false,
3476
- "type": "option"
3477
- },
3478
- "output": {
3479
- "char": "o",
3480
- "description": "output directory",
3481
- "name": "output",
3482
- "required": false,
3483
- "default": "dist",
3484
- "hasDynamicHelp": false,
3485
- "multiple": false,
3486
- "type": "option"
3487
- },
3488
- "versionId": {
3489
- "char": "v",
3490
- "description": "version ID",
3491
- "name": "versionId",
3492
- "required": true,
3493
- "hasDynamicHelp": false,
3494
- "multiple": false,
3495
- "type": "option"
3496
- },
3497
- "impersonate": {
3498
- "char": "i",
3499
- "description": "impersonate organization",
3500
- "hidden": true,
3501
- "name": "impersonate",
3502
- "required": false,
3503
- "hasDynamicHelp": false,
3504
- "multiple": false,
3505
- "type": "option"
3506
- }
3507
- },
3508
- "hasDynamicHelp": false,
3509
- "hiddenAliases": [],
3510
- "id": "build:upload",
3511
- "pluginAlias": "@liquidmetal-ai/raindrop",
3512
- "pluginName": "@liquidmetal-ai/raindrop",
3513
- "pluginType": "core",
3514
- "strict": true,
3515
- "enableJsonFlag": false,
3516
- "HIDDEN_FLAGS": {
3517
- "config": {
3518
- "char": "c",
3519
- "description": "config file",
3520
- "required": false,
3521
- "hidden": true,
3522
- "default": ".raindrop/config.json",
3523
- "input": [],
3524
- "multiple": false,
3525
- "type": "option"
3526
- },
3527
- "rainbowAuthService": {
3528
- "default": "https://raindrop.liquidmetal.run/",
3529
- "hidden": true,
3530
- "env": "LIQUIDMETAL_RAINBOW_AUTH_SERVICE",
3531
- "input": [],
3532
- "multiple": false,
3533
- "type": "option"
3534
- },
3535
- "raindropCatalogService": {
3536
- "env": "RAINDROP_CATALOG_SERVICE",
3537
- "description": "URL of the catalog service",
3538
- "hidden": true,
3539
- "input": [],
3540
- "multiple": false,
3541
- "type": "option"
3542
- },
3543
- "rainbowAuthToken": {
3544
- "env": "RAINBOW_AUTH_TOKEN",
3545
- "description": "Override the Rainbow auth token derived from the CLI config",
3546
- "hidden": true,
3547
- "input": [],
3548
- "multiple": false,
3549
- "type": "option"
3550
- },
3551
- "rainbowOrganizationId": {
3552
- "env": "RAINBOW_ORGANIZATION_ID",
3553
- "description": "Override the Rainbow organization ID derived from the CLI config",
3554
- "hidden": true,
3555
- "input": [],
3556
- "multiple": false,
3557
- "type": "option"
3558
- },
3559
- "rainbowUserId": {
3560
- "env": "RAINBOW_USER_ID",
3561
- "description": "Override the Rainbow user ID derived from the CLI config",
3562
- "hidden": true,
3563
- "input": [],
3564
- "multiple": false,
3565
- "type": "option"
3566
- },
3567
- "sendVersionMetadata": {
3568
- "description": "Send version metadata to the server",
3569
- "default": "true",
3570
- "hidden": true,
3571
- "input": [],
3572
- "multiple": false,
3573
- "type": "option"
3574
- }
3575
- },
3576
- "baseArgs": {},
3577
- "isESM": true,
3578
- "relativePath": [
3579
- "dist",
3580
- "commands",
3581
- "build",
3582
- "upload.js"
3583
- ]
3584
- },
3585
- "build:validate": {
3586
- "aliases": [],
3587
- "args": {},
3588
- "description": "build and validate a LiquidMetal.AI project",
3589
- "examples": [
3590
- "<%= config.bin %> <%= command.id %>"
3591
- ],
3592
- "flags": {
3593
- "root": {
3594
- "char": "r",
3595
- "description": "root directory",
3596
- "name": "root",
3597
- "required": false,
3598
- "default": "/Users/ian/liquidmetal/packages/raindrop",
3599
- "hasDynamicHelp": false,
3600
- "multiple": false,
3601
- "type": "option"
3501
+ "all": {
3502
+ "char": "a",
3503
+ "description": "show deleted resources",
3504
+ "name": "all",
3505
+ "allowNo": false,
3506
+ "type": "boolean"
3602
3507
  },
3603
- "manifest": {
3604
- "char": "M",
3605
- "description": "project manifest",
3606
- "name": "manifest",
3607
- "required": false,
3608
- "default": "raindrop.manifest",
3508
+ "output": {
3509
+ "char": "o",
3510
+ "description": "output format",
3511
+ "name": "output",
3512
+ "default": "table",
3609
3513
  "hasDynamicHelp": false,
3610
3514
  "multiple": false,
3515
+ "options": [
3516
+ "text",
3517
+ "table",
3518
+ "json",
3519
+ "log"
3520
+ ],
3611
3521
  "type": "option"
3612
3522
  },
3613
- "config": {
3614
- "char": "c",
3615
- "description": "config file",
3523
+ "impersonate": {
3524
+ "char": "i",
3525
+ "description": "impersonate organization",
3616
3526
  "hidden": true,
3617
- "name": "config",
3527
+ "name": "impersonate",
3618
3528
  "required": false,
3619
- "default": ".raindrop/config.json",
3620
3529
  "hasDynamicHelp": false,
3621
3530
  "multiple": false,
3622
3531
  "type": "option"
3623
3532
  },
3624
- "output": {
3625
- "char": "o",
3626
- "description": "output directory",
3627
- "name": "output",
3533
+ "manifest": {
3534
+ "char": "M",
3535
+ "description": "project manifest",
3536
+ "hidden": true,
3537
+ "name": "manifest",
3628
3538
  "required": false,
3629
- "default": "dist",
3539
+ "default": "raindrop.manifest",
3630
3540
  "hasDynamicHelp": false,
3631
3541
  "multiple": false,
3632
3542
  "type": "option"
@@ -3634,7 +3544,7 @@
3634
3544
  },
3635
3545
  "hasDynamicHelp": false,
3636
3546
  "hiddenAliases": [],
3637
- "id": "build:validate",
3547
+ "id": "build:list",
3638
3548
  "pluginAlias": "@liquidmetal-ai/raindrop",
3639
3549
  "pluginName": "@liquidmetal-ai/raindrop",
3640
3550
  "pluginType": "core",
@@ -3706,116 +3616,105 @@
3706
3616
  "dist",
3707
3617
  "commands",
3708
3618
  "build",
3709
- "validate.js"
3619
+ "list.js"
3710
3620
  ]
3711
3621
  },
3712
- "auth:list": {
3622
+ "build:sandbox": {
3713
3623
  "aliases": [],
3714
3624
  "args": {},
3715
- "description": "List authentications",
3625
+ "description": "mark a version as sandboxed in the Raindrop catalog",
3626
+ "examples": [
3627
+ "<%= config.bin %> <%= command.id %>\n"
3628
+ ],
3716
3629
  "flags": {
3717
- "output": {
3718
- "char": "o",
3719
- "description": "output format",
3720
- "name": "output",
3721
- "default": "table",
3722
- "hasDynamicHelp": false,
3723
- "multiple": false,
3724
- "options": [
3725
- "text",
3726
- "table",
3727
- "json"
3728
- ],
3729
- "type": "option"
3730
- }
3731
- },
3732
- "hasDynamicHelp": false,
3733
- "hiddenAliases": [],
3734
- "id": "auth:list",
3735
- "pluginAlias": "@liquidmetal-ai/raindrop",
3736
- "pluginName": "@liquidmetal-ai/raindrop",
3737
- "pluginType": "core",
3738
- "strict": true,
3739
- "enableJsonFlag": false,
3740
- "HIDDEN_FLAGS": {
3741
3630
  "config": {
3742
3631
  "char": "c",
3743
3632
  "description": "config file",
3744
- "required": false,
3745
3633
  "hidden": true,
3634
+ "name": "config",
3635
+ "required": false,
3746
3636
  "default": ".raindrop/config.json",
3747
- "input": [],
3637
+ "hasDynamicHelp": false,
3748
3638
  "multiple": false,
3749
3639
  "type": "option"
3750
3640
  },
3751
3641
  "rainbowAuthService": {
3752
- "default": "https://raindrop.liquidmetal.run/",
3753
- "hidden": true,
3754
3642
  "env": "LIQUIDMETAL_RAINBOW_AUTH_SERVICE",
3755
- "input": [],
3643
+ "hidden": true,
3644
+ "name": "rainbowAuthService",
3645
+ "default": "https://raindrop.liquidmetal.run/",
3646
+ "hasDynamicHelp": false,
3756
3647
  "multiple": false,
3757
3648
  "type": "option"
3758
3649
  },
3759
3650
  "raindropCatalogService": {
3760
- "env": "RAINDROP_CATALOG_SERVICE",
3761
3651
  "description": "URL of the catalog service",
3652
+ "env": "RAINDROP_CATALOG_SERVICE",
3762
3653
  "hidden": true,
3763
- "input": [],
3654
+ "name": "raindropCatalogService",
3655
+ "hasDynamicHelp": false,
3764
3656
  "multiple": false,
3765
3657
  "type": "option"
3766
3658
  },
3767
3659
  "rainbowAuthToken": {
3768
- "env": "RAINBOW_AUTH_TOKEN",
3769
3660
  "description": "Override the Rainbow auth token derived from the CLI config",
3661
+ "env": "RAINBOW_AUTH_TOKEN",
3770
3662
  "hidden": true,
3771
- "input": [],
3663
+ "name": "rainbowAuthToken",
3664
+ "hasDynamicHelp": false,
3772
3665
  "multiple": false,
3773
3666
  "type": "option"
3774
3667
  },
3775
3668
  "rainbowOrganizationId": {
3776
- "env": "RAINBOW_ORGANIZATION_ID",
3777
3669
  "description": "Override the Rainbow organization ID derived from the CLI config",
3670
+ "env": "RAINBOW_ORGANIZATION_ID",
3778
3671
  "hidden": true,
3779
- "input": [],
3672
+ "name": "rainbowOrganizationId",
3673
+ "hasDynamicHelp": false,
3780
3674
  "multiple": false,
3781
3675
  "type": "option"
3782
3676
  },
3783
3677
  "rainbowUserId": {
3784
- "env": "RAINBOW_USER_ID",
3785
3678
  "description": "Override the Rainbow user ID derived from the CLI config",
3679
+ "env": "RAINBOW_USER_ID",
3786
3680
  "hidden": true,
3787
- "input": [],
3681
+ "name": "rainbowUserId",
3682
+ "hasDynamicHelp": false,
3788
3683
  "multiple": false,
3789
3684
  "type": "option"
3790
3685
  },
3791
3686
  "sendVersionMetadata": {
3792
3687
  "description": "Send version metadata to the server",
3793
- "default": "true",
3794
3688
  "hidden": true,
3795
- "input": [],
3689
+ "name": "sendVersionMetadata",
3690
+ "default": "true",
3691
+ "hasDynamicHelp": false,
3796
3692
  "multiple": false,
3797
3693
  "type": "option"
3798
- }
3799
- },
3800
- "baseArgs": {},
3801
- "isESM": true,
3802
- "relativePath": [
3803
- "dist",
3804
- "commands",
3805
- "auth",
3806
- "list.js"
3807
- ]
3808
- },
3809
- "auth:login": {
3810
- "aliases": [],
3811
- "args": {},
3812
- "description": "Logs a user into the LiquidMetal platform. Supports browser-based authentication.",
3813
- "flags": {
3814
- "rainbowAuthService": {
3815
- "env": "LIQUIDMETAL_RAINBOW_AUTH_SERVICE",
3694
+ },
3695
+ "impersonate": {
3696
+ "char": "i",
3697
+ "description": "impersonate organization",
3816
3698
  "hidden": true,
3817
- "name": "rainbowAuthService",
3818
- "default": "https://liquidmetal.run/api/connect",
3699
+ "name": "impersonate",
3700
+ "required": false,
3701
+ "hasDynamicHelp": false,
3702
+ "multiple": false,
3703
+ "type": "option"
3704
+ },
3705
+ "manifest": {
3706
+ "description": "project manifest",
3707
+ "name": "manifest",
3708
+ "default": "raindrop.manifest",
3709
+ "hasDynamicHelp": false,
3710
+ "multiple": false,
3711
+ "type": "option"
3712
+ },
3713
+ "version": {
3714
+ "char": "v",
3715
+ "description": "application version to sandbox",
3716
+ "name": "version",
3717
+ "required": false,
3819
3718
  "hasDynamicHelp": false,
3820
3719
  "multiple": false,
3821
3720
  "type": "option"
@@ -3823,7 +3722,7 @@
3823
3722
  },
3824
3723
  "hasDynamicHelp": false,
3825
3724
  "hiddenAliases": [],
3826
- "id": "auth:login",
3725
+ "id": "build:sandbox",
3827
3726
  "pluginAlias": "@liquidmetal-ai/raindrop",
3828
3727
  "pluginName": "@liquidmetal-ai/raindrop",
3829
3728
  "pluginType": "core",
@@ -3894,100 +3793,127 @@
3894
3793
  "relativePath": [
3895
3794
  "dist",
3896
3795
  "commands",
3897
- "auth",
3898
- "login.js"
3796
+ "build",
3797
+ "sandbox.js"
3899
3798
  ]
3900
3799
  },
3901
- "auth:logout": {
3800
+ "build:start": {
3902
3801
  "aliases": [],
3903
3802
  "args": {},
3904
- "description": "Logout authentications",
3905
- "flags": {},
3906
- "hasDynamicHelp": false,
3907
- "hiddenAliases": [],
3908
- "id": "auth:logout",
3909
- "pluginAlias": "@liquidmetal-ai/raindrop",
3910
- "pluginName": "@liquidmetal-ai/raindrop",
3911
- "pluginType": "core",
3912
- "strict": true,
3913
- "enableJsonFlag": false,
3914
- "HIDDEN_FLAGS": {
3803
+ "description": "start a Raindrop application",
3804
+ "examples": [
3805
+ "<%= config.bin %> <%= command.id %> .\nStart a Raindrop application.\n"
3806
+ ],
3807
+ "flags": {
3915
3808
  "config": {
3916
3809
  "char": "c",
3917
3810
  "description": "config file",
3918
- "required": false,
3919
3811
  "hidden": true,
3812
+ "name": "config",
3813
+ "required": false,
3920
3814
  "default": ".raindrop/config.json",
3921
- "input": [],
3815
+ "hasDynamicHelp": false,
3922
3816
  "multiple": false,
3923
3817
  "type": "option"
3924
3818
  },
3925
3819
  "rainbowAuthService": {
3926
- "default": "https://raindrop.liquidmetal.run/",
3927
- "hidden": true,
3928
3820
  "env": "LIQUIDMETAL_RAINBOW_AUTH_SERVICE",
3929
- "input": [],
3821
+ "hidden": true,
3822
+ "name": "rainbowAuthService",
3823
+ "default": "https://raindrop.liquidmetal.run/",
3824
+ "hasDynamicHelp": false,
3930
3825
  "multiple": false,
3931
3826
  "type": "option"
3932
3827
  },
3933
3828
  "raindropCatalogService": {
3934
- "env": "RAINDROP_CATALOG_SERVICE",
3935
3829
  "description": "URL of the catalog service",
3830
+ "env": "RAINDROP_CATALOG_SERVICE",
3936
3831
  "hidden": true,
3937
- "input": [],
3832
+ "name": "raindropCatalogService",
3833
+ "hasDynamicHelp": false,
3938
3834
  "multiple": false,
3939
3835
  "type": "option"
3940
3836
  },
3941
3837
  "rainbowAuthToken": {
3942
- "env": "RAINBOW_AUTH_TOKEN",
3943
3838
  "description": "Override the Rainbow auth token derived from the CLI config",
3839
+ "env": "RAINBOW_AUTH_TOKEN",
3944
3840
  "hidden": true,
3945
- "input": [],
3841
+ "name": "rainbowAuthToken",
3842
+ "hasDynamicHelp": false,
3946
3843
  "multiple": false,
3947
3844
  "type": "option"
3948
3845
  },
3949
3846
  "rainbowOrganizationId": {
3950
- "env": "RAINBOW_ORGANIZATION_ID",
3951
3847
  "description": "Override the Rainbow organization ID derived from the CLI config",
3848
+ "env": "RAINBOW_ORGANIZATION_ID",
3952
3849
  "hidden": true,
3953
- "input": [],
3850
+ "name": "rainbowOrganizationId",
3851
+ "hasDynamicHelp": false,
3954
3852
  "multiple": false,
3955
3853
  "type": "option"
3956
3854
  },
3957
3855
  "rainbowUserId": {
3958
- "env": "RAINBOW_USER_ID",
3959
3856
  "description": "Override the Rainbow user ID derived from the CLI config",
3857
+ "env": "RAINBOW_USER_ID",
3960
3858
  "hidden": true,
3961
- "input": [],
3859
+ "name": "rainbowUserId",
3860
+ "hasDynamicHelp": false,
3962
3861
  "multiple": false,
3963
3862
  "type": "option"
3964
3863
  },
3965
3864
  "sendVersionMetadata": {
3966
3865
  "description": "Send version metadata to the server",
3967
- "default": "true",
3968
3866
  "hidden": true,
3969
- "input": [],
3867
+ "name": "sendVersionMetadata",
3868
+ "default": "true",
3869
+ "hasDynamicHelp": false,
3870
+ "multiple": false,
3871
+ "type": "option"
3872
+ },
3873
+ "root": {
3874
+ "char": "r",
3875
+ "description": "root directory",
3876
+ "name": "root",
3877
+ "required": false,
3878
+ "default": "/Users/dstaley/Work/liquidmetal/packages/raindrop",
3879
+ "hasDynamicHelp": false,
3880
+ "multiple": false,
3881
+ "type": "option"
3882
+ },
3883
+ "manifest": {
3884
+ "char": "M",
3885
+ "description": "project manifest",
3886
+ "name": "manifest",
3887
+ "required": false,
3888
+ "default": "raindrop.manifest",
3889
+ "hasDynamicHelp": false,
3890
+ "multiple": false,
3891
+ "type": "option"
3892
+ },
3893
+ "application": {
3894
+ "char": "a",
3895
+ "description": "application to start",
3896
+ "name": "application",
3897
+ "required": false,
3898
+ "hasDynamicHelp": false,
3899
+ "multiple": false,
3900
+ "type": "option"
3901
+ },
3902
+ "version": {
3903
+ "char": "v",
3904
+ "description": "application version to start",
3905
+ "name": "version",
3906
+ "required": false,
3907
+ "hasDynamicHelp": false,
3970
3908
  "multiple": false,
3971
3909
  "type": "option"
3972
- }
3973
- },
3974
- "baseArgs": {},
3975
- "isESM": true,
3976
- "relativePath": [
3977
- "dist",
3978
- "commands",
3979
- "auth",
3980
- "logout.js"
3981
- ]
3982
- },
3983
- "auth:select": {
3984
- "aliases": [],
3985
- "args": {},
3986
- "description": "Select active organization",
3987
- "flags": {
3988
- "organizationId": {
3989
- "description": "organizationId to select as active",
3990
- "name": "organizationId",
3910
+ },
3911
+ "impersonate": {
3912
+ "char": "i",
3913
+ "description": "impersonate organization",
3914
+ "hidden": true,
3915
+ "name": "impersonate",
3916
+ "required": false,
3991
3917
  "hasDynamicHelp": false,
3992
3918
  "multiple": false,
3993
3919
  "type": "option"
@@ -3995,7 +3921,7 @@
3995
3921
  },
3996
3922
  "hasDynamicHelp": false,
3997
3923
  "hiddenAliases": [],
3998
- "id": "auth:select",
3924
+ "id": "build:start",
3999
3925
  "pluginAlias": "@liquidmetal-ai/raindrop",
4000
3926
  "pluginName": "@liquidmetal-ai/raindrop",
4001
3927
  "pluginType": "core",
@@ -4066,22 +3992,16 @@
4066
3992
  "relativePath": [
4067
3993
  "dist",
4068
3994
  "commands",
4069
- "auth",
4070
- "select.js"
3995
+ "build",
3996
+ "start.js"
4071
3997
  ]
4072
3998
  },
4073
- "query:chunk-search": {
3999
+ "build:status": {
4074
4000
  "aliases": [],
4075
- "args": {
4076
- "query": {
4077
- "description": "search query to run",
4078
- "name": "query",
4079
- "required": true
4080
- }
4081
- },
4082
- "description": "Run a RAG (Retrieval Augmented Generation) search query against a Smart Bucket",
4001
+ "args": {},
4002
+ "description": "show the status of an application in Raindrop",
4083
4003
  "examples": [
4084
- "<%= config.bin %> query chunk-search \"What is LiquidMetal?\"\nRun a RAG search query against a Smart Bucket.\n"
4004
+ "<%= config.bin %> <%= command.id %> .\n"
4085
4005
  ],
4086
4006
  "flags": {
4087
4007
  "config": {
@@ -4149,37 +4069,67 @@
4149
4069
  "multiple": false,
4150
4070
  "type": "option"
4151
4071
  },
4152
- "buckets": {
4153
- "char": "b",
4154
- "description": "Bucket names to search in, version can be specified with #, e.g. my-bucket#versionId",
4155
- "name": "buckets",
4072
+ "root": {
4073
+ "char": "r",
4074
+ "description": "root directory",
4075
+ "name": "root",
4156
4076
  "required": false,
4077
+ "default": "/Users/dstaley/Work/liquidmetal/packages/raindrop",
4157
4078
  "hasDynamicHelp": false,
4158
- "multiple": true,
4079
+ "multiple": false,
4159
4080
  "type": "option"
4160
4081
  },
4161
- "moduleIds": {
4162
- "char": "m",
4163
- "description": "Module IDs to search in",
4164
- "name": "moduleIds",
4082
+ "manifest": {
4083
+ "char": "M",
4084
+ "description": "project manifest",
4085
+ "name": "manifest",
4165
4086
  "required": false,
4087
+ "default": "raindrop.manifest",
4166
4088
  "hasDynamicHelp": false,
4167
- "multiple": true,
4089
+ "multiple": false,
4090
+ "type": "option"
4091
+ },
4092
+ "application": {
4093
+ "char": "a",
4094
+ "description": "application",
4095
+ "name": "application",
4096
+ "required": false,
4097
+ "hasDynamicHelp": false,
4098
+ "multiple": false,
4099
+ "type": "option"
4100
+ },
4101
+ "version": {
4102
+ "char": "v",
4103
+ "description": "application version",
4104
+ "name": "version",
4105
+ "required": false,
4106
+ "hasDynamicHelp": false,
4107
+ "multiple": false,
4168
4108
  "type": "option"
4169
4109
  },
4170
4110
  "output": {
4171
4111
  "char": "o",
4172
4112
  "description": "output format",
4173
4113
  "name": "output",
4174
- "default": "text",
4114
+ "default": "table",
4175
4115
  "hasDynamicHelp": false,
4176
4116
  "multiple": false,
4177
4117
  "options": [
4178
- "text",
4118
+ "watch",
4119
+ "table",
4179
4120
  "json"
4180
4121
  ],
4181
4122
  "type": "option"
4182
4123
  },
4124
+ "sudo": {
4125
+ "char": "s",
4126
+ "description": "superuser mode",
4127
+ "hidden": true,
4128
+ "name": "sudo",
4129
+ "required": false,
4130
+ "allowNo": false,
4131
+ "type": "boolean"
4132
+ },
4183
4133
  "impersonate": {
4184
4134
  "char": "i",
4185
4135
  "description": "impersonate organization",
@@ -4189,22 +4139,11 @@
4189
4139
  "hasDynamicHelp": false,
4190
4140
  "multiple": false,
4191
4141
  "type": "option"
4192
- },
4193
- "manifest": {
4194
- "char": "M",
4195
- "description": "project manifest",
4196
- "hidden": true,
4197
- "name": "manifest",
4198
- "required": false,
4199
- "default": "raindrop.manifest",
4200
- "hasDynamicHelp": false,
4201
- "multiple": false,
4202
- "type": "option"
4203
4142
  }
4204
4143
  },
4205
4144
  "hasDynamicHelp": false,
4206
4145
  "hiddenAliases": [],
4207
- "id": "query:chunk-search",
4146
+ "id": "build:status",
4208
4147
  "pluginAlias": "@liquidmetal-ai/raindrop",
4209
4148
  "pluginName": "@liquidmetal-ai/raindrop",
4210
4149
  "pluginType": "core",
@@ -4275,23 +4214,16 @@
4275
4214
  "relativePath": [
4276
4215
  "dist",
4277
4216
  "commands",
4278
- "query",
4279
- "chunk-search.js"
4217
+ "build",
4218
+ "status.js"
4280
4219
  ]
4281
4220
  },
4282
- "query:document": {
4221
+ "build:stop": {
4283
4222
  "aliases": [],
4284
- "args": {
4285
- "query": {
4286
- "description": "question or query about the document",
4287
- "name": "query",
4288
- "required": true
4289
- }
4290
- },
4291
- "description": "Chat with a document stored in a Smart Bucket",
4223
+ "args": {},
4224
+ "description": "stop a Raindrop application",
4292
4225
  "examples": [
4293
- "<%= 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",
4294
- "<%= 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"
4226
+ "<%= config.bin %> <%= command.id %> .\nStop a Raindrop application.\n"
4295
4227
  ],
4296
4228
  "flags": {
4297
4229
  "config": {
@@ -4359,44 +4291,42 @@
4359
4291
  "multiple": false,
4360
4292
  "type": "option"
4361
4293
  },
4362
- "bucket": {
4363
- "char": "b",
4364
- "description": "Bucket name containing the document, version can be specified with #, e.g. my-bucket#versionId",
4365
- "name": "bucket",
4294
+ "root": {
4295
+ "char": "r",
4296
+ "description": "root directory",
4297
+ "name": "root",
4366
4298
  "required": false,
4299
+ "default": "/Users/dstaley/Work/liquidmetal/packages/raindrop",
4367
4300
  "hasDynamicHelp": false,
4368
4301
  "multiple": false,
4369
4302
  "type": "option"
4370
4303
  },
4371
- "moduleId": {
4372
- "char": "m",
4373
- "description": "Module ID containing the document",
4374
- "name": "moduleId",
4304
+ "manifest": {
4305
+ "char": "M",
4306
+ "description": "project manifest",
4307
+ "name": "manifest",
4375
4308
  "required": false,
4309
+ "default": "raindrop.manifest",
4376
4310
  "hasDynamicHelp": false,
4377
4311
  "multiple": false,
4378
4312
  "type": "option"
4379
4313
  },
4380
- "objectId": {
4381
- "char": "o",
4382
- "description": "Object ID of the document to chat with",
4383
- "name": "objectId",
4384
- "required": true,
4314
+ "application": {
4315
+ "char": "a",
4316
+ "description": "application to stop",
4317
+ "name": "application",
4318
+ "required": false,
4385
4319
  "hasDynamicHelp": false,
4386
4320
  "multiple": false,
4387
4321
  "type": "option"
4388
4322
  },
4389
- "output": {
4390
- "char": "O",
4391
- "description": "output format",
4392
- "name": "output",
4393
- "default": "text",
4323
+ "version": {
4324
+ "char": "v",
4325
+ "description": "application version to start",
4326
+ "name": "version",
4327
+ "required": false,
4394
4328
  "hasDynamicHelp": false,
4395
4329
  "multiple": false,
4396
- "options": [
4397
- "text",
4398
- "json"
4399
- ],
4400
4330
  "type": "option"
4401
4331
  },
4402
4332
  "impersonate": {
@@ -4408,22 +4338,11 @@
4408
4338
  "hasDynamicHelp": false,
4409
4339
  "multiple": false,
4410
4340
  "type": "option"
4411
- },
4412
- "manifest": {
4413
- "char": "M",
4414
- "description": "project manifest",
4415
- "hidden": true,
4416
- "name": "manifest",
4417
- "required": false,
4418
- "default": "raindrop.manifest",
4419
- "hasDynamicHelp": false,
4420
- "multiple": false,
4421
- "type": "option"
4422
4341
  }
4423
4342
  },
4424
4343
  "hasDynamicHelp": false,
4425
4344
  "hiddenAliases": [],
4426
- "id": "query:document",
4345
+ "id": "build:stop",
4427
4346
  "pluginAlias": "@liquidmetal-ai/raindrop",
4428
4347
  "pluginName": "@liquidmetal-ai/raindrop",
4429
4348
  "pluginType": "core",
@@ -4494,30 +4413,81 @@
4494
4413
  "relativePath": [
4495
4414
  "dist",
4496
4415
  "commands",
4497
- "query",
4498
- "document.js"
4416
+ "build",
4417
+ "stop.js"
4499
4418
  ]
4500
4419
  },
4501
- "query:events": {
4420
+ "build:unsandbox": {
4502
4421
  "aliases": [],
4503
4422
  "args": {},
4504
- "description": "query and stream Raindrop application events",
4423
+ "description": "mark a version as unsandboxed in the Raindrop catalog",
4505
4424
  "examples": [
4506
- "<%= config.bin %> <%= command.id %> .\n"
4425
+ "<%= config.bin %> <%= command.id %>\n"
4507
4426
  ],
4508
4427
  "flags": {
4509
- "output": {
4510
- "char": "o",
4511
- "description": "output format",
4512
- "name": "output",
4513
- "default": "table",
4428
+ "config": {
4429
+ "char": "c",
4430
+ "description": "config file",
4431
+ "hidden": true,
4432
+ "name": "config",
4433
+ "required": false,
4434
+ "default": ".raindrop/config.json",
4435
+ "hasDynamicHelp": false,
4436
+ "multiple": false,
4437
+ "type": "option"
4438
+ },
4439
+ "rainbowAuthService": {
4440
+ "env": "LIQUIDMETAL_RAINBOW_AUTH_SERVICE",
4441
+ "hidden": true,
4442
+ "name": "rainbowAuthService",
4443
+ "default": "https://raindrop.liquidmetal.run/",
4444
+ "hasDynamicHelp": false,
4445
+ "multiple": false,
4446
+ "type": "option"
4447
+ },
4448
+ "raindropCatalogService": {
4449
+ "description": "URL of the catalog service",
4450
+ "env": "RAINDROP_CATALOG_SERVICE",
4451
+ "hidden": true,
4452
+ "name": "raindropCatalogService",
4453
+ "hasDynamicHelp": false,
4454
+ "multiple": false,
4455
+ "type": "option"
4456
+ },
4457
+ "rainbowAuthToken": {
4458
+ "description": "Override the Rainbow auth token derived from the CLI config",
4459
+ "env": "RAINBOW_AUTH_TOKEN",
4460
+ "hidden": true,
4461
+ "name": "rainbowAuthToken",
4462
+ "hasDynamicHelp": false,
4463
+ "multiple": false,
4464
+ "type": "option"
4465
+ },
4466
+ "rainbowOrganizationId": {
4467
+ "description": "Override the Rainbow organization ID derived from the CLI config",
4468
+ "env": "RAINBOW_ORGANIZATION_ID",
4469
+ "hidden": true,
4470
+ "name": "rainbowOrganizationId",
4471
+ "hasDynamicHelp": false,
4472
+ "multiple": false,
4473
+ "type": "option"
4474
+ },
4475
+ "rainbowUserId": {
4476
+ "description": "Override the Rainbow user ID derived from the CLI config",
4477
+ "env": "RAINBOW_USER_ID",
4478
+ "hidden": true,
4479
+ "name": "rainbowUserId",
4480
+ "hasDynamicHelp": false,
4481
+ "multiple": false,
4482
+ "type": "option"
4483
+ },
4484
+ "sendVersionMetadata": {
4485
+ "description": "Send version metadata to the server",
4486
+ "hidden": true,
4487
+ "name": "sendVersionMetadata",
4488
+ "default": "true",
4514
4489
  "hasDynamicHelp": false,
4515
4490
  "multiple": false,
4516
- "options": [
4517
- "text",
4518
- "table",
4519
- "json"
4520
- ],
4521
4491
  "type": "option"
4522
4492
  },
4523
4493
  "impersonate": {
@@ -4531,56 +4501,26 @@
4531
4501
  "type": "option"
4532
4502
  },
4533
4503
  "manifest": {
4534
- "char": "m",
4535
4504
  "description": "project manifest",
4536
- "hidden": true,
4537
4505
  "name": "manifest",
4538
- "required": false,
4539
4506
  "default": "raindrop.manifest",
4540
4507
  "hasDynamicHelp": false,
4541
4508
  "multiple": false,
4542
4509
  "type": "option"
4543
4510
  },
4544
- "application": {
4545
- "char": "a",
4546
- "description": "application",
4547
- "name": "application",
4548
- "required": false,
4549
- "hasDynamicHelp": false,
4550
- "multiple": false,
4551
- "type": "option"
4552
- },
4553
4511
  "version": {
4554
4512
  "char": "v",
4555
- "description": "application version",
4513
+ "description": "application version to unsandbox",
4556
4514
  "name": "version",
4557
4515
  "required": false,
4558
4516
  "hasDynamicHelp": false,
4559
4517
  "multiple": false,
4560
4518
  "type": "option"
4561
- },
4562
- "rainbowAuthService": {
4563
- "env": "LIQUIDMETAL_RAINBOW_AUTH_SERVICE",
4564
- "hidden": true,
4565
- "name": "rainbowAuthService",
4566
- "default": "https://liquidmetal.run/api/connect",
4567
- "hasDynamicHelp": false,
4568
- "multiple": false,
4569
- "type": "option"
4570
- },
4571
- "raindropCatalogService": {
4572
- "description": "URL of the catalog service",
4573
- "env": "RAINDROP_CATALOG_SERVICE",
4574
- "hidden": true,
4575
- "name": "raindropCatalogService",
4576
- "hasDynamicHelp": false,
4577
- "multiple": false,
4578
- "type": "option"
4579
4519
  }
4580
4520
  },
4581
4521
  "hasDynamicHelp": false,
4582
4522
  "hiddenAliases": [],
4583
- "id": "query:events",
4523
+ "id": "build:unsandbox",
4584
4524
  "pluginAlias": "@liquidmetal-ai/raindrop",
4585
4525
  "pluginName": "@liquidmetal-ai/raindrop",
4586
4526
  "pluginType": "core",
@@ -4651,23 +4591,16 @@
4651
4591
  "relativePath": [
4652
4592
  "dist",
4653
4593
  "commands",
4654
- "query",
4655
- "events.js"
4594
+ "build",
4595
+ "unsandbox.js"
4656
4596
  ]
4657
4597
  },
4658
- "query:search": {
4598
+ "build:upload": {
4659
4599
  "aliases": [],
4660
- "args": {
4661
- "query": {
4662
- "description": "search query",
4663
- "name": "query",
4664
- "required": false
4665
- }
4666
- },
4667
- "description": "Run a search query against a smart bucket using natural language",
4600
+ "args": {},
4601
+ "description": "build and validate a LiquidMetal.AI project",
4668
4602
  "examples": [
4669
- "<%= 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",
4670
- "<%= config.bin %> query search --requestId 01HNG4V2RJXS5T --page 2\nGet page 2 of previous search results.\n"
4603
+ "<%= config.bin %> <%= command.id %>"
4671
4604
  ],
4672
4605
  "flags": {
4673
4606
  "config": {
@@ -4735,52 +4668,43 @@
4735
4668
  "multiple": false,
4736
4669
  "type": "option"
4737
4670
  },
4738
- "buckets": {
4739
- "char": "b",
4740
- "description": "Bucket names to search in, version can be specified with #, e.g. my-bucket#versionId",
4741
- "name": "buckets",
4742
- "required": false,
4743
- "hasDynamicHelp": false,
4744
- "multiple": true,
4745
- "type": "option"
4746
- },
4747
- "moduleIds": {
4748
- "char": "m",
4749
- "description": "Module IDs to search in",
4750
- "name": "moduleIds",
4671
+ "root": {
4672
+ "char": "r",
4673
+ "description": "root directory",
4674
+ "name": "root",
4751
4675
  "required": false,
4676
+ "default": "/Users/dstaley/Work/liquidmetal/packages/raindrop",
4752
4677
  "hasDynamicHelp": false,
4753
- "multiple": true,
4678
+ "multiple": false,
4754
4679
  "type": "option"
4755
4680
  },
4756
- "requestId": {
4757
- "description": "request ID for pagination",
4758
- "name": "requestId",
4681
+ "manifest": {
4682
+ "char": "M",
4683
+ "description": "project manifest",
4684
+ "name": "manifest",
4759
4685
  "required": false,
4686
+ "default": "raindrop.manifest",
4760
4687
  "hasDynamicHelp": false,
4761
4688
  "multiple": false,
4762
4689
  "type": "option"
4763
4690
  },
4764
- "page": {
4765
- "char": "p",
4766
- "description": "page number for paginated results",
4767
- "name": "page",
4768
- "default": 1,
4691
+ "output": {
4692
+ "char": "o",
4693
+ "description": "output directory",
4694
+ "name": "output",
4695
+ "required": false,
4696
+ "default": "dist",
4769
4697
  "hasDynamicHelp": false,
4770
4698
  "multiple": false,
4771
4699
  "type": "option"
4772
4700
  },
4773
- "output": {
4774
- "char": "o",
4775
- "description": "output format",
4776
- "name": "output",
4777
- "default": "text",
4701
+ "versionId": {
4702
+ "char": "v",
4703
+ "description": "version ID",
4704
+ "name": "versionId",
4705
+ "required": true,
4778
4706
  "hasDynamicHelp": false,
4779
4707
  "multiple": false,
4780
- "options": [
4781
- "text",
4782
- "json"
4783
- ],
4784
4708
  "type": "option"
4785
4709
  },
4786
4710
  "impersonate": {
@@ -4792,22 +4716,138 @@
4792
4716
  "hasDynamicHelp": false,
4793
4717
  "multiple": false,
4794
4718
  "type": "option"
4719
+ }
4720
+ },
4721
+ "hasDynamicHelp": false,
4722
+ "hiddenAliases": [],
4723
+ "id": "build:upload",
4724
+ "pluginAlias": "@liquidmetal-ai/raindrop",
4725
+ "pluginName": "@liquidmetal-ai/raindrop",
4726
+ "pluginType": "core",
4727
+ "strict": true,
4728
+ "enableJsonFlag": false,
4729
+ "HIDDEN_FLAGS": {
4730
+ "config": {
4731
+ "char": "c",
4732
+ "description": "config file",
4733
+ "required": false,
4734
+ "hidden": true,
4735
+ "default": ".raindrop/config.json",
4736
+ "input": [],
4737
+ "multiple": false,
4738
+ "type": "option"
4739
+ },
4740
+ "rainbowAuthService": {
4741
+ "default": "https://raindrop.liquidmetal.run/",
4742
+ "hidden": true,
4743
+ "env": "LIQUIDMETAL_RAINBOW_AUTH_SERVICE",
4744
+ "input": [],
4745
+ "multiple": false,
4746
+ "type": "option"
4747
+ },
4748
+ "raindropCatalogService": {
4749
+ "env": "RAINDROP_CATALOG_SERVICE",
4750
+ "description": "URL of the catalog service",
4751
+ "hidden": true,
4752
+ "input": [],
4753
+ "multiple": false,
4754
+ "type": "option"
4755
+ },
4756
+ "rainbowAuthToken": {
4757
+ "env": "RAINBOW_AUTH_TOKEN",
4758
+ "description": "Override the Rainbow auth token derived from the CLI config",
4759
+ "hidden": true,
4760
+ "input": [],
4761
+ "multiple": false,
4762
+ "type": "option"
4763
+ },
4764
+ "rainbowOrganizationId": {
4765
+ "env": "RAINBOW_ORGANIZATION_ID",
4766
+ "description": "Override the Rainbow organization ID derived from the CLI config",
4767
+ "hidden": true,
4768
+ "input": [],
4769
+ "multiple": false,
4770
+ "type": "option"
4771
+ },
4772
+ "rainbowUserId": {
4773
+ "env": "RAINBOW_USER_ID",
4774
+ "description": "Override the Rainbow user ID derived from the CLI config",
4775
+ "hidden": true,
4776
+ "input": [],
4777
+ "multiple": false,
4778
+ "type": "option"
4779
+ },
4780
+ "sendVersionMetadata": {
4781
+ "description": "Send version metadata to the server",
4782
+ "default": "true",
4783
+ "hidden": true,
4784
+ "input": [],
4785
+ "multiple": false,
4786
+ "type": "option"
4787
+ }
4788
+ },
4789
+ "baseArgs": {},
4790
+ "isESM": true,
4791
+ "relativePath": [
4792
+ "dist",
4793
+ "commands",
4794
+ "build",
4795
+ "upload.js"
4796
+ ]
4797
+ },
4798
+ "build:validate": {
4799
+ "aliases": [],
4800
+ "args": {},
4801
+ "description": "build and validate a LiquidMetal.AI project",
4802
+ "examples": [
4803
+ "<%= config.bin %> <%= command.id %>"
4804
+ ],
4805
+ "flags": {
4806
+ "root": {
4807
+ "char": "r",
4808
+ "description": "root directory",
4809
+ "name": "root",
4810
+ "required": false,
4811
+ "default": "/Users/dstaley/Work/liquidmetal/packages/raindrop",
4812
+ "hasDynamicHelp": false,
4813
+ "multiple": false,
4814
+ "type": "option"
4795
4815
  },
4796
4816
  "manifest": {
4797
4817
  "char": "M",
4798
4818
  "description": "project manifest",
4799
- "hidden": true,
4800
4819
  "name": "manifest",
4801
4820
  "required": false,
4802
4821
  "default": "raindrop.manifest",
4803
4822
  "hasDynamicHelp": false,
4804
4823
  "multiple": false,
4805
4824
  "type": "option"
4825
+ },
4826
+ "config": {
4827
+ "char": "c",
4828
+ "description": "config file",
4829
+ "hidden": true,
4830
+ "name": "config",
4831
+ "required": false,
4832
+ "default": ".raindrop/config.json",
4833
+ "hasDynamicHelp": false,
4834
+ "multiple": false,
4835
+ "type": "option"
4836
+ },
4837
+ "output": {
4838
+ "char": "o",
4839
+ "description": "output directory",
4840
+ "name": "output",
4841
+ "required": false,
4842
+ "default": "dist",
4843
+ "hasDynamicHelp": false,
4844
+ "multiple": false,
4845
+ "type": "option"
4806
4846
  }
4807
4847
  },
4808
4848
  "hasDynamicHelp": false,
4809
4849
  "hiddenAliases": [],
4810
- "id": "query:search",
4850
+ "id": "build:validate",
4811
4851
  "pluginAlias": "@liquidmetal-ai/raindrop",
4812
4852
  "pluginName": "@liquidmetal-ai/raindrop",
4813
4853
  "pluginType": "core",
@@ -4878,22 +4918,22 @@
4878
4918
  "relativePath": [
4879
4919
  "dist",
4880
4920
  "commands",
4881
- "query",
4882
- "search.js"
4921
+ "build",
4922
+ "validate.js"
4883
4923
  ]
4884
4924
  },
4885
- "object:delete": {
4925
+ "query:chunk-search": {
4886
4926
  "aliases": [],
4887
4927
  "args": {
4888
- "key": {
4889
- "description": "key/path in the bucket to delete",
4890
- "name": "key",
4928
+ "query": {
4929
+ "description": "search query to run",
4930
+ "name": "query",
4891
4931
  "required": true
4892
4932
  }
4893
4933
  },
4894
- "description": "Delete a file from the object storage",
4934
+ "description": "Run a RAG (Retrieval Augmented Generation) search query against a Smart Bucket",
4895
4935
  "examples": [
4896
- "<%= config.bin %> object delete my-key --bucket my-bucket\nDelete file with key 'my-key' from my-bucket\n"
4936
+ "<%= config.bin %> query chunk-search \"What is LiquidMetal?\"\nRun a RAG search query against a Smart Bucket.\n"
4897
4937
  ],
4898
4938
  "flags": {
4899
4939
  "config": {
@@ -4961,22 +5001,22 @@
4961
5001
  "multiple": false,
4962
5002
  "type": "option"
4963
5003
  },
4964
- "bucket": {
5004
+ "buckets": {
4965
5005
  "char": "b",
4966
- "description": "bucket name version can be specified with #, e.g. my-bucket#versionId",
4967
- "name": "bucket",
5006
+ "description": "Bucket names to search in, version can be specified with #, e.g. my-bucket#versionId",
5007
+ "name": "buckets",
4968
5008
  "required": false,
4969
5009
  "hasDynamicHelp": false,
4970
- "multiple": false,
5010
+ "multiple": true,
4971
5011
  "type": "option"
4972
5012
  },
4973
- "moduleId": {
5013
+ "moduleIds": {
4974
5014
  "char": "m",
4975
- "description": "moduleId",
4976
- "name": "moduleId",
5015
+ "description": "Module IDs to search in",
5016
+ "name": "moduleIds",
4977
5017
  "required": false,
4978
5018
  "hasDynamicHelp": false,
4979
- "multiple": false,
5019
+ "multiple": true,
4980
5020
  "type": "option"
4981
5021
  },
4982
5022
  "output": {
@@ -5016,7 +5056,7 @@
5016
5056
  },
5017
5057
  "hasDynamicHelp": false,
5018
5058
  "hiddenAliases": [],
5019
- "id": "object:delete",
5059
+ "id": "query:chunk-search",
5020
5060
  "pluginAlias": "@liquidmetal-ai/raindrop",
5021
5061
  "pluginName": "@liquidmetal-ai/raindrop",
5022
5062
  "pluginType": "core",
@@ -5087,28 +5127,23 @@
5087
5127
  "relativePath": [
5088
5128
  "dist",
5089
5129
  "commands",
5090
- "object",
5091
- "delete.js"
5130
+ "query",
5131
+ "chunk-search.js"
5092
5132
  ]
5093
5133
  },
5094
- "object:get": {
5134
+ "query:document": {
5095
5135
  "aliases": [],
5096
5136
  "args": {
5097
- "key": {
5098
- "description": "key/path in the bucket",
5099
- "name": "key",
5137
+ "query": {
5138
+ "description": "question or query about the document",
5139
+ "name": "query",
5100
5140
  "required": true
5101
- },
5102
- "output": {
5103
- "description": "output file (defaults to key basename)",
5104
- "name": "output",
5105
- "required": false
5106
5141
  }
5107
5142
  },
5108
- "description": "Download a file from the object storage",
5143
+ "description": "Chat with a document stored in a Smart Bucket",
5109
5144
  "examples": [
5110
- "<%= config.bin %> object get my-key --bucket my-bucket\nDownload file with key 'my-key' from my-bucket\n",
5111
- "<%= config.bin %> object get my-key output.txt --bucket my-bucket\nDownload file with key 'my-key' from my-bucket to output.txt\n"
5145
+ "<%= 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",
5146
+ "<%= 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"
5112
5147
  ],
5113
5148
  "flags": {
5114
5149
  "config": {
@@ -5178,7 +5213,7 @@
5178
5213
  },
5179
5214
  "bucket": {
5180
5215
  "char": "b",
5181
- "description": "bucket name version can be specified with #, e.g. my-bucket#versionId",
5216
+ "description": "Bucket name containing the document, version can be specified with #, e.g. my-bucket#versionId",
5182
5217
  "name": "bucket",
5183
5218
  "required": false,
5184
5219
  "hasDynamicHelp": false,
@@ -5187,23 +5222,31 @@
5187
5222
  },
5188
5223
  "moduleId": {
5189
5224
  "char": "m",
5190
- "description": "moduleId",
5225
+ "description": "Module ID containing the document",
5191
5226
  "name": "moduleId",
5192
5227
  "required": false,
5193
5228
  "hasDynamicHelp": false,
5194
5229
  "multiple": false,
5195
5230
  "type": "option"
5196
5231
  },
5197
- "format": {
5198
- "char": "f",
5232
+ "objectId": {
5233
+ "char": "o",
5234
+ "description": "Object ID of the document to chat with",
5235
+ "name": "objectId",
5236
+ "required": true,
5237
+ "hasDynamicHelp": false,
5238
+ "multiple": false,
5239
+ "type": "option"
5240
+ },
5241
+ "output": {
5242
+ "char": "O",
5199
5243
  "description": "output format",
5200
- "name": "format",
5201
- "default": "file",
5244
+ "name": "output",
5245
+ "default": "text",
5202
5246
  "hasDynamicHelp": false,
5203
5247
  "multiple": false,
5204
5248
  "options": [
5205
- "file",
5206
- "stdout",
5249
+ "text",
5207
5250
  "json"
5208
5251
  ],
5209
5252
  "type": "option"
@@ -5232,7 +5275,7 @@
5232
5275
  },
5233
5276
  "hasDynamicHelp": false,
5234
5277
  "hiddenAliases": [],
5235
- "id": "object:get",
5278
+ "id": "query:document",
5236
5279
  "pluginAlias": "@liquidmetal-ai/raindrop",
5237
5280
  "pluginName": "@liquidmetal-ai/raindrop",
5238
5281
  "pluginType": "core",
@@ -5303,132 +5346,85 @@
5303
5346
  "relativePath": [
5304
5347
  "dist",
5305
5348
  "commands",
5306
- "object",
5307
- "get.js"
5349
+ "query",
5350
+ "document.js"
5308
5351
  ]
5309
5352
  },
5310
- "object:list": {
5353
+ "query:events": {
5311
5354
  "aliases": [],
5312
5355
  "args": {},
5313
- "description": "List objects in a bucket",
5356
+ "description": "query and stream Raindrop application events",
5314
5357
  "examples": [
5315
- "<%= config.bin %> object list --bucket my-bucket\nList all objects in my-bucket\n"
5358
+ "<%= config.bin %> <%= command.id %> .\n"
5316
5359
  ],
5317
5360
  "flags": {
5318
- "config": {
5319
- "char": "c",
5320
- "description": "config file",
5321
- "hidden": true,
5322
- "name": "config",
5323
- "required": false,
5324
- "default": ".raindrop/config.json",
5325
- "hasDynamicHelp": false,
5326
- "multiple": false,
5327
- "type": "option"
5328
- },
5329
- "rainbowAuthService": {
5330
- "env": "LIQUIDMETAL_RAINBOW_AUTH_SERVICE",
5331
- "hidden": true,
5332
- "name": "rainbowAuthService",
5333
- "default": "https://raindrop.liquidmetal.run/",
5334
- "hasDynamicHelp": false,
5335
- "multiple": false,
5336
- "type": "option"
5337
- },
5338
- "raindropCatalogService": {
5339
- "description": "URL of the catalog service",
5340
- "env": "RAINDROP_CATALOG_SERVICE",
5341
- "hidden": true,
5342
- "name": "raindropCatalogService",
5343
- "hasDynamicHelp": false,
5344
- "multiple": false,
5345
- "type": "option"
5346
- },
5347
- "rainbowAuthToken": {
5348
- "description": "Override the Rainbow auth token derived from the CLI config",
5349
- "env": "RAINBOW_AUTH_TOKEN",
5350
- "hidden": true,
5351
- "name": "rainbowAuthToken",
5352
- "hasDynamicHelp": false,
5353
- "multiple": false,
5354
- "type": "option"
5355
- },
5356
- "rainbowOrganizationId": {
5357
- "description": "Override the Rainbow organization ID derived from the CLI config",
5358
- "env": "RAINBOW_ORGANIZATION_ID",
5359
- "hidden": true,
5360
- "name": "rainbowOrganizationId",
5361
+ "output": {
5362
+ "char": "o",
5363
+ "description": "output format",
5364
+ "name": "output",
5365
+ "default": "table",
5361
5366
  "hasDynamicHelp": false,
5362
5367
  "multiple": false,
5368
+ "options": [
5369
+ "text",
5370
+ "table",
5371
+ "json"
5372
+ ],
5363
5373
  "type": "option"
5364
5374
  },
5365
- "rainbowUserId": {
5366
- "description": "Override the Rainbow user ID derived from the CLI config",
5367
- "env": "RAINBOW_USER_ID",
5375
+ "impersonate": {
5376
+ "char": "i",
5377
+ "description": "impersonate organization",
5368
5378
  "hidden": true,
5369
- "name": "rainbowUserId",
5379
+ "name": "impersonate",
5380
+ "required": false,
5370
5381
  "hasDynamicHelp": false,
5371
5382
  "multiple": false,
5372
5383
  "type": "option"
5373
5384
  },
5374
- "sendVersionMetadata": {
5375
- "description": "Send version metadata to the server",
5385
+ "manifest": {
5386
+ "char": "m",
5387
+ "description": "project manifest",
5376
5388
  "hidden": true,
5377
- "name": "sendVersionMetadata",
5378
- "default": "true",
5379
- "hasDynamicHelp": false,
5380
- "multiple": false,
5381
- "type": "option"
5382
- },
5383
- "bucket": {
5384
- "char": "b",
5385
- "description": "bucket name version can be specified with #, e.g. my-bucket#versionId",
5386
- "name": "bucket",
5389
+ "name": "manifest",
5387
5390
  "required": false,
5391
+ "default": "raindrop.manifest",
5388
5392
  "hasDynamicHelp": false,
5389
5393
  "multiple": false,
5390
5394
  "type": "option"
5391
5395
  },
5392
- "moduleId": {
5393
- "char": "m",
5394
- "description": "moduleId",
5395
- "name": "moduleId",
5396
+ "application": {
5397
+ "char": "a",
5398
+ "description": "application",
5399
+ "name": "application",
5396
5400
  "required": false,
5397
5401
  "hasDynamicHelp": false,
5398
5402
  "multiple": false,
5399
5403
  "type": "option"
5400
5404
  },
5401
- "output": {
5402
- "char": "o",
5403
- "description": "output format",
5404
- "name": "output",
5405
- "default": "text",
5405
+ "version": {
5406
+ "char": "v",
5407
+ "description": "application version",
5408
+ "name": "version",
5409
+ "required": false,
5406
5410
  "hasDynamicHelp": false,
5407
5411
  "multiple": false,
5408
- "options": [
5409
- "text",
5410
- "json",
5411
- "table"
5412
- ],
5413
5412
  "type": "option"
5414
5413
  },
5415
- "impersonate": {
5416
- "char": "i",
5417
- "description": "impersonate organization",
5414
+ "rainbowAuthService": {
5415
+ "env": "LIQUIDMETAL_RAINBOW_AUTH_SERVICE",
5418
5416
  "hidden": true,
5419
- "name": "impersonate",
5420
- "required": false,
5417
+ "name": "rainbowAuthService",
5418
+ "default": "https://liquidmetal.run/api/connect",
5421
5419
  "hasDynamicHelp": false,
5422
5420
  "multiple": false,
5423
5421
  "type": "option"
5424
5422
  },
5425
- "manifest": {
5426
- "char": "M",
5427
- "description": "project manifest",
5423
+ "raindropCatalogService": {
5424
+ "description": "URL of the catalog service",
5425
+ "env": "RAINDROP_CATALOG_SERVICE",
5428
5426
  "hidden": true,
5429
- "name": "manifest",
5430
- "required": false,
5431
- "default": "raindrop.manifest",
5427
+ "name": "raindropCatalogService",
5432
5428
  "hasDynamicHelp": false,
5433
5429
  "multiple": false,
5434
5430
  "type": "option"
@@ -5436,7 +5432,7 @@
5436
5432
  },
5437
5433
  "hasDynamicHelp": false,
5438
5434
  "hiddenAliases": [],
5439
- "id": "object:list",
5435
+ "id": "query:events",
5440
5436
  "pluginAlias": "@liquidmetal-ai/raindrop",
5441
5437
  "pluginName": "@liquidmetal-ai/raindrop",
5442
5438
  "pluginType": "core",
@@ -5507,27 +5503,23 @@
5507
5503
  "relativePath": [
5508
5504
  "dist",
5509
5505
  "commands",
5510
- "object",
5511
- "list.js"
5506
+ "query",
5507
+ "events.js"
5512
5508
  ]
5513
5509
  },
5514
- "object:put": {
5510
+ "query:search": {
5515
5511
  "aliases": [],
5516
5512
  "args": {
5517
- "file": {
5518
- "description": "file to upload",
5519
- "name": "file",
5520
- "required": true
5521
- },
5522
- "key": {
5523
- "description": "key/path in the bucket",
5524
- "name": "key",
5525
- "required": true
5513
+ "query": {
5514
+ "description": "search query",
5515
+ "name": "query",
5516
+ "required": false
5526
5517
  }
5527
5518
  },
5528
- "description": "Upload a file to the object storage",
5519
+ "description": "Run a search query against a smart bucket using natural language",
5529
5520
  "examples": [
5530
- "<%= config.bin %> object put ./myfile.txt my-key --bucket my-bucket\nUpload myfile.txt to my-bucket with key 'my-key'\n"
5521
+ "<%= 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",
5522
+ "<%= config.bin %> query search --requestId 01HNG4V2RJXS5T --page 2\nGet page 2 of previous search results.\n"
5531
5523
  ],
5532
5524
  "flags": {
5533
5525
  "config": {
@@ -5595,33 +5587,41 @@
5595
5587
  "multiple": false,
5596
5588
  "type": "option"
5597
5589
  },
5598
- "bucket": {
5590
+ "buckets": {
5599
5591
  "char": "b",
5600
- "description": "bucket name version can be specified with #, e.g. my-bucket#versionId",
5601
- "name": "bucket",
5592
+ "description": "Bucket names to search in, version can be specified with #, e.g. my-bucket#versionId",
5593
+ "name": "buckets",
5602
5594
  "required": false,
5603
5595
  "hasDynamicHelp": false,
5604
- "multiple": false,
5596
+ "multiple": true,
5605
5597
  "type": "option"
5606
5598
  },
5607
- "moduleId": {
5599
+ "moduleIds": {
5608
5600
  "char": "m",
5609
- "description": "moduleId",
5610
- "name": "moduleId",
5601
+ "description": "Module IDs to search in",
5602
+ "name": "moduleIds",
5611
5603
  "required": false,
5612
5604
  "hasDynamicHelp": false,
5613
- "multiple": false,
5605
+ "multiple": true,
5614
5606
  "type": "option"
5615
5607
  },
5616
- "contentType": {
5617
- "char": "t",
5618
- "description": "content type of the file",
5619
- "name": "contentType",
5608
+ "requestId": {
5609
+ "description": "request ID for pagination",
5610
+ "name": "requestId",
5620
5611
  "required": false,
5621
5612
  "hasDynamicHelp": false,
5622
5613
  "multiple": false,
5623
5614
  "type": "option"
5624
5615
  },
5616
+ "page": {
5617
+ "char": "p",
5618
+ "description": "page number for paginated results",
5619
+ "name": "page",
5620
+ "default": 1,
5621
+ "hasDynamicHelp": false,
5622
+ "multiple": false,
5623
+ "type": "option"
5624
+ },
5625
5625
  "output": {
5626
5626
  "char": "o",
5627
5627
  "description": "output format",
@@ -5659,7 +5659,7 @@
5659
5659
  },
5660
5660
  "hasDynamicHelp": false,
5661
5661
  "hiddenAliases": [],
5662
- "id": "object:put",
5662
+ "id": "query:search",
5663
5663
  "pluginAlias": "@liquidmetal-ai/raindrop",
5664
5664
  "pluginName": "@liquidmetal-ai/raindrop",
5665
5665
  "pluginType": "core",
@@ -5730,8 +5730,8 @@
5730
5730
  "relativePath": [
5731
5731
  "dist",
5732
5732
  "commands",
5733
- "object",
5734
- "put.js"
5733
+ "query",
5734
+ "search.js"
5735
5735
  ]
5736
5736
  },
5737
5737
  "build:env:get": {
@@ -6031,7 +6031,7 @@
6031
6031
  "description": "root directory",
6032
6032
  "name": "root",
6033
6033
  "required": false,
6034
- "default": "/Users/ian/liquidmetal/packages/raindrop",
6034
+ "default": "/Users/dstaley/Work/liquidmetal/packages/raindrop",
6035
6035
  "hasDynamicHelp": false,
6036
6036
  "multiple": false,
6037
6037
  "type": "option"
@@ -6178,7 +6178,7 @@
6178
6178
  "description": "root directory",
6179
6179
  "name": "root",
6180
6180
  "required": false,
6181
- "default": "/Users/ian/liquidmetal/packages/raindrop",
6181
+ "default": "/Users/dstaley/Work/liquidmetal/packages/raindrop",
6182
6182
  "hasDynamicHelp": false,
6183
6183
  "multiple": false,
6184
6184
  "type": "option"
@@ -6285,7 +6285,7 @@
6285
6285
  "description": "root directory",
6286
6286
  "name": "root",
6287
6287
  "required": false,
6288
- "default": "/Users/ian/liquidmetal/packages/raindrop",
6288
+ "default": "/Users/dstaley/Work/liquidmetal/packages/raindrop",
6289
6289
  "hasDynamicHelp": false,
6290
6290
  "multiple": false,
6291
6291
  "type": "option"
@@ -6380,5 +6380,5 @@
6380
6380
  ]
6381
6381
  }
6382
6382
  },
6383
- "version": "0.4.10"
6383
+ "version": "0.4.11"
6384
6384
  }