@xano/cli 0.0.81 → 0.0.82-beta.0
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.
- package/dist/commands/tenant/get/index.js +3 -2
- package/dist/commands/tenant/list/index.js +12 -0
- package/oclif.manifest.json +1267 -1267
- package/package.json +1 -1
package/oclif.manifest.json
CHANGED
|
@@ -1055,6 +1055,66 @@
|
|
|
1055
1055
|
"index.js"
|
|
1056
1056
|
]
|
|
1057
1057
|
},
|
|
1058
|
+
"platform:list": {
|
|
1059
|
+
"aliases": [],
|
|
1060
|
+
"args": {},
|
|
1061
|
+
"description": "List all platforms",
|
|
1062
|
+
"examples": [
|
|
1063
|
+
"$ xano platform list\nPlatforms:\n ID: 23629 | Helm: 0.1.356 | Created: 2025-11-28\n",
|
|
1064
|
+
"$ xano platform list --output json"
|
|
1065
|
+
],
|
|
1066
|
+
"flags": {
|
|
1067
|
+
"profile": {
|
|
1068
|
+
"char": "p",
|
|
1069
|
+
"description": "Profile to use (uses default profile if not specified)",
|
|
1070
|
+
"env": "XANO_PROFILE",
|
|
1071
|
+
"name": "profile",
|
|
1072
|
+
"required": false,
|
|
1073
|
+
"hasDynamicHelp": false,
|
|
1074
|
+
"multiple": false,
|
|
1075
|
+
"type": "option"
|
|
1076
|
+
},
|
|
1077
|
+
"verbose": {
|
|
1078
|
+
"char": "v",
|
|
1079
|
+
"description": "Show detailed request/response information",
|
|
1080
|
+
"env": "XANO_VERBOSE",
|
|
1081
|
+
"name": "verbose",
|
|
1082
|
+
"required": false,
|
|
1083
|
+
"allowNo": false,
|
|
1084
|
+
"type": "boolean"
|
|
1085
|
+
},
|
|
1086
|
+
"output": {
|
|
1087
|
+
"char": "o",
|
|
1088
|
+
"description": "Output format",
|
|
1089
|
+
"name": "output",
|
|
1090
|
+
"required": false,
|
|
1091
|
+
"default": "summary",
|
|
1092
|
+
"hasDynamicHelp": false,
|
|
1093
|
+
"multiple": false,
|
|
1094
|
+
"options": [
|
|
1095
|
+
"summary",
|
|
1096
|
+
"json"
|
|
1097
|
+
],
|
|
1098
|
+
"type": "option"
|
|
1099
|
+
}
|
|
1100
|
+
},
|
|
1101
|
+
"hasDynamicHelp": false,
|
|
1102
|
+
"hiddenAliases": [],
|
|
1103
|
+
"id": "platform:list",
|
|
1104
|
+
"pluginAlias": "@xano/cli",
|
|
1105
|
+
"pluginName": "@xano/cli",
|
|
1106
|
+
"pluginType": "core",
|
|
1107
|
+
"strict": true,
|
|
1108
|
+
"enableJsonFlag": false,
|
|
1109
|
+
"isESM": true,
|
|
1110
|
+
"relativePath": [
|
|
1111
|
+
"dist",
|
|
1112
|
+
"commands",
|
|
1113
|
+
"platform",
|
|
1114
|
+
"list",
|
|
1115
|
+
"index.js"
|
|
1116
|
+
]
|
|
1117
|
+
},
|
|
1058
1118
|
"profile:create": {
|
|
1059
1119
|
"aliases": [],
|
|
1060
1120
|
"args": {
|
|
@@ -1151,66 +1211,6 @@
|
|
|
1151
1211
|
"index.js"
|
|
1152
1212
|
]
|
|
1153
1213
|
},
|
|
1154
|
-
"platform:list": {
|
|
1155
|
-
"aliases": [],
|
|
1156
|
-
"args": {},
|
|
1157
|
-
"description": "List all platforms",
|
|
1158
|
-
"examples": [
|
|
1159
|
-
"$ xano platform list\nPlatforms:\n ID: 23629 | Helm: 0.1.356 | Created: 2025-11-28\n",
|
|
1160
|
-
"$ xano platform list --output json"
|
|
1161
|
-
],
|
|
1162
|
-
"flags": {
|
|
1163
|
-
"profile": {
|
|
1164
|
-
"char": "p",
|
|
1165
|
-
"description": "Profile to use (uses default profile if not specified)",
|
|
1166
|
-
"env": "XANO_PROFILE",
|
|
1167
|
-
"name": "profile",
|
|
1168
|
-
"required": false,
|
|
1169
|
-
"hasDynamicHelp": false,
|
|
1170
|
-
"multiple": false,
|
|
1171
|
-
"type": "option"
|
|
1172
|
-
},
|
|
1173
|
-
"verbose": {
|
|
1174
|
-
"char": "v",
|
|
1175
|
-
"description": "Show detailed request/response information",
|
|
1176
|
-
"env": "XANO_VERBOSE",
|
|
1177
|
-
"name": "verbose",
|
|
1178
|
-
"required": false,
|
|
1179
|
-
"allowNo": false,
|
|
1180
|
-
"type": "boolean"
|
|
1181
|
-
},
|
|
1182
|
-
"output": {
|
|
1183
|
-
"char": "o",
|
|
1184
|
-
"description": "Output format",
|
|
1185
|
-
"name": "output",
|
|
1186
|
-
"required": false,
|
|
1187
|
-
"default": "summary",
|
|
1188
|
-
"hasDynamicHelp": false,
|
|
1189
|
-
"multiple": false,
|
|
1190
|
-
"options": [
|
|
1191
|
-
"summary",
|
|
1192
|
-
"json"
|
|
1193
|
-
],
|
|
1194
|
-
"type": "option"
|
|
1195
|
-
}
|
|
1196
|
-
},
|
|
1197
|
-
"hasDynamicHelp": false,
|
|
1198
|
-
"hiddenAliases": [],
|
|
1199
|
-
"id": "platform:list",
|
|
1200
|
-
"pluginAlias": "@xano/cli",
|
|
1201
|
-
"pluginName": "@xano/cli",
|
|
1202
|
-
"pluginType": "core",
|
|
1203
|
-
"strict": true,
|
|
1204
|
-
"enableJsonFlag": false,
|
|
1205
|
-
"isESM": true,
|
|
1206
|
-
"relativePath": [
|
|
1207
|
-
"dist",
|
|
1208
|
-
"commands",
|
|
1209
|
-
"platform",
|
|
1210
|
-
"list",
|
|
1211
|
-
"index.js"
|
|
1212
|
-
]
|
|
1213
|
-
},
|
|
1214
1214
|
"profile:delete": {
|
|
1215
1215
|
"aliases": [],
|
|
1216
1216
|
"args": {
|
|
@@ -1253,82 +1253,6 @@
|
|
|
1253
1253
|
"index.js"
|
|
1254
1254
|
]
|
|
1255
1255
|
},
|
|
1256
|
-
"branch:get": {
|
|
1257
|
-
"aliases": [],
|
|
1258
|
-
"args": {
|
|
1259
|
-
"branch_label": {
|
|
1260
|
-
"description": "Branch label (e.g., \"v1\", \"dev\")",
|
|
1261
|
-
"name": "branch_label",
|
|
1262
|
-
"required": true
|
|
1263
|
-
}
|
|
1264
|
-
},
|
|
1265
|
-
"description": "Get details for a specific branch",
|
|
1266
|
-
"examples": [
|
|
1267
|
-
"$ xano branch get v1\nBranch: v1 (live)\n Created: 2024-01-15\n",
|
|
1268
|
-
"$ xano branch get dev -w 123\nBranch: dev\n Created: 2024-02-01\n",
|
|
1269
|
-
"$ xano branch get staging --output json\n{\n \"created_at\": \"2024-02-10T09:15:00Z\",\n \"label\": \"staging\",\n \"backup\": false,\n \"live\": false\n}\n"
|
|
1270
|
-
],
|
|
1271
|
-
"flags": {
|
|
1272
|
-
"profile": {
|
|
1273
|
-
"char": "p",
|
|
1274
|
-
"description": "Profile to use (uses default profile if not specified)",
|
|
1275
|
-
"env": "XANO_PROFILE",
|
|
1276
|
-
"name": "profile",
|
|
1277
|
-
"required": false,
|
|
1278
|
-
"hasDynamicHelp": false,
|
|
1279
|
-
"multiple": false,
|
|
1280
|
-
"type": "option"
|
|
1281
|
-
},
|
|
1282
|
-
"verbose": {
|
|
1283
|
-
"char": "v",
|
|
1284
|
-
"description": "Show detailed request/response information",
|
|
1285
|
-
"env": "XANO_VERBOSE",
|
|
1286
|
-
"name": "verbose",
|
|
1287
|
-
"required": false,
|
|
1288
|
-
"allowNo": false,
|
|
1289
|
-
"type": "boolean"
|
|
1290
|
-
},
|
|
1291
|
-
"output": {
|
|
1292
|
-
"char": "o",
|
|
1293
|
-
"description": "Output format",
|
|
1294
|
-
"name": "output",
|
|
1295
|
-
"required": false,
|
|
1296
|
-
"default": "summary",
|
|
1297
|
-
"hasDynamicHelp": false,
|
|
1298
|
-
"multiple": false,
|
|
1299
|
-
"options": [
|
|
1300
|
-
"summary",
|
|
1301
|
-
"json"
|
|
1302
|
-
],
|
|
1303
|
-
"type": "option"
|
|
1304
|
-
},
|
|
1305
|
-
"workspace": {
|
|
1306
|
-
"char": "w",
|
|
1307
|
-
"description": "Workspace ID (uses profile workspace if not provided)",
|
|
1308
|
-
"name": "workspace",
|
|
1309
|
-
"required": false,
|
|
1310
|
-
"hasDynamicHelp": false,
|
|
1311
|
-
"multiple": false,
|
|
1312
|
-
"type": "option"
|
|
1313
|
-
}
|
|
1314
|
-
},
|
|
1315
|
-
"hasDynamicHelp": false,
|
|
1316
|
-
"hiddenAliases": [],
|
|
1317
|
-
"id": "branch:get",
|
|
1318
|
-
"pluginAlias": "@xano/cli",
|
|
1319
|
-
"pluginName": "@xano/cli",
|
|
1320
|
-
"pluginType": "core",
|
|
1321
|
-
"strict": true,
|
|
1322
|
-
"enableJsonFlag": false,
|
|
1323
|
-
"isESM": true,
|
|
1324
|
-
"relativePath": [
|
|
1325
|
-
"dist",
|
|
1326
|
-
"commands",
|
|
1327
|
-
"branch",
|
|
1328
|
-
"get",
|
|
1329
|
-
"index.js"
|
|
1330
|
-
]
|
|
1331
|
-
},
|
|
1332
1256
|
"profile:edit": {
|
|
1333
1257
|
"aliases": [],
|
|
1334
1258
|
"args": {
|
|
@@ -1520,23 +1444,53 @@
|
|
|
1520
1444
|
"index.js"
|
|
1521
1445
|
]
|
|
1522
1446
|
},
|
|
1523
|
-
"profile:
|
|
1447
|
+
"profile:me": {
|
|
1524
1448
|
"aliases": [],
|
|
1525
|
-
"args": {
|
|
1526
|
-
|
|
1527
|
-
"description": "Profile name to set as default",
|
|
1528
|
-
"name": "name",
|
|
1529
|
-
"required": true
|
|
1530
|
-
}
|
|
1531
|
-
},
|
|
1532
|
-
"description": "Set the default profile",
|
|
1449
|
+
"args": {},
|
|
1450
|
+
"description": "Get information about the currently authenticated user",
|
|
1533
1451
|
"examples": [
|
|
1534
|
-
"$ xano profile
|
|
1452
|
+
"$ xano profile:me\nUser Information:\n ID: 1\n Name: John Doe\n Email: john@example.com\n",
|
|
1453
|
+
"$ xano profile:me --profile production\nUser Information:\n ID: 42\n Name: Admin User\n Email: admin@example.com\n",
|
|
1454
|
+
"$ xano profile:me --output json\n{\n \"id\": 1,\n \"name\": \"John Doe\",\n \"email\": \"john@example.com\"\n}\n"
|
|
1535
1455
|
],
|
|
1536
|
-
"flags": {
|
|
1456
|
+
"flags": {
|
|
1457
|
+
"profile": {
|
|
1458
|
+
"char": "p",
|
|
1459
|
+
"description": "Profile to use (uses default profile if not specified)",
|
|
1460
|
+
"env": "XANO_PROFILE",
|
|
1461
|
+
"name": "profile",
|
|
1462
|
+
"required": false,
|
|
1463
|
+
"hasDynamicHelp": false,
|
|
1464
|
+
"multiple": false,
|
|
1465
|
+
"type": "option"
|
|
1466
|
+
},
|
|
1467
|
+
"verbose": {
|
|
1468
|
+
"char": "v",
|
|
1469
|
+
"description": "Show detailed request/response information",
|
|
1470
|
+
"env": "XANO_VERBOSE",
|
|
1471
|
+
"name": "verbose",
|
|
1472
|
+
"required": false,
|
|
1473
|
+
"allowNo": false,
|
|
1474
|
+
"type": "boolean"
|
|
1475
|
+
},
|
|
1476
|
+
"output": {
|
|
1477
|
+
"char": "o",
|
|
1478
|
+
"description": "Output format",
|
|
1479
|
+
"name": "output",
|
|
1480
|
+
"required": false,
|
|
1481
|
+
"default": "summary",
|
|
1482
|
+
"hasDynamicHelp": false,
|
|
1483
|
+
"multiple": false,
|
|
1484
|
+
"options": [
|
|
1485
|
+
"summary",
|
|
1486
|
+
"json"
|
|
1487
|
+
],
|
|
1488
|
+
"type": "option"
|
|
1489
|
+
}
|
|
1490
|
+
},
|
|
1537
1491
|
"hasDynamicHelp": false,
|
|
1538
1492
|
"hiddenAliases": [],
|
|
1539
|
-
"id": "profile:
|
|
1493
|
+
"id": "profile:me",
|
|
1540
1494
|
"pluginAlias": "@xano/cli",
|
|
1541
1495
|
"pluginName": "@xano/cli",
|
|
1542
1496
|
"pluginType": "core",
|
|
@@ -1547,41 +1501,64 @@
|
|
|
1547
1501
|
"dist",
|
|
1548
1502
|
"commands",
|
|
1549
1503
|
"profile",
|
|
1550
|
-
"
|
|
1504
|
+
"me",
|
|
1551
1505
|
"index.js"
|
|
1552
1506
|
]
|
|
1553
1507
|
},
|
|
1554
|
-
"
|
|
1508
|
+
"branch:get": {
|
|
1555
1509
|
"aliases": [],
|
|
1556
|
-
"args": {
|
|
1557
|
-
|
|
1510
|
+
"args": {
|
|
1511
|
+
"branch_label": {
|
|
1512
|
+
"description": "Branch label (e.g., \"v1\", \"dev\")",
|
|
1513
|
+
"name": "branch_label",
|
|
1514
|
+
"required": true
|
|
1515
|
+
}
|
|
1516
|
+
},
|
|
1517
|
+
"description": "Get details for a specific branch",
|
|
1558
1518
|
"examples": [
|
|
1559
|
-
"$ xano
|
|
1519
|
+
"$ xano branch get v1\nBranch: v1 (live)\n Created: 2024-01-15\n",
|
|
1520
|
+
"$ xano branch get dev -w 123\nBranch: dev\n Created: 2024-02-01\n",
|
|
1521
|
+
"$ xano branch get staging --output json\n{\n \"created_at\": \"2024-02-10T09:15:00Z\",\n \"label\": \"staging\",\n \"backup\": false,\n \"live\": false\n}\n"
|
|
1560
1522
|
],
|
|
1561
1523
|
"flags": {
|
|
1562
|
-
"
|
|
1563
|
-
"char": "
|
|
1564
|
-
"description": "
|
|
1565
|
-
"
|
|
1524
|
+
"profile": {
|
|
1525
|
+
"char": "p",
|
|
1526
|
+
"description": "Profile to use (uses default profile if not specified)",
|
|
1527
|
+
"env": "XANO_PROFILE",
|
|
1528
|
+
"name": "profile",
|
|
1529
|
+
"required": false,
|
|
1530
|
+
"hasDynamicHelp": false,
|
|
1531
|
+
"multiple": false,
|
|
1532
|
+
"type": "option"
|
|
1533
|
+
},
|
|
1534
|
+
"verbose": {
|
|
1535
|
+
"char": "v",
|
|
1536
|
+
"description": "Show detailed request/response information",
|
|
1537
|
+
"env": "XANO_VERBOSE",
|
|
1538
|
+
"name": "verbose",
|
|
1566
1539
|
"required": false,
|
|
1567
1540
|
"allowNo": false,
|
|
1568
1541
|
"type": "boolean"
|
|
1569
1542
|
},
|
|
1570
|
-
"
|
|
1571
|
-
"char": "
|
|
1572
|
-
"description": "
|
|
1573
|
-
"name": "
|
|
1543
|
+
"output": {
|
|
1544
|
+
"char": "o",
|
|
1545
|
+
"description": "Output format",
|
|
1546
|
+
"name": "output",
|
|
1574
1547
|
"required": false,
|
|
1548
|
+
"default": "summary",
|
|
1575
1549
|
"hasDynamicHelp": false,
|
|
1576
1550
|
"multiple": false,
|
|
1551
|
+
"options": [
|
|
1552
|
+
"summary",
|
|
1553
|
+
"json"
|
|
1554
|
+
],
|
|
1577
1555
|
"type": "option"
|
|
1578
1556
|
},
|
|
1579
|
-
"
|
|
1580
|
-
"char": "
|
|
1581
|
-
"description": "
|
|
1582
|
-
"name": "
|
|
1557
|
+
"workspace": {
|
|
1558
|
+
"char": "w",
|
|
1559
|
+
"description": "Workspace ID (uses profile workspace if not provided)",
|
|
1560
|
+
"name": "workspace",
|
|
1583
1561
|
"required": false,
|
|
1584
|
-
"default": "https://app.xano.com",
|
|
1585
1562
|
"hasDynamicHelp": false,
|
|
1586
1563
|
"multiple": false,
|
|
1587
1564
|
"type": "option"
|
|
@@ -1589,7 +1566,38 @@
|
|
|
1589
1566
|
},
|
|
1590
1567
|
"hasDynamicHelp": false,
|
|
1591
1568
|
"hiddenAliases": [],
|
|
1592
|
-
"id": "
|
|
1569
|
+
"id": "branch:get",
|
|
1570
|
+
"pluginAlias": "@xano/cli",
|
|
1571
|
+
"pluginName": "@xano/cli",
|
|
1572
|
+
"pluginType": "core",
|
|
1573
|
+
"strict": true,
|
|
1574
|
+
"enableJsonFlag": false,
|
|
1575
|
+
"isESM": true,
|
|
1576
|
+
"relativePath": [
|
|
1577
|
+
"dist",
|
|
1578
|
+
"commands",
|
|
1579
|
+
"branch",
|
|
1580
|
+
"get",
|
|
1581
|
+
"index.js"
|
|
1582
|
+
]
|
|
1583
|
+
},
|
|
1584
|
+
"profile:set": {
|
|
1585
|
+
"aliases": [],
|
|
1586
|
+
"args": {
|
|
1587
|
+
"name": {
|
|
1588
|
+
"description": "Profile name to set as default",
|
|
1589
|
+
"name": "name",
|
|
1590
|
+
"required": true
|
|
1591
|
+
}
|
|
1592
|
+
},
|
|
1593
|
+
"description": "Set the default profile",
|
|
1594
|
+
"examples": [
|
|
1595
|
+
"$ xano profile set production\nDefault profile set to 'production'\n"
|
|
1596
|
+
],
|
|
1597
|
+
"flags": {},
|
|
1598
|
+
"hasDynamicHelp": false,
|
|
1599
|
+
"hiddenAliases": [],
|
|
1600
|
+
"id": "profile:set",
|
|
1593
1601
|
"pluginAlias": "@xano/cli",
|
|
1594
1602
|
"pluginName": "@xano/cli",
|
|
1595
1603
|
"pluginType": "core",
|
|
@@ -1600,7 +1608,7 @@
|
|
|
1600
1608
|
"dist",
|
|
1601
1609
|
"commands",
|
|
1602
1610
|
"profile",
|
|
1603
|
-
"
|
|
1611
|
+
"set",
|
|
1604
1612
|
"index.js"
|
|
1605
1613
|
]
|
|
1606
1614
|
},
|
|
@@ -1630,53 +1638,45 @@
|
|
|
1630
1638
|
"index.js"
|
|
1631
1639
|
]
|
|
1632
1640
|
},
|
|
1633
|
-
"profile:
|
|
1641
|
+
"profile:wizard": {
|
|
1634
1642
|
"aliases": [],
|
|
1635
1643
|
"args": {},
|
|
1636
|
-
"description": "
|
|
1644
|
+
"description": "Create a new profile configuration using an interactive wizard",
|
|
1637
1645
|
"examples": [
|
|
1638
|
-
"$ xano profile:
|
|
1639
|
-
"$ xano profile:me --profile production\nUser Information:\n ID: 42\n Name: Admin User\n Email: admin@example.com\n",
|
|
1640
|
-
"$ xano profile:me --output json\n{\n \"id\": 1,\n \"name\": \"John Doe\",\n \"email\": \"john@example.com\"\n}\n"
|
|
1646
|
+
"$ xano profile:wizard\nWelcome to the Xano Profile Wizard!\n? Enter your access token: ***...***\n? Select an instance:\n > Production (https://app.xano.com)\n Staging (https://staging.xano.com)\n? Profile name: production\nProfile 'production' created successfully at ~/.xano/credentials.yaml\n"
|
|
1641
1647
|
],
|
|
1642
1648
|
"flags": {
|
|
1643
|
-
"
|
|
1644
|
-
"char": "
|
|
1645
|
-
"description": "
|
|
1646
|
-
"
|
|
1647
|
-
"
|
|
1649
|
+
"insecure": {
|
|
1650
|
+
"char": "k",
|
|
1651
|
+
"description": "Skip TLS certificate verification (for self-signed certificates)",
|
|
1652
|
+
"name": "insecure",
|
|
1653
|
+
"required": false,
|
|
1654
|
+
"allowNo": false,
|
|
1655
|
+
"type": "boolean"
|
|
1656
|
+
},
|
|
1657
|
+
"name": {
|
|
1658
|
+
"char": "n",
|
|
1659
|
+
"description": "Profile name (skip prompt if provided)",
|
|
1660
|
+
"name": "name",
|
|
1648
1661
|
"required": false,
|
|
1649
1662
|
"hasDynamicHelp": false,
|
|
1650
1663
|
"multiple": false,
|
|
1651
1664
|
"type": "option"
|
|
1652
1665
|
},
|
|
1653
|
-
"
|
|
1654
|
-
"char": "v",
|
|
1655
|
-
"description": "Show detailed request/response information",
|
|
1656
|
-
"env": "XANO_VERBOSE",
|
|
1657
|
-
"name": "verbose",
|
|
1658
|
-
"required": false,
|
|
1659
|
-
"allowNo": false,
|
|
1660
|
-
"type": "boolean"
|
|
1661
|
-
},
|
|
1662
|
-
"output": {
|
|
1666
|
+
"origin": {
|
|
1663
1667
|
"char": "o",
|
|
1664
|
-
"description": "
|
|
1665
|
-
"name": "
|
|
1668
|
+
"description": "Xano instance origin URL",
|
|
1669
|
+
"name": "origin",
|
|
1666
1670
|
"required": false,
|
|
1667
|
-
"default": "
|
|
1671
|
+
"default": "https://app.xano.com",
|
|
1668
1672
|
"hasDynamicHelp": false,
|
|
1669
1673
|
"multiple": false,
|
|
1670
|
-
"options": [
|
|
1671
|
-
"summary",
|
|
1672
|
-
"json"
|
|
1673
|
-
],
|
|
1674
1674
|
"type": "option"
|
|
1675
1675
|
}
|
|
1676
1676
|
},
|
|
1677
1677
|
"hasDynamicHelp": false,
|
|
1678
1678
|
"hiddenAliases": [],
|
|
1679
|
-
"id": "profile:
|
|
1679
|
+
"id": "profile:wizard",
|
|
1680
1680
|
"pluginAlias": "@xano/cli",
|
|
1681
1681
|
"pluginName": "@xano/cli",
|
|
1682
1682
|
"pluginType": "core",
|
|
@@ -1687,50 +1687,17 @@
|
|
|
1687
1687
|
"dist",
|
|
1688
1688
|
"commands",
|
|
1689
1689
|
"profile",
|
|
1690
|
-
"
|
|
1690
|
+
"wizard",
|
|
1691
1691
|
"index.js"
|
|
1692
1692
|
]
|
|
1693
1693
|
},
|
|
1694
|
-
"
|
|
1694
|
+
"release:create": {
|
|
1695
1695
|
"aliases": [],
|
|
1696
1696
|
"args": {},
|
|
1697
|
-
"description": "
|
|
1698
|
-
"examples": [
|
|
1699
|
-
"$ xano profile:workspace\nabc123-workspace-id\n",
|
|
1700
|
-
"$ xano profile:workspace | pbcopy\n# Copies the workspace ID to clipboard on macOS\n"
|
|
1701
|
-
],
|
|
1702
|
-
"flags": {},
|
|
1703
|
-
"hasDynamicHelp": false,
|
|
1704
|
-
"hiddenAliases": [],
|
|
1705
|
-
"id": "profile:workspace",
|
|
1706
|
-
"pluginAlias": "@xano/cli",
|
|
1707
|
-
"pluginName": "@xano/cli",
|
|
1708
|
-
"pluginType": "core",
|
|
1709
|
-
"strict": true,
|
|
1710
|
-
"enableJsonFlag": false,
|
|
1711
|
-
"isESM": true,
|
|
1712
|
-
"relativePath": [
|
|
1713
|
-
"dist",
|
|
1714
|
-
"commands",
|
|
1715
|
-
"profile",
|
|
1716
|
-
"workspace",
|
|
1717
|
-
"index.js"
|
|
1718
|
-
]
|
|
1719
|
-
},
|
|
1720
|
-
"release:delete": {
|
|
1721
|
-
"aliases": [],
|
|
1722
|
-
"args": {
|
|
1723
|
-
"release_name": {
|
|
1724
|
-
"description": "Release name to delete",
|
|
1725
|
-
"name": "release_name",
|
|
1726
|
-
"required": true
|
|
1727
|
-
}
|
|
1728
|
-
},
|
|
1729
|
-
"description": "Delete a release permanently. This action cannot be undone.",
|
|
1697
|
+
"description": "Create a new release in a workspace",
|
|
1730
1698
|
"examples": [
|
|
1731
|
-
"$ xano release
|
|
1732
|
-
"$ xano release
|
|
1733
|
-
"$ xano release delete v1.0 -f -o json"
|
|
1699
|
+
"$ xano release create --name \"v1.0\" --branch main\nCreated release: v1.0 - ID: 10\n",
|
|
1700
|
+
"$ xano release create --name \"v1.1-hotfix\" --branch main --hotfix --description \"Critical fix\" -o json"
|
|
1734
1701
|
],
|
|
1735
1702
|
"flags": {
|
|
1736
1703
|
"profile": {
|
|
@@ -1752,26 +1719,60 @@
|
|
|
1752
1719
|
"allowNo": false,
|
|
1753
1720
|
"type": "boolean"
|
|
1754
1721
|
},
|
|
1755
|
-
"
|
|
1756
|
-
"char": "
|
|
1757
|
-
"description": "
|
|
1758
|
-
"name": "
|
|
1722
|
+
"branch": {
|
|
1723
|
+
"char": "b",
|
|
1724
|
+
"description": "Branch to create the release from",
|
|
1725
|
+
"name": "branch",
|
|
1726
|
+
"required": true,
|
|
1727
|
+
"hasDynamicHelp": false,
|
|
1728
|
+
"multiple": false,
|
|
1729
|
+
"type": "option"
|
|
1730
|
+
},
|
|
1731
|
+
"description": {
|
|
1732
|
+
"char": "d",
|
|
1733
|
+
"description": "Release description",
|
|
1734
|
+
"name": "description",
|
|
1735
|
+
"required": false,
|
|
1736
|
+
"hasDynamicHelp": false,
|
|
1737
|
+
"multiple": false,
|
|
1738
|
+
"type": "option"
|
|
1739
|
+
},
|
|
1740
|
+
"hotfix": {
|
|
1741
|
+
"description": "Mark as a hotfix release",
|
|
1742
|
+
"name": "hotfix",
|
|
1759
1743
|
"required": false,
|
|
1760
1744
|
"allowNo": false,
|
|
1761
1745
|
"type": "boolean"
|
|
1762
1746
|
},
|
|
1747
|
+
"name": {
|
|
1748
|
+
"char": "n",
|
|
1749
|
+
"description": "Name for the release",
|
|
1750
|
+
"name": "name",
|
|
1751
|
+
"required": true,
|
|
1752
|
+
"hasDynamicHelp": false,
|
|
1753
|
+
"multiple": false,
|
|
1754
|
+
"type": "option"
|
|
1755
|
+
},
|
|
1763
1756
|
"output": {
|
|
1764
1757
|
"char": "o",
|
|
1765
1758
|
"description": "Output format",
|
|
1766
1759
|
"name": "output",
|
|
1767
1760
|
"required": false,
|
|
1768
|
-
"default": "summary",
|
|
1761
|
+
"default": "summary",
|
|
1762
|
+
"hasDynamicHelp": false,
|
|
1763
|
+
"multiple": false,
|
|
1764
|
+
"options": [
|
|
1765
|
+
"summary",
|
|
1766
|
+
"json"
|
|
1767
|
+
],
|
|
1768
|
+
"type": "option"
|
|
1769
|
+
},
|
|
1770
|
+
"table-ids": {
|
|
1771
|
+
"description": "Comma-separated table IDs to include",
|
|
1772
|
+
"name": "table-ids",
|
|
1773
|
+
"required": false,
|
|
1769
1774
|
"hasDynamicHelp": false,
|
|
1770
1775
|
"multiple": false,
|
|
1771
|
-
"options": [
|
|
1772
|
-
"summary",
|
|
1773
|
-
"json"
|
|
1774
|
-
],
|
|
1775
1776
|
"type": "option"
|
|
1776
1777
|
},
|
|
1777
1778
|
"workspace": {
|
|
@@ -1786,7 +1787,7 @@
|
|
|
1786
1787
|
},
|
|
1787
1788
|
"hasDynamicHelp": false,
|
|
1788
1789
|
"hiddenAliases": [],
|
|
1789
|
-
"id": "release:
|
|
1790
|
+
"id": "release:create",
|
|
1790
1791
|
"pluginAlias": "@xano/cli",
|
|
1791
1792
|
"pluginName": "@xano/cli",
|
|
1792
1793
|
"pluginType": "core",
|
|
@@ -1797,17 +1798,24 @@
|
|
|
1797
1798
|
"dist",
|
|
1798
1799
|
"commands",
|
|
1799
1800
|
"release",
|
|
1800
|
-
"
|
|
1801
|
+
"create",
|
|
1801
1802
|
"index.js"
|
|
1802
1803
|
]
|
|
1803
1804
|
},
|
|
1804
|
-
"release:
|
|
1805
|
+
"release:delete": {
|
|
1805
1806
|
"aliases": [],
|
|
1806
|
-
"args": {
|
|
1807
|
-
|
|
1807
|
+
"args": {
|
|
1808
|
+
"release_name": {
|
|
1809
|
+
"description": "Release name to delete",
|
|
1810
|
+
"name": "release_name",
|
|
1811
|
+
"required": true
|
|
1812
|
+
}
|
|
1813
|
+
},
|
|
1814
|
+
"description": "Delete a release permanently. This action cannot be undone.",
|
|
1808
1815
|
"examples": [
|
|
1809
|
-
"$ xano release
|
|
1810
|
-
"$ xano release
|
|
1816
|
+
"$ xano release delete v1.0\nAre you sure you want to delete release 'v1.0'? This action cannot be undone. (y/N) y\nDeleted release 'v1.0'\n",
|
|
1817
|
+
"$ xano release delete v1.0 --force\nDeleted release 'v1.0'\n",
|
|
1818
|
+
"$ xano release delete v1.0 -f -o json"
|
|
1811
1819
|
],
|
|
1812
1820
|
"flags": {
|
|
1813
1821
|
"profile": {
|
|
@@ -1829,40 +1837,14 @@
|
|
|
1829
1837
|
"allowNo": false,
|
|
1830
1838
|
"type": "boolean"
|
|
1831
1839
|
},
|
|
1832
|
-
"
|
|
1833
|
-
"char": "
|
|
1834
|
-
"description": "
|
|
1835
|
-
"name": "
|
|
1836
|
-
"required": true,
|
|
1837
|
-
"hasDynamicHelp": false,
|
|
1838
|
-
"multiple": false,
|
|
1839
|
-
"type": "option"
|
|
1840
|
-
},
|
|
1841
|
-
"description": {
|
|
1842
|
-
"char": "d",
|
|
1843
|
-
"description": "Release description",
|
|
1844
|
-
"name": "description",
|
|
1845
|
-
"required": false,
|
|
1846
|
-
"hasDynamicHelp": false,
|
|
1847
|
-
"multiple": false,
|
|
1848
|
-
"type": "option"
|
|
1849
|
-
},
|
|
1850
|
-
"hotfix": {
|
|
1851
|
-
"description": "Mark as a hotfix release",
|
|
1852
|
-
"name": "hotfix",
|
|
1840
|
+
"force": {
|
|
1841
|
+
"char": "f",
|
|
1842
|
+
"description": "Skip confirmation prompt",
|
|
1843
|
+
"name": "force",
|
|
1853
1844
|
"required": false,
|
|
1854
1845
|
"allowNo": false,
|
|
1855
1846
|
"type": "boolean"
|
|
1856
1847
|
},
|
|
1857
|
-
"name": {
|
|
1858
|
-
"char": "n",
|
|
1859
|
-
"description": "Name for the release",
|
|
1860
|
-
"name": "name",
|
|
1861
|
-
"required": true,
|
|
1862
|
-
"hasDynamicHelp": false,
|
|
1863
|
-
"multiple": false,
|
|
1864
|
-
"type": "option"
|
|
1865
|
-
},
|
|
1866
1848
|
"output": {
|
|
1867
1849
|
"char": "o",
|
|
1868
1850
|
"description": "Output format",
|
|
@@ -1877,14 +1859,6 @@
|
|
|
1877
1859
|
],
|
|
1878
1860
|
"type": "option"
|
|
1879
1861
|
},
|
|
1880
|
-
"table-ids": {
|
|
1881
|
-
"description": "Comma-separated table IDs to include",
|
|
1882
|
-
"name": "table-ids",
|
|
1883
|
-
"required": false,
|
|
1884
|
-
"hasDynamicHelp": false,
|
|
1885
|
-
"multiple": false,
|
|
1886
|
-
"type": "option"
|
|
1887
|
-
},
|
|
1888
1862
|
"workspace": {
|
|
1889
1863
|
"char": "w",
|
|
1890
1864
|
"description": "Workspace ID (uses profile workspace if not provided)",
|
|
@@ -1897,7 +1871,7 @@
|
|
|
1897
1871
|
},
|
|
1898
1872
|
"hasDynamicHelp": false,
|
|
1899
1873
|
"hiddenAliases": [],
|
|
1900
|
-
"id": "release:
|
|
1874
|
+
"id": "release:delete",
|
|
1901
1875
|
"pluginAlias": "@xano/cli",
|
|
1902
1876
|
"pluginName": "@xano/cli",
|
|
1903
1877
|
"pluginType": "core",
|
|
@@ -1908,7 +1882,7 @@
|
|
|
1908
1882
|
"dist",
|
|
1909
1883
|
"commands",
|
|
1910
1884
|
"release",
|
|
1911
|
-
"
|
|
1885
|
+
"delete",
|
|
1912
1886
|
"index.js"
|
|
1913
1887
|
]
|
|
1914
1888
|
},
|
|
@@ -2005,19 +1979,20 @@
|
|
|
2005
1979
|
"index.js"
|
|
2006
1980
|
]
|
|
2007
1981
|
},
|
|
2008
|
-
"release:
|
|
1982
|
+
"release:export": {
|
|
2009
1983
|
"aliases": [],
|
|
2010
1984
|
"args": {
|
|
2011
1985
|
"release_name": {
|
|
2012
|
-
"description": "Release name to
|
|
1986
|
+
"description": "Release name to export",
|
|
2013
1987
|
"name": "release_name",
|
|
2014
1988
|
"required": true
|
|
2015
1989
|
}
|
|
2016
1990
|
},
|
|
2017
|
-
"description": "
|
|
1991
|
+
"description": "Export (download) a release to a local file",
|
|
2018
1992
|
"examples": [
|
|
2019
|
-
"$ xano release
|
|
2020
|
-
"$ xano release
|
|
1993
|
+
"$ xano release export v1.0\nDownloaded release 'v1.0' to ./release-v1.0.tar.gz\n",
|
|
1994
|
+
"$ xano release export v1.0 --output ./backups/my-release.tar.gz",
|
|
1995
|
+
"$ xano release export v1.0 -o json"
|
|
2021
1996
|
],
|
|
2022
1997
|
"flags": {
|
|
2023
1998
|
"profile": {
|
|
@@ -2039,10 +2014,10 @@
|
|
|
2039
2014
|
"allowNo": false,
|
|
2040
2015
|
"type": "boolean"
|
|
2041
2016
|
},
|
|
2042
|
-
"
|
|
2017
|
+
"format": {
|
|
2043
2018
|
"char": "o",
|
|
2044
2019
|
"description": "Output format",
|
|
2045
|
-
"name": "
|
|
2020
|
+
"name": "format",
|
|
2046
2021
|
"required": false,
|
|
2047
2022
|
"default": "summary",
|
|
2048
2023
|
"hasDynamicHelp": false,
|
|
@@ -2053,6 +2028,14 @@
|
|
|
2053
2028
|
],
|
|
2054
2029
|
"type": "option"
|
|
2055
2030
|
},
|
|
2031
|
+
"output": {
|
|
2032
|
+
"description": "Output file path (defaults to ./release-{name}.tar.gz)",
|
|
2033
|
+
"name": "output",
|
|
2034
|
+
"required": false,
|
|
2035
|
+
"hasDynamicHelp": false,
|
|
2036
|
+
"multiple": false,
|
|
2037
|
+
"type": "option"
|
|
2038
|
+
},
|
|
2056
2039
|
"workspace": {
|
|
2057
2040
|
"char": "w",
|
|
2058
2041
|
"description": "Workspace ID (uses profile workspace if not provided)",
|
|
@@ -2065,7 +2048,7 @@
|
|
|
2065
2048
|
},
|
|
2066
2049
|
"hasDynamicHelp": false,
|
|
2067
2050
|
"hiddenAliases": [],
|
|
2068
|
-
"id": "release:
|
|
2051
|
+
"id": "release:export",
|
|
2069
2052
|
"pluginAlias": "@xano/cli",
|
|
2070
2053
|
"pluginName": "@xano/cli",
|
|
2071
2054
|
"pluginType": "core",
|
|
@@ -2076,7 +2059,7 @@
|
|
|
2076
2059
|
"dist",
|
|
2077
2060
|
"commands",
|
|
2078
2061
|
"release",
|
|
2079
|
-
"
|
|
2062
|
+
"export",
|
|
2080
2063
|
"index.js"
|
|
2081
2064
|
]
|
|
2082
2065
|
},
|
|
@@ -2158,13 +2141,19 @@
|
|
|
2158
2141
|
"index.js"
|
|
2159
2142
|
]
|
|
2160
2143
|
},
|
|
2161
|
-
"release:
|
|
2144
|
+
"release:get": {
|
|
2162
2145
|
"aliases": [],
|
|
2163
|
-
"args": {
|
|
2164
|
-
|
|
2146
|
+
"args": {
|
|
2147
|
+
"release_name": {
|
|
2148
|
+
"description": "Release name to retrieve",
|
|
2149
|
+
"name": "release_name",
|
|
2150
|
+
"required": true
|
|
2151
|
+
}
|
|
2152
|
+
},
|
|
2153
|
+
"description": "Get details of a specific release",
|
|
2165
2154
|
"examples": [
|
|
2166
|
-
"$ xano release
|
|
2167
|
-
"$ xano release
|
|
2155
|
+
"$ xano release get v1.0\nRelease: v1.0 - ID: 10\n Branch: main\n Description: Initial release\n Hotfix: false\n",
|
|
2156
|
+
"$ xano release get v1.0 -w 5 -o json"
|
|
2168
2157
|
],
|
|
2169
2158
|
"flags": {
|
|
2170
2159
|
"profile": {
|
|
@@ -2212,7 +2201,7 @@
|
|
|
2212
2201
|
},
|
|
2213
2202
|
"hasDynamicHelp": false,
|
|
2214
2203
|
"hiddenAliases": [],
|
|
2215
|
-
"id": "release:
|
|
2204
|
+
"id": "release:get",
|
|
2216
2205
|
"pluginAlias": "@xano/cli",
|
|
2217
2206
|
"pluginName": "@xano/cli",
|
|
2218
2207
|
"pluginType": "core",
|
|
@@ -2223,7 +2212,33 @@
|
|
|
2223
2212
|
"dist",
|
|
2224
2213
|
"commands",
|
|
2225
2214
|
"release",
|
|
2226
|
-
"
|
|
2215
|
+
"get",
|
|
2216
|
+
"index.js"
|
|
2217
|
+
]
|
|
2218
|
+
},
|
|
2219
|
+
"profile:workspace": {
|
|
2220
|
+
"aliases": [],
|
|
2221
|
+
"args": {},
|
|
2222
|
+
"description": "Print the workspace ID for the default profile",
|
|
2223
|
+
"examples": [
|
|
2224
|
+
"$ xano profile:workspace\nabc123-workspace-id\n",
|
|
2225
|
+
"$ xano profile:workspace | pbcopy\n# Copies the workspace ID to clipboard on macOS\n"
|
|
2226
|
+
],
|
|
2227
|
+
"flags": {},
|
|
2228
|
+
"hasDynamicHelp": false,
|
|
2229
|
+
"hiddenAliases": [],
|
|
2230
|
+
"id": "profile:workspace",
|
|
2231
|
+
"pluginAlias": "@xano/cli",
|
|
2232
|
+
"pluginName": "@xano/cli",
|
|
2233
|
+
"pluginType": "core",
|
|
2234
|
+
"strict": true,
|
|
2235
|
+
"enableJsonFlag": false,
|
|
2236
|
+
"isESM": true,
|
|
2237
|
+
"relativePath": [
|
|
2238
|
+
"dist",
|
|
2239
|
+
"commands",
|
|
2240
|
+
"profile",
|
|
2241
|
+
"workspace",
|
|
2227
2242
|
"index.js"
|
|
2228
2243
|
]
|
|
2229
2244
|
},
|
|
@@ -2430,20 +2445,13 @@
|
|
|
2430
2445
|
"index.js"
|
|
2431
2446
|
]
|
|
2432
2447
|
},
|
|
2433
|
-
"release:
|
|
2448
|
+
"release:list": {
|
|
2434
2449
|
"aliases": [],
|
|
2435
|
-
"args": {
|
|
2436
|
-
|
|
2437
|
-
"description": "Release name to export",
|
|
2438
|
-
"name": "release_name",
|
|
2439
|
-
"required": true
|
|
2440
|
-
}
|
|
2441
|
-
},
|
|
2442
|
-
"description": "Export (download) a release to a local file",
|
|
2450
|
+
"args": {},
|
|
2451
|
+
"description": "List all releases in a workspace",
|
|
2443
2452
|
"examples": [
|
|
2444
|
-
"$ xano release
|
|
2445
|
-
"$ xano release
|
|
2446
|
-
"$ xano release export v1.0 -o json"
|
|
2453
|
+
"$ xano release list\nReleases in workspace 5:\n - v1.0 (ID: 10) - main\n - v1.1-hotfix (ID: 11) - main [hotfix]\n",
|
|
2454
|
+
"$ xano release list -w 5 --output json"
|
|
2447
2455
|
],
|
|
2448
2456
|
"flags": {
|
|
2449
2457
|
"profile": {
|
|
@@ -2465,10 +2473,10 @@
|
|
|
2465
2473
|
"allowNo": false,
|
|
2466
2474
|
"type": "boolean"
|
|
2467
2475
|
},
|
|
2468
|
-
"
|
|
2476
|
+
"output": {
|
|
2469
2477
|
"char": "o",
|
|
2470
2478
|
"description": "Output format",
|
|
2471
|
-
"name": "
|
|
2479
|
+
"name": "output",
|
|
2472
2480
|
"required": false,
|
|
2473
2481
|
"default": "summary",
|
|
2474
2482
|
"hasDynamicHelp": false,
|
|
@@ -2479,14 +2487,6 @@
|
|
|
2479
2487
|
],
|
|
2480
2488
|
"type": "option"
|
|
2481
2489
|
},
|
|
2482
|
-
"output": {
|
|
2483
|
-
"description": "Output file path (defaults to ./release-{name}.tar.gz)",
|
|
2484
|
-
"name": "output",
|
|
2485
|
-
"required": false,
|
|
2486
|
-
"hasDynamicHelp": false,
|
|
2487
|
-
"multiple": false,
|
|
2488
|
-
"type": "option"
|
|
2489
|
-
},
|
|
2490
2490
|
"workspace": {
|
|
2491
2491
|
"char": "w",
|
|
2492
2492
|
"description": "Workspace ID (uses profile workspace if not provided)",
|
|
@@ -2499,7 +2499,7 @@
|
|
|
2499
2499
|
},
|
|
2500
2500
|
"hasDynamicHelp": false,
|
|
2501
2501
|
"hiddenAliases": [],
|
|
2502
|
-
"id": "release:
|
|
2502
|
+
"id": "release:list",
|
|
2503
2503
|
"pluginAlias": "@xano/cli",
|
|
2504
2504
|
"pluginName": "@xano/cli",
|
|
2505
2505
|
"pluginType": "core",
|
|
@@ -2510,7 +2510,7 @@
|
|
|
2510
2510
|
"dist",
|
|
2511
2511
|
"commands",
|
|
2512
2512
|
"release",
|
|
2513
|
-
"
|
|
2513
|
+
"list",
|
|
2514
2514
|
"index.js"
|
|
2515
2515
|
]
|
|
2516
2516
|
},
|
|
@@ -2603,20 +2603,19 @@
|
|
|
2603
2603
|
"index.js"
|
|
2604
2604
|
]
|
|
2605
2605
|
},
|
|
2606
|
-
"tenant:
|
|
2606
|
+
"tenant:create": {
|
|
2607
2607
|
"aliases": [],
|
|
2608
2608
|
"args": {
|
|
2609
|
-
"
|
|
2610
|
-
"description": "
|
|
2611
|
-
"name": "
|
|
2609
|
+
"display": {
|
|
2610
|
+
"description": "Display name for the tenant",
|
|
2611
|
+
"name": "display",
|
|
2612
2612
|
"required": true
|
|
2613
2613
|
}
|
|
2614
2614
|
},
|
|
2615
|
-
"description": "
|
|
2615
|
+
"description": "Create a new tenant in a workspace",
|
|
2616
2616
|
"examples": [
|
|
2617
|
-
"$ xano tenant
|
|
2618
|
-
"$ xano tenant
|
|
2619
|
-
"$ xano tenant delete t1234-abcd-xyz1 -f -o json"
|
|
2617
|
+
"$ xano tenant create \"Production\"\nCreated tenant: Production (production) - ID: 42\n",
|
|
2618
|
+
"$ xano tenant create \"Staging\" --description \"Staging env\" --cluster_id 1 --platform_id 1 --license tier2 -o json"
|
|
2620
2619
|
],
|
|
2621
2620
|
"flags": {
|
|
2622
2621
|
"profile": {
|
|
@@ -2638,14 +2637,57 @@
|
|
|
2638
2637
|
"allowNo": false,
|
|
2639
2638
|
"type": "boolean"
|
|
2640
2639
|
},
|
|
2641
|
-
"
|
|
2642
|
-
"
|
|
2643
|
-
"
|
|
2644
|
-
"
|
|
2640
|
+
"cluster_id": {
|
|
2641
|
+
"description": "Cluster ID to deploy to (required for tier2/tier3)",
|
|
2642
|
+
"name": "cluster_id",
|
|
2643
|
+
"required": false,
|
|
2644
|
+
"hasDynamicHelp": false,
|
|
2645
|
+
"multiple": false,
|
|
2646
|
+
"type": "option"
|
|
2647
|
+
},
|
|
2648
|
+
"description": {
|
|
2649
|
+
"char": "d",
|
|
2650
|
+
"description": "Tenant description",
|
|
2651
|
+
"name": "description",
|
|
2652
|
+
"required": false,
|
|
2653
|
+
"hasDynamicHelp": false,
|
|
2654
|
+
"multiple": false,
|
|
2655
|
+
"type": "option"
|
|
2656
|
+
},
|
|
2657
|
+
"domain": {
|
|
2658
|
+
"description": "Custom domain for the tenant",
|
|
2659
|
+
"name": "domain",
|
|
2645
2660
|
"required": false,
|
|
2661
|
+
"hasDynamicHelp": false,
|
|
2662
|
+
"multiple": false,
|
|
2663
|
+
"type": "option"
|
|
2664
|
+
},
|
|
2665
|
+
"ephemeral": {
|
|
2666
|
+
"description": "Mark tenant as ephemeral (allows push operations)",
|
|
2667
|
+
"name": "ephemeral",
|
|
2646
2668
|
"allowNo": false,
|
|
2647
2669
|
"type": "boolean"
|
|
2648
2670
|
},
|
|
2671
|
+
"ingress": {
|
|
2672
|
+
"description": "Enable ingress",
|
|
2673
|
+
"name": "ingress",
|
|
2674
|
+
"allowNo": true,
|
|
2675
|
+
"type": "boolean"
|
|
2676
|
+
},
|
|
2677
|
+
"license": {
|
|
2678
|
+
"description": "License tier",
|
|
2679
|
+
"name": "license",
|
|
2680
|
+
"required": false,
|
|
2681
|
+
"default": "tier1",
|
|
2682
|
+
"hasDynamicHelp": false,
|
|
2683
|
+
"multiple": false,
|
|
2684
|
+
"options": [
|
|
2685
|
+
"tier1",
|
|
2686
|
+
"tier2",
|
|
2687
|
+
"tier3"
|
|
2688
|
+
],
|
|
2689
|
+
"type": "option"
|
|
2690
|
+
},
|
|
2649
2691
|
"output": {
|
|
2650
2692
|
"char": "o",
|
|
2651
2693
|
"description": "Output format",
|
|
@@ -2654,12 +2696,26 @@
|
|
|
2654
2696
|
"default": "summary",
|
|
2655
2697
|
"hasDynamicHelp": false,
|
|
2656
2698
|
"multiple": false,
|
|
2657
|
-
"options": [
|
|
2658
|
-
"summary",
|
|
2659
|
-
"json"
|
|
2660
|
-
],
|
|
2699
|
+
"options": [
|
|
2700
|
+
"summary",
|
|
2701
|
+
"json"
|
|
2702
|
+
],
|
|
2703
|
+
"type": "option"
|
|
2704
|
+
},
|
|
2705
|
+
"platform_id": {
|
|
2706
|
+
"description": "Platform ID to use",
|
|
2707
|
+
"name": "platform_id",
|
|
2708
|
+
"required": false,
|
|
2709
|
+
"hasDynamicHelp": false,
|
|
2710
|
+
"multiple": false,
|
|
2661
2711
|
"type": "option"
|
|
2662
2712
|
},
|
|
2713
|
+
"tasks": {
|
|
2714
|
+
"description": "Enable background tasks",
|
|
2715
|
+
"name": "tasks",
|
|
2716
|
+
"allowNo": true,
|
|
2717
|
+
"type": "boolean"
|
|
2718
|
+
},
|
|
2663
2719
|
"workspace": {
|
|
2664
2720
|
"char": "w",
|
|
2665
2721
|
"description": "Workspace ID (uses profile workspace if not provided)",
|
|
@@ -2672,7 +2728,7 @@
|
|
|
2672
2728
|
},
|
|
2673
2729
|
"hasDynamicHelp": false,
|
|
2674
2730
|
"hiddenAliases": [],
|
|
2675
|
-
"id": "tenant:
|
|
2731
|
+
"id": "tenant:create",
|
|
2676
2732
|
"pluginAlias": "@xano/cli",
|
|
2677
2733
|
"pluginName": "@xano/cli",
|
|
2678
2734
|
"pluginType": "core",
|
|
@@ -2683,23 +2739,24 @@
|
|
|
2683
2739
|
"dist",
|
|
2684
2740
|
"commands",
|
|
2685
2741
|
"tenant",
|
|
2686
|
-
"
|
|
2742
|
+
"create",
|
|
2687
2743
|
"index.js"
|
|
2688
2744
|
]
|
|
2689
2745
|
},
|
|
2690
|
-
"tenant:
|
|
2746
|
+
"tenant:delete": {
|
|
2691
2747
|
"aliases": [],
|
|
2692
2748
|
"args": {
|
|
2693
2749
|
"tenant_name": {
|
|
2694
|
-
"description": "Tenant name to
|
|
2750
|
+
"description": "Tenant name to delete",
|
|
2695
2751
|
"name": "tenant_name",
|
|
2696
2752
|
"required": true
|
|
2697
2753
|
}
|
|
2698
2754
|
},
|
|
2699
|
-
"description": "
|
|
2755
|
+
"description": "Delete a tenant permanently. This destroys all associated infrastructure and cannot be undone.",
|
|
2700
2756
|
"examples": [
|
|
2701
|
-
"$ xano tenant
|
|
2702
|
-
"$ xano tenant
|
|
2757
|
+
"$ xano tenant delete t1234-abcd-xyz1\nAre you sure you want to delete tenant t1234-abcd-xyz1? This action cannot be undone. (y/N) y\nDeleted tenant t1234-abcd-xyz1\n",
|
|
2758
|
+
"$ xano tenant delete t1234-abcd-xyz1 --force\nDeleted tenant t1234-abcd-xyz1\n",
|
|
2759
|
+
"$ xano tenant delete t1234-abcd-xyz1 -f -o json"
|
|
2703
2760
|
],
|
|
2704
2761
|
"flags": {
|
|
2705
2762
|
"profile": {
|
|
@@ -2721,6 +2778,14 @@
|
|
|
2721
2778
|
"allowNo": false,
|
|
2722
2779
|
"type": "boolean"
|
|
2723
2780
|
},
|
|
2781
|
+
"force": {
|
|
2782
|
+
"char": "f",
|
|
2783
|
+
"description": "Skip confirmation prompt",
|
|
2784
|
+
"name": "force",
|
|
2785
|
+
"required": false,
|
|
2786
|
+
"allowNo": false,
|
|
2787
|
+
"type": "boolean"
|
|
2788
|
+
},
|
|
2724
2789
|
"output": {
|
|
2725
2790
|
"char": "o",
|
|
2726
2791
|
"description": "Output format",
|
|
@@ -2735,14 +2800,6 @@
|
|
|
2735
2800
|
],
|
|
2736
2801
|
"type": "option"
|
|
2737
2802
|
},
|
|
2738
|
-
"platform_id": {
|
|
2739
|
-
"description": "Platform ID to deploy",
|
|
2740
|
-
"name": "platform_id",
|
|
2741
|
-
"required": true,
|
|
2742
|
-
"hasDynamicHelp": false,
|
|
2743
|
-
"multiple": false,
|
|
2744
|
-
"type": "option"
|
|
2745
|
-
},
|
|
2746
2803
|
"workspace": {
|
|
2747
2804
|
"char": "w",
|
|
2748
2805
|
"description": "Workspace ID (uses profile workspace if not provided)",
|
|
@@ -2755,7 +2812,7 @@
|
|
|
2755
2812
|
},
|
|
2756
2813
|
"hasDynamicHelp": false,
|
|
2757
2814
|
"hiddenAliases": [],
|
|
2758
|
-
"id": "tenant:
|
|
2815
|
+
"id": "tenant:delete",
|
|
2759
2816
|
"pluginAlias": "@xano/cli",
|
|
2760
2817
|
"pluginName": "@xano/cli",
|
|
2761
2818
|
"pluginType": "core",
|
|
@@ -2766,23 +2823,23 @@
|
|
|
2766
2823
|
"dist",
|
|
2767
2824
|
"commands",
|
|
2768
2825
|
"tenant",
|
|
2769
|
-
"
|
|
2826
|
+
"delete",
|
|
2770
2827
|
"index.js"
|
|
2771
2828
|
]
|
|
2772
2829
|
},
|
|
2773
|
-
"tenant:
|
|
2830
|
+
"tenant:deploy_platform": {
|
|
2774
2831
|
"aliases": [],
|
|
2775
2832
|
"args": {
|
|
2776
2833
|
"tenant_name": {
|
|
2777
|
-
"description": "Tenant name to
|
|
2834
|
+
"description": "Tenant name to deploy to",
|
|
2778
2835
|
"name": "tenant_name",
|
|
2779
2836
|
"required": true
|
|
2780
2837
|
}
|
|
2781
2838
|
},
|
|
2782
|
-
"description": "
|
|
2839
|
+
"description": "Deploy a platform version to a tenant",
|
|
2783
2840
|
"examples": [
|
|
2784
|
-
"$ xano tenant
|
|
2785
|
-
"$ xano tenant
|
|
2841
|
+
"$ xano tenant deploy_platform t1234-abcd-xyz1 --platform_id 5\nDeployed platform 5 to tenant: My Tenant (my-tenant)\n",
|
|
2842
|
+
"$ xano tenant deploy_platform t1234-abcd-xyz1 --platform_id 5 -o json"
|
|
2786
2843
|
],
|
|
2787
2844
|
"flags": {
|
|
2788
2845
|
"profile": {
|
|
@@ -2804,38 +2861,6 @@
|
|
|
2804
2861
|
"allowNo": false,
|
|
2805
2862
|
"type": "boolean"
|
|
2806
2863
|
},
|
|
2807
|
-
"description": {
|
|
2808
|
-
"char": "d",
|
|
2809
|
-
"description": "New description",
|
|
2810
|
-
"name": "description",
|
|
2811
|
-
"required": false,
|
|
2812
|
-
"hasDynamicHelp": false,
|
|
2813
|
-
"multiple": false,
|
|
2814
|
-
"type": "option"
|
|
2815
|
-
},
|
|
2816
|
-
"display": {
|
|
2817
|
-
"description": "New display name",
|
|
2818
|
-
"name": "display",
|
|
2819
|
-
"required": false,
|
|
2820
|
-
"hasDynamicHelp": false,
|
|
2821
|
-
"multiple": false,
|
|
2822
|
-
"type": "option"
|
|
2823
|
-
},
|
|
2824
|
-
"domain": {
|
|
2825
|
-
"description": "Custom domain",
|
|
2826
|
-
"name": "domain",
|
|
2827
|
-
"required": false,
|
|
2828
|
-
"hasDynamicHelp": false,
|
|
2829
|
-
"multiple": false,
|
|
2830
|
-
"type": "option"
|
|
2831
|
-
},
|
|
2832
|
-
"ingress": {
|
|
2833
|
-
"description": "Enable/disable ingress",
|
|
2834
|
-
"name": "ingress",
|
|
2835
|
-
"required": false,
|
|
2836
|
-
"allowNo": true,
|
|
2837
|
-
"type": "boolean"
|
|
2838
|
-
},
|
|
2839
2864
|
"output": {
|
|
2840
2865
|
"char": "o",
|
|
2841
2866
|
"description": "Output format",
|
|
@@ -2850,28 +2875,14 @@
|
|
|
2850
2875
|
],
|
|
2851
2876
|
"type": "option"
|
|
2852
2877
|
},
|
|
2853
|
-
"
|
|
2854
|
-
"description": "
|
|
2855
|
-
"name": "
|
|
2856
|
-
"required":
|
|
2878
|
+
"platform_id": {
|
|
2879
|
+
"description": "Platform ID to deploy",
|
|
2880
|
+
"name": "platform_id",
|
|
2881
|
+
"required": true,
|
|
2857
2882
|
"hasDynamicHelp": false,
|
|
2858
2883
|
"multiple": false,
|
|
2859
2884
|
"type": "option"
|
|
2860
2885
|
},
|
|
2861
|
-
"rbac": {
|
|
2862
|
-
"description": "Enable/disable RBAC",
|
|
2863
|
-
"name": "rbac",
|
|
2864
|
-
"required": false,
|
|
2865
|
-
"allowNo": true,
|
|
2866
|
-
"type": "boolean"
|
|
2867
|
-
},
|
|
2868
|
-
"tasks": {
|
|
2869
|
-
"description": "Enable/disable background tasks",
|
|
2870
|
-
"name": "tasks",
|
|
2871
|
-
"required": false,
|
|
2872
|
-
"allowNo": true,
|
|
2873
|
-
"type": "boolean"
|
|
2874
|
-
},
|
|
2875
2886
|
"workspace": {
|
|
2876
2887
|
"char": "w",
|
|
2877
2888
|
"description": "Workspace ID (uses profile workspace if not provided)",
|
|
@@ -2884,7 +2895,7 @@
|
|
|
2884
2895
|
},
|
|
2885
2896
|
"hasDynamicHelp": false,
|
|
2886
2897
|
"hiddenAliases": [],
|
|
2887
|
-
"id": "tenant:
|
|
2898
|
+
"id": "tenant:deploy_platform",
|
|
2888
2899
|
"pluginAlias": "@xano/cli",
|
|
2889
2900
|
"pluginName": "@xano/cli",
|
|
2890
2901
|
"pluginType": "core",
|
|
@@ -2895,7 +2906,7 @@
|
|
|
2895
2906
|
"dist",
|
|
2896
2907
|
"commands",
|
|
2897
2908
|
"tenant",
|
|
2898
|
-
"
|
|
2909
|
+
"deploy_platform",
|
|
2899
2910
|
"index.js"
|
|
2900
2911
|
]
|
|
2901
2912
|
},
|
|
@@ -3109,149 +3120,9 @@
|
|
|
3109
3120
|
"url-only": {
|
|
3110
3121
|
"char": "u",
|
|
3111
3122
|
"description": "Print the URL without opening the browser",
|
|
3112
|
-
"name": "url-only",
|
|
3113
|
-
"required": false,
|
|
3114
|
-
"allowNo": false,
|
|
3115
|
-
"type": "boolean"
|
|
3116
|
-
},
|
|
3117
|
-
"workspace": {
|
|
3118
|
-
"char": "w",
|
|
3119
|
-
"description": "Workspace ID (uses profile workspace if not provided)",
|
|
3120
|
-
"name": "workspace",
|
|
3121
|
-
"required": false,
|
|
3122
|
-
"hasDynamicHelp": false,
|
|
3123
|
-
"multiple": false,
|
|
3124
|
-
"type": "option"
|
|
3125
|
-
}
|
|
3126
|
-
},
|
|
3127
|
-
"hasDynamicHelp": false,
|
|
3128
|
-
"hiddenAliases": [],
|
|
3129
|
-
"id": "tenant:impersonate",
|
|
3130
|
-
"pluginAlias": "@xano/cli",
|
|
3131
|
-
"pluginName": "@xano/cli",
|
|
3132
|
-
"pluginType": "core",
|
|
3133
|
-
"strict": true,
|
|
3134
|
-
"enableJsonFlag": false,
|
|
3135
|
-
"isESM": true,
|
|
3136
|
-
"relativePath": [
|
|
3137
|
-
"dist",
|
|
3138
|
-
"commands",
|
|
3139
|
-
"tenant",
|
|
3140
|
-
"impersonate",
|
|
3141
|
-
"index.js"
|
|
3142
|
-
]
|
|
3143
|
-
},
|
|
3144
|
-
"tenant:create": {
|
|
3145
|
-
"aliases": [],
|
|
3146
|
-
"args": {
|
|
3147
|
-
"display": {
|
|
3148
|
-
"description": "Display name for the tenant",
|
|
3149
|
-
"name": "display",
|
|
3150
|
-
"required": true
|
|
3151
|
-
}
|
|
3152
|
-
},
|
|
3153
|
-
"description": "Create a new tenant in a workspace",
|
|
3154
|
-
"examples": [
|
|
3155
|
-
"$ xano tenant create \"Production\"\nCreated tenant: Production (production) - ID: 42\n",
|
|
3156
|
-
"$ xano tenant create \"Staging\" --description \"Staging env\" --cluster_id 1 --platform_id 1 --license tier2 -o json"
|
|
3157
|
-
],
|
|
3158
|
-
"flags": {
|
|
3159
|
-
"profile": {
|
|
3160
|
-
"char": "p",
|
|
3161
|
-
"description": "Profile to use (uses default profile if not specified)",
|
|
3162
|
-
"env": "XANO_PROFILE",
|
|
3163
|
-
"name": "profile",
|
|
3164
|
-
"required": false,
|
|
3165
|
-
"hasDynamicHelp": false,
|
|
3166
|
-
"multiple": false,
|
|
3167
|
-
"type": "option"
|
|
3168
|
-
},
|
|
3169
|
-
"verbose": {
|
|
3170
|
-
"char": "v",
|
|
3171
|
-
"description": "Show detailed request/response information",
|
|
3172
|
-
"env": "XANO_VERBOSE",
|
|
3173
|
-
"name": "verbose",
|
|
3174
|
-
"required": false,
|
|
3175
|
-
"allowNo": false,
|
|
3176
|
-
"type": "boolean"
|
|
3177
|
-
},
|
|
3178
|
-
"cluster_id": {
|
|
3179
|
-
"description": "Cluster ID to deploy to (required for tier2/tier3)",
|
|
3180
|
-
"name": "cluster_id",
|
|
3181
|
-
"required": false,
|
|
3182
|
-
"hasDynamicHelp": false,
|
|
3183
|
-
"multiple": false,
|
|
3184
|
-
"type": "option"
|
|
3185
|
-
},
|
|
3186
|
-
"description": {
|
|
3187
|
-
"char": "d",
|
|
3188
|
-
"description": "Tenant description",
|
|
3189
|
-
"name": "description",
|
|
3190
|
-
"required": false,
|
|
3191
|
-
"hasDynamicHelp": false,
|
|
3192
|
-
"multiple": false,
|
|
3193
|
-
"type": "option"
|
|
3194
|
-
},
|
|
3195
|
-
"domain": {
|
|
3196
|
-
"description": "Custom domain for the tenant",
|
|
3197
|
-
"name": "domain",
|
|
3198
|
-
"required": false,
|
|
3199
|
-
"hasDynamicHelp": false,
|
|
3200
|
-
"multiple": false,
|
|
3201
|
-
"type": "option"
|
|
3202
|
-
},
|
|
3203
|
-
"ephemeral": {
|
|
3204
|
-
"description": "Mark tenant as ephemeral (allows push operations)",
|
|
3205
|
-
"name": "ephemeral",
|
|
3206
|
-
"allowNo": false,
|
|
3207
|
-
"type": "boolean"
|
|
3208
|
-
},
|
|
3209
|
-
"ingress": {
|
|
3210
|
-
"description": "Enable ingress",
|
|
3211
|
-
"name": "ingress",
|
|
3212
|
-
"allowNo": true,
|
|
3213
|
-
"type": "boolean"
|
|
3214
|
-
},
|
|
3215
|
-
"license": {
|
|
3216
|
-
"description": "License tier",
|
|
3217
|
-
"name": "license",
|
|
3218
|
-
"required": false,
|
|
3219
|
-
"default": "tier1",
|
|
3220
|
-
"hasDynamicHelp": false,
|
|
3221
|
-
"multiple": false,
|
|
3222
|
-
"options": [
|
|
3223
|
-
"tier1",
|
|
3224
|
-
"tier2",
|
|
3225
|
-
"tier3"
|
|
3226
|
-
],
|
|
3227
|
-
"type": "option"
|
|
3228
|
-
},
|
|
3229
|
-
"output": {
|
|
3230
|
-
"char": "o",
|
|
3231
|
-
"description": "Output format",
|
|
3232
|
-
"name": "output",
|
|
3233
|
-
"required": false,
|
|
3234
|
-
"default": "summary",
|
|
3235
|
-
"hasDynamicHelp": false,
|
|
3236
|
-
"multiple": false,
|
|
3237
|
-
"options": [
|
|
3238
|
-
"summary",
|
|
3239
|
-
"json"
|
|
3240
|
-
],
|
|
3241
|
-
"type": "option"
|
|
3242
|
-
},
|
|
3243
|
-
"platform_id": {
|
|
3244
|
-
"description": "Platform ID to use",
|
|
3245
|
-
"name": "platform_id",
|
|
3246
|
-
"required": false,
|
|
3247
|
-
"hasDynamicHelp": false,
|
|
3248
|
-
"multiple": false,
|
|
3249
|
-
"type": "option"
|
|
3250
|
-
},
|
|
3251
|
-
"tasks": {
|
|
3252
|
-
"description": "Enable background tasks",
|
|
3253
|
-
"name": "tasks",
|
|
3254
|
-
"allowNo": true,
|
|
3123
|
+
"name": "url-only",
|
|
3124
|
+
"required": false,
|
|
3125
|
+
"allowNo": false,
|
|
3255
3126
|
"type": "boolean"
|
|
3256
3127
|
},
|
|
3257
3128
|
"workspace": {
|
|
@@ -3266,7 +3137,7 @@
|
|
|
3266
3137
|
},
|
|
3267
3138
|
"hasDynamicHelp": false,
|
|
3268
3139
|
"hiddenAliases": [],
|
|
3269
|
-
"id": "tenant:
|
|
3140
|
+
"id": "tenant:impersonate",
|
|
3270
3141
|
"pluginAlias": "@xano/cli",
|
|
3271
3142
|
"pluginName": "@xano/cli",
|
|
3272
3143
|
"pluginType": "core",
|
|
@@ -3277,17 +3148,23 @@
|
|
|
3277
3148
|
"dist",
|
|
3278
3149
|
"commands",
|
|
3279
3150
|
"tenant",
|
|
3280
|
-
"
|
|
3151
|
+
"impersonate",
|
|
3281
3152
|
"index.js"
|
|
3282
3153
|
]
|
|
3283
3154
|
},
|
|
3284
|
-
"tenant:
|
|
3155
|
+
"tenant:edit": {
|
|
3285
3156
|
"aliases": [],
|
|
3286
|
-
"args": {
|
|
3287
|
-
|
|
3157
|
+
"args": {
|
|
3158
|
+
"tenant_name": {
|
|
3159
|
+
"description": "Tenant name to edit",
|
|
3160
|
+
"name": "tenant_name",
|
|
3161
|
+
"required": true
|
|
3162
|
+
}
|
|
3163
|
+
},
|
|
3164
|
+
"description": "Edit an existing tenant",
|
|
3288
3165
|
"examples": [
|
|
3289
|
-
"$ xano tenant
|
|
3290
|
-
"$ xano tenant
|
|
3166
|
+
"$ xano tenant edit t1234-abcd-xyz1 --display \"New Name\" --description \"Updated description\"\nUpdated tenant: New Name (my-tenant) - ID: 42\n",
|
|
3167
|
+
"$ xano tenant edit t1234-abcd-xyz1 --no-tasks --no-ingress -o json"
|
|
3291
3168
|
],
|
|
3292
3169
|
"flags": {
|
|
3293
3170
|
"profile": {
|
|
@@ -3309,6 +3186,38 @@
|
|
|
3309
3186
|
"allowNo": false,
|
|
3310
3187
|
"type": "boolean"
|
|
3311
3188
|
},
|
|
3189
|
+
"description": {
|
|
3190
|
+
"char": "d",
|
|
3191
|
+
"description": "New description",
|
|
3192
|
+
"name": "description",
|
|
3193
|
+
"required": false,
|
|
3194
|
+
"hasDynamicHelp": false,
|
|
3195
|
+
"multiple": false,
|
|
3196
|
+
"type": "option"
|
|
3197
|
+
},
|
|
3198
|
+
"display": {
|
|
3199
|
+
"description": "New display name",
|
|
3200
|
+
"name": "display",
|
|
3201
|
+
"required": false,
|
|
3202
|
+
"hasDynamicHelp": false,
|
|
3203
|
+
"multiple": false,
|
|
3204
|
+
"type": "option"
|
|
3205
|
+
},
|
|
3206
|
+
"domain": {
|
|
3207
|
+
"description": "Custom domain",
|
|
3208
|
+
"name": "domain",
|
|
3209
|
+
"required": false,
|
|
3210
|
+
"hasDynamicHelp": false,
|
|
3211
|
+
"multiple": false,
|
|
3212
|
+
"type": "option"
|
|
3213
|
+
},
|
|
3214
|
+
"ingress": {
|
|
3215
|
+
"description": "Enable/disable ingress",
|
|
3216
|
+
"name": "ingress",
|
|
3217
|
+
"required": false,
|
|
3218
|
+
"allowNo": true,
|
|
3219
|
+
"type": "boolean"
|
|
3220
|
+
},
|
|
3312
3221
|
"output": {
|
|
3313
3222
|
"char": "o",
|
|
3314
3223
|
"description": "Output format",
|
|
@@ -3323,6 +3232,28 @@
|
|
|
3323
3232
|
],
|
|
3324
3233
|
"type": "option"
|
|
3325
3234
|
},
|
|
3235
|
+
"proxy": {
|
|
3236
|
+
"description": "Proxy URL",
|
|
3237
|
+
"name": "proxy",
|
|
3238
|
+
"required": false,
|
|
3239
|
+
"hasDynamicHelp": false,
|
|
3240
|
+
"multiple": false,
|
|
3241
|
+
"type": "option"
|
|
3242
|
+
},
|
|
3243
|
+
"rbac": {
|
|
3244
|
+
"description": "Enable/disable RBAC",
|
|
3245
|
+
"name": "rbac",
|
|
3246
|
+
"required": false,
|
|
3247
|
+
"allowNo": true,
|
|
3248
|
+
"type": "boolean"
|
|
3249
|
+
},
|
|
3250
|
+
"tasks": {
|
|
3251
|
+
"description": "Enable/disable background tasks",
|
|
3252
|
+
"name": "tasks",
|
|
3253
|
+
"required": false,
|
|
3254
|
+
"allowNo": true,
|
|
3255
|
+
"type": "boolean"
|
|
3256
|
+
},
|
|
3326
3257
|
"workspace": {
|
|
3327
3258
|
"char": "w",
|
|
3328
3259
|
"description": "Workspace ID (uses profile workspace if not provided)",
|
|
@@ -3335,7 +3266,7 @@
|
|
|
3335
3266
|
},
|
|
3336
3267
|
"hasDynamicHelp": false,
|
|
3337
3268
|
"hiddenAliases": [],
|
|
3338
|
-
"id": "tenant:
|
|
3269
|
+
"id": "tenant:edit",
|
|
3339
3270
|
"pluginAlias": "@xano/cli",
|
|
3340
3271
|
"pluginName": "@xano/cli",
|
|
3341
3272
|
"pluginType": "core",
|
|
@@ -3346,7 +3277,7 @@
|
|
|
3346
3277
|
"dist",
|
|
3347
3278
|
"commands",
|
|
3348
3279
|
"tenant",
|
|
3349
|
-
"
|
|
3280
|
+
"edit",
|
|
3350
3281
|
"index.js"
|
|
3351
3282
|
]
|
|
3352
3283
|
},
|
|
@@ -3443,19 +3374,23 @@
|
|
|
3443
3374
|
"index.js"
|
|
3444
3375
|
]
|
|
3445
3376
|
},
|
|
3446
|
-
"
|
|
3377
|
+
"tenant:push": {
|
|
3447
3378
|
"aliases": [],
|
|
3448
3379
|
"args": {
|
|
3449
|
-
"
|
|
3450
|
-
"description": "
|
|
3451
|
-
"name": "
|
|
3380
|
+
"directory": {
|
|
3381
|
+
"description": "Directory containing documents to push (as produced by tenant pull or workspace pull)",
|
|
3382
|
+
"name": "directory",
|
|
3452
3383
|
"required": true
|
|
3453
3384
|
}
|
|
3454
3385
|
},
|
|
3455
|
-
"description": "
|
|
3386
|
+
"description": "Push local documents to a tenant via the Xano Metadata API multidoc endpoint",
|
|
3456
3387
|
"examples": [
|
|
3457
|
-
"$ xano
|
|
3458
|
-
"$ xano
|
|
3388
|
+
"$ xano tenant push ./my-workspace -t my-tenant\nPushed 42 documents to tenant my-tenant from ./my-workspace\n",
|
|
3389
|
+
"$ xano tenant push ./output -t my-tenant -w 40\nPushed 15 documents to tenant my-tenant from ./output\n",
|
|
3390
|
+
"$ xano tenant push ./backup -t my-tenant --profile production\nPushed 58 documents to tenant my-tenant from ./backup\n",
|
|
3391
|
+
"$ xano tenant push ./my-workspace -t my-tenant --records\nInclude table records in import\n",
|
|
3392
|
+
"$ xano tenant push ./my-workspace -t my-tenant --env\nInclude environment variables in import\n",
|
|
3393
|
+
"$ xano tenant push ./my-workspace -t my-tenant --truncate\nTruncate all table records before importing\n"
|
|
3459
3394
|
],
|
|
3460
3395
|
"flags": {
|
|
3461
3396
|
"profile": {
|
|
@@ -3477,23 +3412,46 @@
|
|
|
3477
3412
|
"allowNo": false,
|
|
3478
3413
|
"type": "boolean"
|
|
3479
3414
|
},
|
|
3480
|
-
"
|
|
3481
|
-
"
|
|
3482
|
-
"
|
|
3483
|
-
"name": "output",
|
|
3415
|
+
"env": {
|
|
3416
|
+
"description": "Include environment variables in import",
|
|
3417
|
+
"name": "env",
|
|
3484
3418
|
"required": false,
|
|
3485
|
-
"
|
|
3419
|
+
"allowNo": false,
|
|
3420
|
+
"type": "boolean"
|
|
3421
|
+
},
|
|
3422
|
+
"records": {
|
|
3423
|
+
"description": "Include records in import",
|
|
3424
|
+
"name": "records",
|
|
3425
|
+
"required": false,
|
|
3426
|
+
"allowNo": false,
|
|
3427
|
+
"type": "boolean"
|
|
3428
|
+
},
|
|
3429
|
+
"tenant": {
|
|
3430
|
+
"char": "t",
|
|
3431
|
+
"description": "Tenant name to push to",
|
|
3432
|
+
"name": "tenant",
|
|
3433
|
+
"required": true,
|
|
3486
3434
|
"hasDynamicHelp": false,
|
|
3487
3435
|
"multiple": false,
|
|
3488
|
-
"options": [
|
|
3489
|
-
"summary",
|
|
3490
|
-
"json"
|
|
3491
|
-
],
|
|
3492
3436
|
"type": "option"
|
|
3493
3437
|
},
|
|
3438
|
+
"transaction": {
|
|
3439
|
+
"description": "Wrap import in a database transaction (use --no-transaction for debugging purposes)",
|
|
3440
|
+
"name": "transaction",
|
|
3441
|
+
"required": false,
|
|
3442
|
+
"allowNo": true,
|
|
3443
|
+
"type": "boolean"
|
|
3444
|
+
},
|
|
3445
|
+
"truncate": {
|
|
3446
|
+
"description": "Truncate all table records before importing",
|
|
3447
|
+
"name": "truncate",
|
|
3448
|
+
"required": false,
|
|
3449
|
+
"allowNo": false,
|
|
3450
|
+
"type": "boolean"
|
|
3451
|
+
},
|
|
3494
3452
|
"workspace": {
|
|
3495
3453
|
"char": "w",
|
|
3496
|
-
"description": "Workspace ID (
|
|
3454
|
+
"description": "Workspace ID (optional if set in profile)",
|
|
3497
3455
|
"name": "workspace",
|
|
3498
3456
|
"required": false,
|
|
3499
3457
|
"hasDynamicHelp": false,
|
|
@@ -3503,7 +3461,7 @@
|
|
|
3503
3461
|
},
|
|
3504
3462
|
"hasDynamicHelp": false,
|
|
3505
3463
|
"hiddenAliases": [],
|
|
3506
|
-
"id": "
|
|
3464
|
+
"id": "tenant:push",
|
|
3507
3465
|
"pluginAlias": "@xano/cli",
|
|
3508
3466
|
"pluginName": "@xano/cli",
|
|
3509
3467
|
"pluginType": "core",
|
|
@@ -3513,19 +3471,24 @@
|
|
|
3513
3471
|
"relativePath": [
|
|
3514
3472
|
"dist",
|
|
3515
3473
|
"commands",
|
|
3516
|
-
"
|
|
3517
|
-
"
|
|
3474
|
+
"tenant",
|
|
3475
|
+
"push",
|
|
3518
3476
|
"index.js"
|
|
3519
3477
|
]
|
|
3520
3478
|
},
|
|
3521
|
-
"unit_test:
|
|
3479
|
+
"unit_test:run": {
|
|
3522
3480
|
"aliases": [],
|
|
3523
|
-
"args": {
|
|
3524
|
-
|
|
3481
|
+
"args": {
|
|
3482
|
+
"unit_test_id": {
|
|
3483
|
+
"description": "ID of the unit test to run",
|
|
3484
|
+
"name": "unit_test_id",
|
|
3485
|
+
"required": true
|
|
3486
|
+
}
|
|
3487
|
+
},
|
|
3488
|
+
"description": "Run a unit test",
|
|
3525
3489
|
"examples": [
|
|
3526
|
-
"$ xano unit-test
|
|
3527
|
-
"$ xano unit-test
|
|
3528
|
-
"$ xano unit-test list --obj-type function"
|
|
3490
|
+
"$ xano unit-test run abc-123\nRunning unit test abc-123...\nResult: PASS\n",
|
|
3491
|
+
"$ xano unit-test run abc-123 -o json"
|
|
3529
3492
|
],
|
|
3530
3493
|
"flags": {
|
|
3531
3494
|
"profile": {
|
|
@@ -3547,28 +3510,6 @@
|
|
|
3547
3510
|
"allowNo": false,
|
|
3548
3511
|
"type": "boolean"
|
|
3549
3512
|
},
|
|
3550
|
-
"branch": {
|
|
3551
|
-
"char": "b",
|
|
3552
|
-
"description": "Filter by branch name",
|
|
3553
|
-
"name": "branch",
|
|
3554
|
-
"required": false,
|
|
3555
|
-
"hasDynamicHelp": false,
|
|
3556
|
-
"multiple": false,
|
|
3557
|
-
"type": "option"
|
|
3558
|
-
},
|
|
3559
|
-
"obj-type": {
|
|
3560
|
-
"description": "Filter by object type",
|
|
3561
|
-
"name": "obj-type",
|
|
3562
|
-
"required": false,
|
|
3563
|
-
"hasDynamicHelp": false,
|
|
3564
|
-
"multiple": false,
|
|
3565
|
-
"options": [
|
|
3566
|
-
"function",
|
|
3567
|
-
"query",
|
|
3568
|
-
"middleware"
|
|
3569
|
-
],
|
|
3570
|
-
"type": "option"
|
|
3571
|
-
},
|
|
3572
3513
|
"output": {
|
|
3573
3514
|
"char": "o",
|
|
3574
3515
|
"description": "Output format",
|
|
@@ -3595,7 +3536,7 @@
|
|
|
3595
3536
|
},
|
|
3596
3537
|
"hasDynamicHelp": false,
|
|
3597
3538
|
"hiddenAliases": [],
|
|
3598
|
-
"id": "unit_test:
|
|
3539
|
+
"id": "unit_test:run",
|
|
3599
3540
|
"pluginAlias": "@xano/cli",
|
|
3600
3541
|
"pluginName": "@xano/cli",
|
|
3601
3542
|
"pluginType": "core",
|
|
@@ -3606,17 +3547,18 @@
|
|
|
3606
3547
|
"dist",
|
|
3607
3548
|
"commands",
|
|
3608
3549
|
"unit_test",
|
|
3609
|
-
"
|
|
3550
|
+
"run",
|
|
3610
3551
|
"index.js"
|
|
3611
3552
|
]
|
|
3612
3553
|
},
|
|
3613
|
-
"unit_test:
|
|
3554
|
+
"unit_test:list": {
|
|
3614
3555
|
"aliases": [],
|
|
3615
3556
|
"args": {},
|
|
3616
|
-
"description": "
|
|
3557
|
+
"description": "List all unit tests in a workspace",
|
|
3617
3558
|
"examples": [
|
|
3618
|
-
"$ xano unit-test
|
|
3619
|
-
"$ xano unit-test
|
|
3559
|
+
"$ xano unit-test list\nUnit tests in workspace 5:\n - my-test (ID: abc-123) [function: math]\n - auth-check (ID: def-456) [query: /user/login]\n",
|
|
3560
|
+
"$ xano unit-test list -w 5 --output json",
|
|
3561
|
+
"$ xano unit-test list --obj-type function"
|
|
3620
3562
|
],
|
|
3621
3563
|
"flags": {
|
|
3622
3564
|
"profile": {
|
|
@@ -3686,7 +3628,7 @@
|
|
|
3686
3628
|
},
|
|
3687
3629
|
"hasDynamicHelp": false,
|
|
3688
3630
|
"hiddenAliases": [],
|
|
3689
|
-
"id": "unit_test:
|
|
3631
|
+
"id": "unit_test:list",
|
|
3690
3632
|
"pluginAlias": "@xano/cli",
|
|
3691
3633
|
"pluginName": "@xano/cli",
|
|
3692
3634
|
"pluginType": "core",
|
|
@@ -3697,88 +3639,69 @@
|
|
|
3697
3639
|
"dist",
|
|
3698
3640
|
"commands",
|
|
3699
3641
|
"unit_test",
|
|
3700
|
-
"
|
|
3642
|
+
"list",
|
|
3701
3643
|
"index.js"
|
|
3702
3644
|
]
|
|
3703
3645
|
},
|
|
3704
|
-
"
|
|
3646
|
+
"workflow_test:delete": {
|
|
3705
3647
|
"aliases": [],
|
|
3706
3648
|
"args": {
|
|
3707
|
-
"
|
|
3708
|
-
"description": "
|
|
3709
|
-
"name": "
|
|
3649
|
+
"workflow_test_id": {
|
|
3650
|
+
"description": "ID of the workflow test to delete",
|
|
3651
|
+
"name": "workflow_test_id",
|
|
3710
3652
|
"required": true
|
|
3711
3653
|
}
|
|
3712
3654
|
},
|
|
3713
|
-
"description": "
|
|
3655
|
+
"description": "Delete a workflow test",
|
|
3714
3656
|
"examples": [
|
|
3715
|
-
"$ xano
|
|
3716
|
-
"$ xano
|
|
3717
|
-
"$ xano tenant push ./backup -t my-tenant --profile production\nPushed 58 documents to tenant my-tenant from ./backup\n",
|
|
3718
|
-
"$ xano tenant push ./my-workspace -t my-tenant --records\nInclude table records in import\n",
|
|
3719
|
-
"$ xano tenant push ./my-workspace -t my-tenant --env\nInclude environment variables in import\n",
|
|
3720
|
-
"$ xano tenant push ./my-workspace -t my-tenant --truncate\nTruncate all table records before importing\n"
|
|
3657
|
+
"$ xano workflow-test delete 1\nAre you sure you want to delete workflow test 1? (y/N) y\nDeleted workflow test 1\n",
|
|
3658
|
+
"$ xano workflow-test delete 1 --force"
|
|
3721
3659
|
],
|
|
3722
3660
|
"flags": {
|
|
3723
3661
|
"profile": {
|
|
3724
3662
|
"char": "p",
|
|
3725
3663
|
"description": "Profile to use (uses default profile if not specified)",
|
|
3726
|
-
"env": "XANO_PROFILE",
|
|
3727
|
-
"name": "profile",
|
|
3728
|
-
"required": false,
|
|
3729
|
-
"hasDynamicHelp": false,
|
|
3730
|
-
"multiple": false,
|
|
3731
|
-
"type": "option"
|
|
3732
|
-
},
|
|
3733
|
-
"verbose": {
|
|
3734
|
-
"char": "v",
|
|
3735
|
-
"description": "Show detailed request/response information",
|
|
3736
|
-
"env": "XANO_VERBOSE",
|
|
3737
|
-
"name": "verbose",
|
|
3738
|
-
"required": false,
|
|
3739
|
-
"allowNo": false,
|
|
3740
|
-
"type": "boolean"
|
|
3741
|
-
},
|
|
3742
|
-
"env": {
|
|
3743
|
-
"description": "Include environment variables in import",
|
|
3744
|
-
"name": "env",
|
|
3745
|
-
"required": false,
|
|
3746
|
-
"allowNo": false,
|
|
3747
|
-
"type": "boolean"
|
|
3748
|
-
},
|
|
3749
|
-
"records": {
|
|
3750
|
-
"description": "Include records in import",
|
|
3751
|
-
"name": "records",
|
|
3752
|
-
"required": false,
|
|
3753
|
-
"allowNo": false,
|
|
3754
|
-
"type": "boolean"
|
|
3755
|
-
},
|
|
3756
|
-
"tenant": {
|
|
3757
|
-
"char": "t",
|
|
3758
|
-
"description": "Tenant name to push to",
|
|
3759
|
-
"name": "tenant",
|
|
3760
|
-
"required": true,
|
|
3664
|
+
"env": "XANO_PROFILE",
|
|
3665
|
+
"name": "profile",
|
|
3666
|
+
"required": false,
|
|
3761
3667
|
"hasDynamicHelp": false,
|
|
3762
3668
|
"multiple": false,
|
|
3763
3669
|
"type": "option"
|
|
3764
3670
|
},
|
|
3765
|
-
"
|
|
3766
|
-
"
|
|
3767
|
-
"
|
|
3671
|
+
"verbose": {
|
|
3672
|
+
"char": "v",
|
|
3673
|
+
"description": "Show detailed request/response information",
|
|
3674
|
+
"env": "XANO_VERBOSE",
|
|
3675
|
+
"name": "verbose",
|
|
3768
3676
|
"required": false,
|
|
3769
|
-
"allowNo":
|
|
3677
|
+
"allowNo": false,
|
|
3770
3678
|
"type": "boolean"
|
|
3771
3679
|
},
|
|
3772
|
-
"
|
|
3773
|
-
"
|
|
3774
|
-
"
|
|
3680
|
+
"force": {
|
|
3681
|
+
"char": "f",
|
|
3682
|
+
"description": "Skip confirmation prompt",
|
|
3683
|
+
"name": "force",
|
|
3775
3684
|
"required": false,
|
|
3776
3685
|
"allowNo": false,
|
|
3777
3686
|
"type": "boolean"
|
|
3778
3687
|
},
|
|
3688
|
+
"output": {
|
|
3689
|
+
"char": "o",
|
|
3690
|
+
"description": "Output format",
|
|
3691
|
+
"name": "output",
|
|
3692
|
+
"required": false,
|
|
3693
|
+
"default": "summary",
|
|
3694
|
+
"hasDynamicHelp": false,
|
|
3695
|
+
"multiple": false,
|
|
3696
|
+
"options": [
|
|
3697
|
+
"summary",
|
|
3698
|
+
"json"
|
|
3699
|
+
],
|
|
3700
|
+
"type": "option"
|
|
3701
|
+
},
|
|
3779
3702
|
"workspace": {
|
|
3780
3703
|
"char": "w",
|
|
3781
|
-
"description": "Workspace ID (
|
|
3704
|
+
"description": "Workspace ID (uses profile workspace if not provided)",
|
|
3782
3705
|
"name": "workspace",
|
|
3783
3706
|
"required": false,
|
|
3784
3707
|
"hasDynamicHelp": false,
|
|
@@ -3788,7 +3711,7 @@
|
|
|
3788
3711
|
},
|
|
3789
3712
|
"hasDynamicHelp": false,
|
|
3790
3713
|
"hiddenAliases": [],
|
|
3791
|
-
"id": "
|
|
3714
|
+
"id": "workflow_test:delete",
|
|
3792
3715
|
"pluginAlias": "@xano/cli",
|
|
3793
3716
|
"pluginName": "@xano/cli",
|
|
3794
3717
|
"pluginType": "core",
|
|
@@ -3798,24 +3721,18 @@
|
|
|
3798
3721
|
"relativePath": [
|
|
3799
3722
|
"dist",
|
|
3800
3723
|
"commands",
|
|
3801
|
-
"
|
|
3802
|
-
"
|
|
3724
|
+
"workflow_test",
|
|
3725
|
+
"delete",
|
|
3803
3726
|
"index.js"
|
|
3804
3727
|
]
|
|
3805
3728
|
},
|
|
3806
|
-
"
|
|
3729
|
+
"unit_test:run_all": {
|
|
3807
3730
|
"aliases": [],
|
|
3808
|
-
"args": {
|
|
3809
|
-
|
|
3810
|
-
"description": "ID of the workflow test to delete",
|
|
3811
|
-
"name": "workflow_test_id",
|
|
3812
|
-
"required": true
|
|
3813
|
-
}
|
|
3814
|
-
},
|
|
3815
|
-
"description": "Delete a workflow test",
|
|
3731
|
+
"args": {},
|
|
3732
|
+
"description": "Run all unit tests in a workspace",
|
|
3816
3733
|
"examples": [
|
|
3817
|
-
"$ xano
|
|
3818
|
-
"$ xano
|
|
3734
|
+
"$ xano unit-test run-all\nRunning 5 unit tests...\n\nPASS my-test [function: math]\nPASS auth-check [query: /user/login]\nFAIL data-validation [function: validate]\n Error: assertion failed\n\nResults: 2 passed, 1 failed\n",
|
|
3735
|
+
"$ xano unit-test run-all --obj-type function -o json"
|
|
3819
3736
|
],
|
|
3820
3737
|
"flags": {
|
|
3821
3738
|
"profile": {
|
|
@@ -3837,13 +3754,27 @@
|
|
|
3837
3754
|
"allowNo": false,
|
|
3838
3755
|
"type": "boolean"
|
|
3839
3756
|
},
|
|
3840
|
-
"
|
|
3841
|
-
"char": "
|
|
3842
|
-
"description": "
|
|
3843
|
-
"name": "
|
|
3757
|
+
"branch": {
|
|
3758
|
+
"char": "b",
|
|
3759
|
+
"description": "Filter by branch name",
|
|
3760
|
+
"name": "branch",
|
|
3844
3761
|
"required": false,
|
|
3845
|
-
"
|
|
3846
|
-
"
|
|
3762
|
+
"hasDynamicHelp": false,
|
|
3763
|
+
"multiple": false,
|
|
3764
|
+
"type": "option"
|
|
3765
|
+
},
|
|
3766
|
+
"obj-type": {
|
|
3767
|
+
"description": "Filter by object type",
|
|
3768
|
+
"name": "obj-type",
|
|
3769
|
+
"required": false,
|
|
3770
|
+
"hasDynamicHelp": false,
|
|
3771
|
+
"multiple": false,
|
|
3772
|
+
"options": [
|
|
3773
|
+
"function",
|
|
3774
|
+
"query",
|
|
3775
|
+
"middleware"
|
|
3776
|
+
],
|
|
3777
|
+
"type": "option"
|
|
3847
3778
|
},
|
|
3848
3779
|
"output": {
|
|
3849
3780
|
"char": "o",
|
|
@@ -3871,7 +3802,7 @@
|
|
|
3871
3802
|
},
|
|
3872
3803
|
"hasDynamicHelp": false,
|
|
3873
3804
|
"hiddenAliases": [],
|
|
3874
|
-
"id": "
|
|
3805
|
+
"id": "unit_test:run_all",
|
|
3875
3806
|
"pluginAlias": "@xano/cli",
|
|
3876
3807
|
"pluginName": "@xano/cli",
|
|
3877
3808
|
"pluginType": "core",
|
|
@@ -3881,8 +3812,8 @@
|
|
|
3881
3812
|
"relativePath": [
|
|
3882
3813
|
"dist",
|
|
3883
3814
|
"commands",
|
|
3884
|
-
"
|
|
3885
|
-
"
|
|
3815
|
+
"unit_test",
|
|
3816
|
+
"run_all",
|
|
3886
3817
|
"index.js"
|
|
3887
3818
|
]
|
|
3888
3819
|
},
|
|
@@ -3970,13 +3901,13 @@
|
|
|
3970
3901
|
"index.js"
|
|
3971
3902
|
]
|
|
3972
3903
|
},
|
|
3973
|
-
"
|
|
3904
|
+
"tenant:list": {
|
|
3974
3905
|
"aliases": [],
|
|
3975
3906
|
"args": {},
|
|
3976
|
-
"description": "
|
|
3907
|
+
"description": "List all tenants in a workspace",
|
|
3977
3908
|
"examples": [
|
|
3978
|
-
"$ xano
|
|
3979
|
-
"$ xano
|
|
3909
|
+
"$ xano tenant list\nTenants in workspace 5:\n - My Tenant (my-tenant) [ok] - tier1\n Cluster: us-central\n Release: r1\n Platform: default\n - Staging (staging) [ok] - tier1\n Cluster: us-central\n Release: r1\n",
|
|
3910
|
+
"$ xano tenant list -w 5 --output json"
|
|
3980
3911
|
],
|
|
3981
3912
|
"flags": {
|
|
3982
3913
|
"profile": {
|
|
@@ -3998,15 +3929,6 @@
|
|
|
3998
3929
|
"allowNo": false,
|
|
3999
3930
|
"type": "boolean"
|
|
4000
3931
|
},
|
|
4001
|
-
"branch": {
|
|
4002
|
-
"char": "b",
|
|
4003
|
-
"description": "Filter by branch name",
|
|
4004
|
-
"name": "branch",
|
|
4005
|
-
"required": false,
|
|
4006
|
-
"hasDynamicHelp": false,
|
|
4007
|
-
"multiple": false,
|
|
4008
|
-
"type": "option"
|
|
4009
|
-
},
|
|
4010
3932
|
"output": {
|
|
4011
3933
|
"char": "o",
|
|
4012
3934
|
"description": "Output format",
|
|
@@ -4033,7 +3955,7 @@
|
|
|
4033
3955
|
},
|
|
4034
3956
|
"hasDynamicHelp": false,
|
|
4035
3957
|
"hiddenAliases": [],
|
|
4036
|
-
"id": "
|
|
3958
|
+
"id": "tenant:list",
|
|
4037
3959
|
"pluginAlias": "@xano/cli",
|
|
4038
3960
|
"pluginName": "@xano/cli",
|
|
4039
3961
|
"pluginType": "core",
|
|
@@ -4043,24 +3965,18 @@
|
|
|
4043
3965
|
"relativePath": [
|
|
4044
3966
|
"dist",
|
|
4045
3967
|
"commands",
|
|
4046
|
-
"
|
|
4047
|
-
"
|
|
3968
|
+
"tenant",
|
|
3969
|
+
"list",
|
|
4048
3970
|
"index.js"
|
|
4049
3971
|
]
|
|
4050
3972
|
},
|
|
4051
|
-
"workflow_test:
|
|
3973
|
+
"workflow_test:run_all": {
|
|
4052
3974
|
"aliases": [],
|
|
4053
|
-
"args": {
|
|
4054
|
-
|
|
4055
|
-
"description": "ID of the workflow test to run",
|
|
4056
|
-
"name": "workflow_test_id",
|
|
4057
|
-
"required": true
|
|
4058
|
-
}
|
|
4059
|
-
},
|
|
4060
|
-
"description": "Run a workflow test",
|
|
3975
|
+
"args": {},
|
|
3976
|
+
"description": "Run all workflow tests in a workspace",
|
|
4061
3977
|
"examples": [
|
|
4062
|
-
"$ xano workflow-test run
|
|
4063
|
-
"$ xano workflow-test run
|
|
3978
|
+
"$ xano workflow-test run-all\nRunning 3 workflow tests...\n\nPASS my-test (1.234s)\nPASS auth-flow (0.567s)\nFAIL data-validation (0.890s)\n Error: assertion failed at step 3\n\nResults: 2 passed, 1 failed (2.691s total)\n",
|
|
3979
|
+
"$ xano workflow-test run-all --branch main -o json"
|
|
4064
3980
|
],
|
|
4065
3981
|
"flags": {
|
|
4066
3982
|
"profile": {
|
|
@@ -4082,6 +3998,15 @@
|
|
|
4082
3998
|
"allowNo": false,
|
|
4083
3999
|
"type": "boolean"
|
|
4084
4000
|
},
|
|
4001
|
+
"branch": {
|
|
4002
|
+
"char": "b",
|
|
4003
|
+
"description": "Filter by branch name",
|
|
4004
|
+
"name": "branch",
|
|
4005
|
+
"required": false,
|
|
4006
|
+
"hasDynamicHelp": false,
|
|
4007
|
+
"multiple": false,
|
|
4008
|
+
"type": "option"
|
|
4009
|
+
},
|
|
4085
4010
|
"output": {
|
|
4086
4011
|
"char": "o",
|
|
4087
4012
|
"description": "Output format",
|
|
@@ -4108,7 +4033,7 @@
|
|
|
4108
4033
|
},
|
|
4109
4034
|
"hasDynamicHelp": false,
|
|
4110
4035
|
"hiddenAliases": [],
|
|
4111
|
-
"id": "workflow_test:
|
|
4036
|
+
"id": "workflow_test:run_all",
|
|
4112
4037
|
"pluginAlias": "@xano/cli",
|
|
4113
4038
|
"pluginName": "@xano/cli",
|
|
4114
4039
|
"pluginType": "core",
|
|
@@ -4119,24 +4044,18 @@
|
|
|
4119
4044
|
"dist",
|
|
4120
4045
|
"commands",
|
|
4121
4046
|
"workflow_test",
|
|
4122
|
-
"
|
|
4047
|
+
"run_all",
|
|
4123
4048
|
"index.js"
|
|
4124
4049
|
]
|
|
4125
4050
|
},
|
|
4126
|
-
"
|
|
4051
|
+
"workflow_test:list": {
|
|
4127
4052
|
"aliases": [],
|
|
4128
|
-
"args": {
|
|
4129
|
-
|
|
4130
|
-
"description": "Name of the workspace",
|
|
4131
|
-
"name": "name",
|
|
4132
|
-
"required": true
|
|
4133
|
-
}
|
|
4134
|
-
},
|
|
4135
|
-
"description": "Create a new workspace via the Xano Metadata API",
|
|
4053
|
+
"args": {},
|
|
4054
|
+
"description": "List all workflow tests in a workspace",
|
|
4136
4055
|
"examples": [
|
|
4137
|
-
"$ xano workspace
|
|
4138
|
-
"$ xano
|
|
4139
|
-
"$ xano
|
|
4056
|
+
"$ xano workflow-test list\nWorkflow tests in workspace 5:\n - my-test (ID: 1)\n - auth-flow (ID: 2) - Validates auth endpoints\n",
|
|
4057
|
+
"$ xano workflow-test list -w 5 --output json",
|
|
4058
|
+
"$ xano workflow-test list --branch main"
|
|
4140
4059
|
],
|
|
4141
4060
|
"flags": {
|
|
4142
4061
|
"profile": {
|
|
@@ -4158,10 +4077,10 @@
|
|
|
4158
4077
|
"allowNo": false,
|
|
4159
4078
|
"type": "boolean"
|
|
4160
4079
|
},
|
|
4161
|
-
"
|
|
4162
|
-
"char": "
|
|
4163
|
-
"description": "
|
|
4164
|
-
"name": "
|
|
4080
|
+
"branch": {
|
|
4081
|
+
"char": "b",
|
|
4082
|
+
"description": "Filter by branch name",
|
|
4083
|
+
"name": "branch",
|
|
4165
4084
|
"required": false,
|
|
4166
4085
|
"hasDynamicHelp": false,
|
|
4167
4086
|
"multiple": false,
|
|
@@ -4180,11 +4099,20 @@
|
|
|
4180
4099
|
"json"
|
|
4181
4100
|
],
|
|
4182
4101
|
"type": "option"
|
|
4102
|
+
},
|
|
4103
|
+
"workspace": {
|
|
4104
|
+
"char": "w",
|
|
4105
|
+
"description": "Workspace ID (uses profile workspace if not provided)",
|
|
4106
|
+
"name": "workspace",
|
|
4107
|
+
"required": false,
|
|
4108
|
+
"hasDynamicHelp": false,
|
|
4109
|
+
"multiple": false,
|
|
4110
|
+
"type": "option"
|
|
4183
4111
|
}
|
|
4184
4112
|
},
|
|
4185
4113
|
"hasDynamicHelp": false,
|
|
4186
4114
|
"hiddenAliases": [],
|
|
4187
|
-
"id": "
|
|
4115
|
+
"id": "workflow_test:list",
|
|
4188
4116
|
"pluginAlias": "@xano/cli",
|
|
4189
4117
|
"pluginName": "@xano/cli",
|
|
4190
4118
|
"pluginType": "core",
|
|
@@ -4194,25 +4122,24 @@
|
|
|
4194
4122
|
"relativePath": [
|
|
4195
4123
|
"dist",
|
|
4196
4124
|
"commands",
|
|
4197
|
-
"
|
|
4198
|
-
"
|
|
4125
|
+
"workflow_test",
|
|
4126
|
+
"list",
|
|
4199
4127
|
"index.js"
|
|
4200
4128
|
]
|
|
4201
4129
|
},
|
|
4202
|
-
"
|
|
4130
|
+
"workflow_test:run": {
|
|
4203
4131
|
"aliases": [],
|
|
4204
4132
|
"args": {
|
|
4205
|
-
"
|
|
4206
|
-
"description": "
|
|
4207
|
-
"name": "
|
|
4133
|
+
"workflow_test_id": {
|
|
4134
|
+
"description": "ID of the workflow test to run",
|
|
4135
|
+
"name": "workflow_test_id",
|
|
4208
4136
|
"required": true
|
|
4209
4137
|
}
|
|
4210
4138
|
},
|
|
4211
|
-
"description": "
|
|
4139
|
+
"description": "Run a workflow test",
|
|
4212
4140
|
"examples": [
|
|
4213
|
-
"$ xano
|
|
4214
|
-
"$ xano
|
|
4215
|
-
"$ xano workspace delete 123 -f -o json\n{\n \"deleted\": true,\n \"workspace_id\": 123\n}\n"
|
|
4141
|
+
"$ xano workflow-test run 1\nRunning workflow test 1...\nResult: PASS (1.234s)\n",
|
|
4142
|
+
"$ xano workflow-test run 1 -o json"
|
|
4216
4143
|
],
|
|
4217
4144
|
"flags": {
|
|
4218
4145
|
"profile": {
|
|
@@ -4234,14 +4161,6 @@
|
|
|
4234
4161
|
"allowNo": false,
|
|
4235
4162
|
"type": "boolean"
|
|
4236
4163
|
},
|
|
4237
|
-
"force": {
|
|
4238
|
-
"char": "f",
|
|
4239
|
-
"description": "Skip confirmation prompt",
|
|
4240
|
-
"name": "force",
|
|
4241
|
-
"required": false,
|
|
4242
|
-
"allowNo": false,
|
|
4243
|
-
"type": "boolean"
|
|
4244
|
-
},
|
|
4245
4164
|
"output": {
|
|
4246
4165
|
"char": "o",
|
|
4247
4166
|
"description": "Output format",
|
|
@@ -4255,11 +4174,20 @@
|
|
|
4255
4174
|
"json"
|
|
4256
4175
|
],
|
|
4257
4176
|
"type": "option"
|
|
4177
|
+
},
|
|
4178
|
+
"workspace": {
|
|
4179
|
+
"char": "w",
|
|
4180
|
+
"description": "Workspace ID (uses profile workspace if not provided)",
|
|
4181
|
+
"name": "workspace",
|
|
4182
|
+
"required": false,
|
|
4183
|
+
"hasDynamicHelp": false,
|
|
4184
|
+
"multiple": false,
|
|
4185
|
+
"type": "option"
|
|
4258
4186
|
}
|
|
4259
4187
|
},
|
|
4260
4188
|
"hasDynamicHelp": false,
|
|
4261
4189
|
"hiddenAliases": [],
|
|
4262
|
-
"id": "
|
|
4190
|
+
"id": "workflow_test:run",
|
|
4263
4191
|
"pluginAlias": "@xano/cli",
|
|
4264
4192
|
"pluginName": "@xano/cli",
|
|
4265
4193
|
"pluginType": "core",
|
|
@@ -4269,25 +4197,25 @@
|
|
|
4269
4197
|
"relativePath": [
|
|
4270
4198
|
"dist",
|
|
4271
4199
|
"commands",
|
|
4272
|
-
"
|
|
4273
|
-
"
|
|
4200
|
+
"workflow_test",
|
|
4201
|
+
"run",
|
|
4274
4202
|
"index.js"
|
|
4275
4203
|
]
|
|
4276
4204
|
},
|
|
4277
|
-
"workspace:
|
|
4205
|
+
"workspace:delete": {
|
|
4278
4206
|
"aliases": [],
|
|
4279
4207
|
"args": {
|
|
4280
4208
|
"workspace_id": {
|
|
4281
|
-
"description": "Workspace ID to
|
|
4209
|
+
"description": "Workspace ID to delete",
|
|
4282
4210
|
"name": "workspace_id",
|
|
4283
|
-
"required":
|
|
4211
|
+
"required": true
|
|
4284
4212
|
}
|
|
4285
4213
|
},
|
|
4286
|
-
"description": "
|
|
4214
|
+
"description": "Delete a workspace via the Xano Metadata API. Cannot delete workspaces with active tenants.",
|
|
4287
4215
|
"examples": [
|
|
4288
|
-
"$ xano workspace
|
|
4289
|
-
"$ xano workspace
|
|
4290
|
-
"$ xano workspace
|
|
4216
|
+
"$ xano workspace delete 123\nAre you sure you want to delete workspace 123? This action cannot be undone. (y/N) y\nDeleted workspace 123\n",
|
|
4217
|
+
"$ xano workspace delete 123 --force\nDeleted workspace 123\n",
|
|
4218
|
+
"$ xano workspace delete 123 -f -o json\n{\n \"deleted\": true,\n \"workspace_id\": 123\n}\n"
|
|
4291
4219
|
],
|
|
4292
4220
|
"flags": {
|
|
4293
4221
|
"profile": {
|
|
@@ -4309,6 +4237,14 @@
|
|
|
4309
4237
|
"allowNo": false,
|
|
4310
4238
|
"type": "boolean"
|
|
4311
4239
|
},
|
|
4240
|
+
"force": {
|
|
4241
|
+
"char": "f",
|
|
4242
|
+
"description": "Skip confirmation prompt",
|
|
4243
|
+
"name": "force",
|
|
4244
|
+
"required": false,
|
|
4245
|
+
"allowNo": false,
|
|
4246
|
+
"type": "boolean"
|
|
4247
|
+
},
|
|
4312
4248
|
"output": {
|
|
4313
4249
|
"char": "o",
|
|
4314
4250
|
"description": "Output format",
|
|
@@ -4326,7 +4262,7 @@
|
|
|
4326
4262
|
},
|
|
4327
4263
|
"hasDynamicHelp": false,
|
|
4328
4264
|
"hiddenAliases": [],
|
|
4329
|
-
"id": "workspace:
|
|
4265
|
+
"id": "workspace:delete",
|
|
4330
4266
|
"pluginAlias": "@xano/cli",
|
|
4331
4267
|
"pluginName": "@xano/cli",
|
|
4332
4268
|
"pluginType": "core",
|
|
@@ -4337,7 +4273,7 @@
|
|
|
4337
4273
|
"dist",
|
|
4338
4274
|
"commands",
|
|
4339
4275
|
"workspace",
|
|
4340
|
-
"
|
|
4276
|
+
"delete",
|
|
4341
4277
|
"index.js"
|
|
4342
4278
|
]
|
|
4343
4279
|
},
|
|
@@ -4441,14 +4377,20 @@
|
|
|
4441
4377
|
"index.js"
|
|
4442
4378
|
]
|
|
4443
4379
|
},
|
|
4444
|
-
"
|
|
4380
|
+
"workspace:get": {
|
|
4445
4381
|
"aliases": [],
|
|
4446
|
-
"args": {
|
|
4447
|
-
|
|
4382
|
+
"args": {
|
|
4383
|
+
"workspace_id": {
|
|
4384
|
+
"description": "Workspace ID to get details for (uses profile workspace if not provided)",
|
|
4385
|
+
"name": "workspace_id",
|
|
4386
|
+
"required": false
|
|
4387
|
+
}
|
|
4388
|
+
},
|
|
4389
|
+
"description": "Get details of a specific workspace from the Xano Metadata API",
|
|
4448
4390
|
"examples": [
|
|
4449
|
-
"$ xano
|
|
4450
|
-
"$ xano
|
|
4451
|
-
"$ xano
|
|
4391
|
+
"$ xano workspace get 123\nWorkspace: my-workspace (ID: 123)\n Description: My workspace description\n Created: 2024-01-15\n",
|
|
4392
|
+
"$ xano workspace get --output json\n{\n \"id\": 123,\n \"name\": \"my-workspace\",\n \"description\": \"My workspace description\"\n}\n",
|
|
4393
|
+
"$ xano workspace get 456 -p production -o json\n{\n \"id\": 456,\n \"name\": \"production-workspace\"\n}\n"
|
|
4452
4394
|
],
|
|
4453
4395
|
"flags": {
|
|
4454
4396
|
"profile": {
|
|
@@ -4470,15 +4412,6 @@
|
|
|
4470
4412
|
"allowNo": false,
|
|
4471
4413
|
"type": "boolean"
|
|
4472
4414
|
},
|
|
4473
|
-
"branch": {
|
|
4474
|
-
"char": "b",
|
|
4475
|
-
"description": "Filter by branch name",
|
|
4476
|
-
"name": "branch",
|
|
4477
|
-
"required": false,
|
|
4478
|
-
"hasDynamicHelp": false,
|
|
4479
|
-
"multiple": false,
|
|
4480
|
-
"type": "option"
|
|
4481
|
-
},
|
|
4482
4415
|
"output": {
|
|
4483
4416
|
"char": "o",
|
|
4484
4417
|
"description": "Output format",
|
|
@@ -4492,20 +4425,11 @@
|
|
|
4492
4425
|
"json"
|
|
4493
4426
|
],
|
|
4494
4427
|
"type": "option"
|
|
4495
|
-
},
|
|
4496
|
-
"workspace": {
|
|
4497
|
-
"char": "w",
|
|
4498
|
-
"description": "Workspace ID (uses profile workspace if not provided)",
|
|
4499
|
-
"name": "workspace",
|
|
4500
|
-
"required": false,
|
|
4501
|
-
"hasDynamicHelp": false,
|
|
4502
|
-
"multiple": false,
|
|
4503
|
-
"type": "option"
|
|
4504
4428
|
}
|
|
4505
4429
|
},
|
|
4506
4430
|
"hasDynamicHelp": false,
|
|
4507
4431
|
"hiddenAliases": [],
|
|
4508
|
-
"id": "
|
|
4432
|
+
"id": "workspace:get",
|
|
4509
4433
|
"pluginAlias": "@xano/cli",
|
|
4510
4434
|
"pluginName": "@xano/cli",
|
|
4511
4435
|
"pluginType": "core",
|
|
@@ -4515,8 +4439,8 @@
|
|
|
4515
4439
|
"relativePath": [
|
|
4516
4440
|
"dist",
|
|
4517
4441
|
"commands",
|
|
4518
|
-
"
|
|
4519
|
-
"
|
|
4442
|
+
"workspace",
|
|
4443
|
+
"get",
|
|
4520
4444
|
"index.js"
|
|
4521
4445
|
]
|
|
4522
4446
|
},
|
|
@@ -4818,6 +4742,92 @@
|
|
|
4818
4742
|
"index.js"
|
|
4819
4743
|
]
|
|
4820
4744
|
},
|
|
4745
|
+
"tenant:backup:create": {
|
|
4746
|
+
"aliases": [],
|
|
4747
|
+
"args": {
|
|
4748
|
+
"tenant_name": {
|
|
4749
|
+
"description": "Tenant name to back up",
|
|
4750
|
+
"name": "tenant_name",
|
|
4751
|
+
"required": true
|
|
4752
|
+
}
|
|
4753
|
+
},
|
|
4754
|
+
"description": "Create a backup for a tenant",
|
|
4755
|
+
"examples": [
|
|
4756
|
+
"$ xano tenant backup create t1234-abcd-xyz1 --description \"Pre-deploy backup\"\nCreated backup #15 for tenant t1234-abcd-xyz1\n",
|
|
4757
|
+
"$ xano tenant backup create t1234-abcd-xyz1 -d \"Daily backup\" -o json"
|
|
4758
|
+
],
|
|
4759
|
+
"flags": {
|
|
4760
|
+
"profile": {
|
|
4761
|
+
"char": "p",
|
|
4762
|
+
"description": "Profile to use (uses default profile if not specified)",
|
|
4763
|
+
"env": "XANO_PROFILE",
|
|
4764
|
+
"name": "profile",
|
|
4765
|
+
"required": false,
|
|
4766
|
+
"hasDynamicHelp": false,
|
|
4767
|
+
"multiple": false,
|
|
4768
|
+
"type": "option"
|
|
4769
|
+
},
|
|
4770
|
+
"verbose": {
|
|
4771
|
+
"char": "v",
|
|
4772
|
+
"description": "Show detailed request/response information",
|
|
4773
|
+
"env": "XANO_VERBOSE",
|
|
4774
|
+
"name": "verbose",
|
|
4775
|
+
"required": false,
|
|
4776
|
+
"allowNo": false,
|
|
4777
|
+
"type": "boolean"
|
|
4778
|
+
},
|
|
4779
|
+
"description": {
|
|
4780
|
+
"char": "d",
|
|
4781
|
+
"description": "Backup description",
|
|
4782
|
+
"name": "description",
|
|
4783
|
+
"required": false,
|
|
4784
|
+
"default": "",
|
|
4785
|
+
"hasDynamicHelp": false,
|
|
4786
|
+
"multiple": false,
|
|
4787
|
+
"type": "option"
|
|
4788
|
+
},
|
|
4789
|
+
"output": {
|
|
4790
|
+
"char": "o",
|
|
4791
|
+
"description": "Output format",
|
|
4792
|
+
"name": "output",
|
|
4793
|
+
"required": false,
|
|
4794
|
+
"default": "summary",
|
|
4795
|
+
"hasDynamicHelp": false,
|
|
4796
|
+
"multiple": false,
|
|
4797
|
+
"options": [
|
|
4798
|
+
"summary",
|
|
4799
|
+
"json"
|
|
4800
|
+
],
|
|
4801
|
+
"type": "option"
|
|
4802
|
+
},
|
|
4803
|
+
"workspace": {
|
|
4804
|
+
"char": "w",
|
|
4805
|
+
"description": "Workspace ID (uses profile workspace if not provided)",
|
|
4806
|
+
"name": "workspace",
|
|
4807
|
+
"required": false,
|
|
4808
|
+
"hasDynamicHelp": false,
|
|
4809
|
+
"multiple": false,
|
|
4810
|
+
"type": "option"
|
|
4811
|
+
}
|
|
4812
|
+
},
|
|
4813
|
+
"hasDynamicHelp": false,
|
|
4814
|
+
"hiddenAliases": [],
|
|
4815
|
+
"id": "tenant:backup:create",
|
|
4816
|
+
"pluginAlias": "@xano/cli",
|
|
4817
|
+
"pluginName": "@xano/cli",
|
|
4818
|
+
"pluginType": "core",
|
|
4819
|
+
"strict": true,
|
|
4820
|
+
"enableJsonFlag": false,
|
|
4821
|
+
"isESM": true,
|
|
4822
|
+
"relativePath": [
|
|
4823
|
+
"dist",
|
|
4824
|
+
"commands",
|
|
4825
|
+
"tenant",
|
|
4826
|
+
"backup",
|
|
4827
|
+
"create",
|
|
4828
|
+
"index.js"
|
|
4829
|
+
]
|
|
4830
|
+
},
|
|
4821
4831
|
"profile:workspace:set": {
|
|
4822
4832
|
"aliases": [],
|
|
4823
4833
|
"args": {},
|
|
@@ -4865,20 +4875,20 @@
|
|
|
4865
4875
|
"index.js"
|
|
4866
4876
|
]
|
|
4867
4877
|
},
|
|
4868
|
-
"
|
|
4878
|
+
"tenant:backup:delete": {
|
|
4869
4879
|
"aliases": [],
|
|
4870
4880
|
"args": {
|
|
4871
|
-
"
|
|
4872
|
-
"description": "
|
|
4873
|
-
"name": "
|
|
4881
|
+
"tenant_name": {
|
|
4882
|
+
"description": "Tenant name that owns the backup",
|
|
4883
|
+
"name": "tenant_name",
|
|
4874
4884
|
"required": true
|
|
4875
4885
|
}
|
|
4876
4886
|
},
|
|
4877
|
-
"description": "
|
|
4887
|
+
"description": "Delete a tenant backup permanently. This action cannot be undone.",
|
|
4878
4888
|
"examples": [
|
|
4879
|
-
"$ xano
|
|
4880
|
-
"$ xano
|
|
4881
|
-
"$ xano
|
|
4889
|
+
"$ xano tenant backup delete t1234-abcd-xyz1 --backup_id 10\nAre you sure you want to delete backup #10? This action cannot be undone. (y/N) y\nDeleted backup #10\n",
|
|
4890
|
+
"$ xano tenant backup delete t1234-abcd-xyz1 --backup_id 10 --force",
|
|
4891
|
+
"$ xano tenant backup delete t1234-abcd-xyz1 --backup_id 10 -o json"
|
|
4882
4892
|
],
|
|
4883
4893
|
"flags": {
|
|
4884
4894
|
"profile": {
|
|
@@ -4900,32 +4910,21 @@
|
|
|
4900
4910
|
"allowNo": false,
|
|
4901
4911
|
"type": "boolean"
|
|
4902
4912
|
},
|
|
4903
|
-
"
|
|
4904
|
-
"
|
|
4905
|
-
"
|
|
4906
|
-
"name": "description",
|
|
4907
|
-
"required": false,
|
|
4908
|
-
"hasDynamicHelp": false,
|
|
4909
|
-
"multiple": false,
|
|
4910
|
-
"type": "option"
|
|
4911
|
-
},
|
|
4912
|
-
"file": {
|
|
4913
|
-
"char": "f",
|
|
4914
|
-
"description": "Path to zip file to upload",
|
|
4915
|
-
"name": "file",
|
|
4913
|
+
"backup_id": {
|
|
4914
|
+
"description": "Backup ID to delete",
|
|
4915
|
+
"name": "backup_id",
|
|
4916
4916
|
"required": true,
|
|
4917
4917
|
"hasDynamicHelp": false,
|
|
4918
4918
|
"multiple": false,
|
|
4919
4919
|
"type": "option"
|
|
4920
4920
|
},
|
|
4921
|
-
"
|
|
4922
|
-
"char": "
|
|
4923
|
-
"description": "
|
|
4924
|
-
"name": "
|
|
4925
|
-
"required":
|
|
4926
|
-
"
|
|
4927
|
-
"
|
|
4928
|
-
"type": "option"
|
|
4921
|
+
"force": {
|
|
4922
|
+
"char": "f",
|
|
4923
|
+
"description": "Skip confirmation prompt",
|
|
4924
|
+
"name": "force",
|
|
4925
|
+
"required": false,
|
|
4926
|
+
"allowNo": false,
|
|
4927
|
+
"type": "boolean"
|
|
4929
4928
|
},
|
|
4930
4929
|
"output": {
|
|
4931
4930
|
"char": "o",
|
|
@@ -4943,7 +4942,7 @@
|
|
|
4943
4942
|
},
|
|
4944
4943
|
"workspace": {
|
|
4945
4944
|
"char": "w",
|
|
4946
|
-
"description": "Workspace ID (
|
|
4945
|
+
"description": "Workspace ID (uses profile workspace if not provided)",
|
|
4947
4946
|
"name": "workspace",
|
|
4948
4947
|
"required": false,
|
|
4949
4948
|
"hasDynamicHelp": false,
|
|
@@ -4953,7 +4952,7 @@
|
|
|
4953
4952
|
},
|
|
4954
4953
|
"hasDynamicHelp": false,
|
|
4955
4954
|
"hiddenAliases": [],
|
|
4956
|
-
"id": "
|
|
4955
|
+
"id": "tenant:backup:delete",
|
|
4957
4956
|
"pluginAlias": "@xano/cli",
|
|
4958
4957
|
"pluginName": "@xano/cli",
|
|
4959
4958
|
"pluginType": "core",
|
|
@@ -4963,32 +4962,26 @@
|
|
|
4963
4962
|
"relativePath": [
|
|
4964
4963
|
"dist",
|
|
4965
4964
|
"commands",
|
|
4966
|
-
"
|
|
4967
|
-
"
|
|
4968
|
-
"
|
|
4965
|
+
"tenant",
|
|
4966
|
+
"backup",
|
|
4967
|
+
"delete",
|
|
4969
4968
|
"index.js"
|
|
4970
4969
|
]
|
|
4971
4970
|
},
|
|
4972
|
-
"
|
|
4971
|
+
"tenant:backup:export": {
|
|
4973
4972
|
"aliases": [],
|
|
4974
4973
|
"args": {
|
|
4975
|
-
"
|
|
4976
|
-
"description": "
|
|
4977
|
-
"name": "
|
|
4978
|
-
"required": true
|
|
4979
|
-
},
|
|
4980
|
-
"static_host": {
|
|
4981
|
-
"description": "Static Host name",
|
|
4982
|
-
"name": "static_host",
|
|
4974
|
+
"tenant_name": {
|
|
4975
|
+
"description": "Tenant name to export backup from",
|
|
4976
|
+
"name": "tenant_name",
|
|
4983
4977
|
"required": true
|
|
4984
4978
|
}
|
|
4985
4979
|
},
|
|
4986
|
-
"description": "
|
|
4980
|
+
"description": "Export (download) a tenant backup to a local file",
|
|
4987
4981
|
"examples": [
|
|
4988
|
-
"$ xano
|
|
4989
|
-
"$ xano
|
|
4990
|
-
"$ xano
|
|
4991
|
-
"$ xano static_host:build:get default 52 -o json\n{\n \"id\": 52,\n \"name\": \"v1.0.0\",\n \"status\": \"completed\"\n}\n"
|
|
4982
|
+
"$ xano tenant backup export t1234-abcd-xyz1 --backup_id 10\nDownloaded backup #10 to ./tenant-t1234-abcd-xyz1-backup-10.tar.gz\n",
|
|
4983
|
+
"$ xano tenant backup export t1234-abcd-xyz1 --backup_id 10 --output ./backups/my-backup.tar.gz",
|
|
4984
|
+
"$ xano tenant backup export t1234-abcd-xyz1 --backup_id 10 -o json"
|
|
4992
4985
|
],
|
|
4993
4986
|
"flags": {
|
|
4994
4987
|
"profile": {
|
|
@@ -5010,10 +5003,18 @@
|
|
|
5010
5003
|
"allowNo": false,
|
|
5011
5004
|
"type": "boolean"
|
|
5012
5005
|
},
|
|
5013
|
-
"
|
|
5006
|
+
"backup_id": {
|
|
5007
|
+
"description": "Backup ID to export",
|
|
5008
|
+
"name": "backup_id",
|
|
5009
|
+
"required": true,
|
|
5010
|
+
"hasDynamicHelp": false,
|
|
5011
|
+
"multiple": false,
|
|
5012
|
+
"type": "option"
|
|
5013
|
+
},
|
|
5014
|
+
"format": {
|
|
5014
5015
|
"char": "o",
|
|
5015
5016
|
"description": "Output format",
|
|
5016
|
-
"name": "
|
|
5017
|
+
"name": "format",
|
|
5017
5018
|
"required": false,
|
|
5018
5019
|
"default": "summary",
|
|
5019
5020
|
"hasDynamicHelp": false,
|
|
@@ -5024,9 +5025,17 @@
|
|
|
5024
5025
|
],
|
|
5025
5026
|
"type": "option"
|
|
5026
5027
|
},
|
|
5028
|
+
"output": {
|
|
5029
|
+
"description": "Output file path (defaults to ./tenant-{name}-backup-{backup_id}.tar.gz)",
|
|
5030
|
+
"name": "output",
|
|
5031
|
+
"required": false,
|
|
5032
|
+
"hasDynamicHelp": false,
|
|
5033
|
+
"multiple": false,
|
|
5034
|
+
"type": "option"
|
|
5035
|
+
},
|
|
5027
5036
|
"workspace": {
|
|
5028
5037
|
"char": "w",
|
|
5029
|
-
"description": "Workspace ID (
|
|
5038
|
+
"description": "Workspace ID (uses profile workspace if not provided)",
|
|
5030
5039
|
"name": "workspace",
|
|
5031
5040
|
"required": false,
|
|
5032
5041
|
"hasDynamicHelp": false,
|
|
@@ -5036,7 +5045,7 @@
|
|
|
5036
5045
|
},
|
|
5037
5046
|
"hasDynamicHelp": false,
|
|
5038
5047
|
"hiddenAliases": [],
|
|
5039
|
-
"id": "
|
|
5048
|
+
"id": "tenant:backup:export",
|
|
5040
5049
|
"pluginAlias": "@xano/cli",
|
|
5041
5050
|
"pluginName": "@xano/cli",
|
|
5042
5051
|
"pluginType": "core",
|
|
@@ -5046,27 +5055,25 @@
|
|
|
5046
5055
|
"relativePath": [
|
|
5047
5056
|
"dist",
|
|
5048
5057
|
"commands",
|
|
5049
|
-
"
|
|
5050
|
-
"
|
|
5051
|
-
"
|
|
5058
|
+
"tenant",
|
|
5059
|
+
"backup",
|
|
5060
|
+
"export",
|
|
5052
5061
|
"index.js"
|
|
5053
5062
|
]
|
|
5054
5063
|
},
|
|
5055
|
-
"
|
|
5064
|
+
"tenant:backup:import": {
|
|
5056
5065
|
"aliases": [],
|
|
5057
5066
|
"args": {
|
|
5058
|
-
"
|
|
5059
|
-
"description": "
|
|
5060
|
-
"name": "
|
|
5067
|
+
"tenant_name": {
|
|
5068
|
+
"description": "Tenant name to import backup into",
|
|
5069
|
+
"name": "tenant_name",
|
|
5061
5070
|
"required": true
|
|
5062
5071
|
}
|
|
5063
5072
|
},
|
|
5064
|
-
"description": "
|
|
5073
|
+
"description": "Import a backup file into a tenant",
|
|
5065
5074
|
"examples": [
|
|
5066
|
-
"$ xano
|
|
5067
|
-
"$ xano
|
|
5068
|
-
"$ xano static_host:build:list default -w 40 --output json\n[\n {\n \"id\": 1,\n \"name\": \"v1.0.0\",\n \"status\": \"completed\"\n }\n]\n",
|
|
5069
|
-
"$ xano static_host:build:list default -p staging -o json --page 2\n[\n {\n \"id\": 3,\n \"name\": \"v1.0.2\"\n }\n]\n"
|
|
5075
|
+
"$ xano tenant backup import t1234-abcd-xyz1 --file ./my-backup.tar.gz\nImported backup as #15 for tenant t1234-abcd-xyz1\n",
|
|
5076
|
+
"$ xano tenant backup import t1234-abcd-xyz1 --file ./my-backup.tar.gz --description \"Restored from production\" -o json"
|
|
5070
5077
|
],
|
|
5071
5078
|
"flags": {
|
|
5072
5079
|
"profile": {
|
|
@@ -5088,6 +5095,25 @@
|
|
|
5088
5095
|
"allowNo": false,
|
|
5089
5096
|
"type": "boolean"
|
|
5090
5097
|
},
|
|
5098
|
+
"description": {
|
|
5099
|
+
"char": "d",
|
|
5100
|
+
"description": "Backup description",
|
|
5101
|
+
"name": "description",
|
|
5102
|
+
"required": false,
|
|
5103
|
+
"default": "",
|
|
5104
|
+
"hasDynamicHelp": false,
|
|
5105
|
+
"multiple": false,
|
|
5106
|
+
"type": "option"
|
|
5107
|
+
},
|
|
5108
|
+
"file": {
|
|
5109
|
+
"char": "f",
|
|
5110
|
+
"description": "Path to the backup file (.tar.gz)",
|
|
5111
|
+
"name": "file",
|
|
5112
|
+
"required": true,
|
|
5113
|
+
"hasDynamicHelp": false,
|
|
5114
|
+
"multiple": false,
|
|
5115
|
+
"type": "option"
|
|
5116
|
+
},
|
|
5091
5117
|
"output": {
|
|
5092
5118
|
"char": "o",
|
|
5093
5119
|
"description": "Output format",
|
|
@@ -5102,27 +5128,9 @@
|
|
|
5102
5128
|
],
|
|
5103
5129
|
"type": "option"
|
|
5104
5130
|
},
|
|
5105
|
-
"page": {
|
|
5106
|
-
"description": "Page number for pagination",
|
|
5107
|
-
"name": "page",
|
|
5108
|
-
"required": false,
|
|
5109
|
-
"default": 1,
|
|
5110
|
-
"hasDynamicHelp": false,
|
|
5111
|
-
"multiple": false,
|
|
5112
|
-
"type": "option"
|
|
5113
|
-
},
|
|
5114
|
-
"per_page": {
|
|
5115
|
-
"description": "Number of results per page",
|
|
5116
|
-
"name": "per_page",
|
|
5117
|
-
"required": false,
|
|
5118
|
-
"default": 50,
|
|
5119
|
-
"hasDynamicHelp": false,
|
|
5120
|
-
"multiple": false,
|
|
5121
|
-
"type": "option"
|
|
5122
|
-
},
|
|
5123
5131
|
"workspace": {
|
|
5124
5132
|
"char": "w",
|
|
5125
|
-
"description": "Workspace ID (
|
|
5133
|
+
"description": "Workspace ID (uses profile workspace if not provided)",
|
|
5126
5134
|
"name": "workspace",
|
|
5127
5135
|
"required": false,
|
|
5128
5136
|
"hasDynamicHelp": false,
|
|
@@ -5132,7 +5140,7 @@
|
|
|
5132
5140
|
},
|
|
5133
5141
|
"hasDynamicHelp": false,
|
|
5134
5142
|
"hiddenAliases": [],
|
|
5135
|
-
"id": "
|
|
5143
|
+
"id": "tenant:backup:import",
|
|
5136
5144
|
"pluginAlias": "@xano/cli",
|
|
5137
5145
|
"pluginName": "@xano/cli",
|
|
5138
5146
|
"pluginType": "core",
|
|
@@ -5142,25 +5150,25 @@
|
|
|
5142
5150
|
"relativePath": [
|
|
5143
5151
|
"dist",
|
|
5144
5152
|
"commands",
|
|
5145
|
-
"
|
|
5146
|
-
"
|
|
5147
|
-
"
|
|
5153
|
+
"tenant",
|
|
5154
|
+
"backup",
|
|
5155
|
+
"import",
|
|
5148
5156
|
"index.js"
|
|
5149
5157
|
]
|
|
5150
5158
|
},
|
|
5151
|
-
"tenant:backup:
|
|
5159
|
+
"tenant:backup:list": {
|
|
5152
5160
|
"aliases": [],
|
|
5153
5161
|
"args": {
|
|
5154
5162
|
"tenant_name": {
|
|
5155
|
-
"description": "Tenant name to
|
|
5163
|
+
"description": "Tenant name to list backups for",
|
|
5156
5164
|
"name": "tenant_name",
|
|
5157
5165
|
"required": true
|
|
5158
5166
|
}
|
|
5159
5167
|
},
|
|
5160
|
-
"description": "
|
|
5168
|
+
"description": "List backups for a tenant",
|
|
5161
5169
|
"examples": [
|
|
5162
|
-
"$ xano tenant backup
|
|
5163
|
-
"$ xano tenant backup
|
|
5170
|
+
"$ xano tenant backup list t1234-abcd-xyz1\nBackups for tenant t1234-abcd-xyz1:\n - #1 - Pre-deploy backup (2024-01-15)\n - #2 - Daily backup (2024-01-16)\n",
|
|
5171
|
+
"$ xano tenant backup list t1234-abcd-xyz1 -o json"
|
|
5164
5172
|
],
|
|
5165
5173
|
"flags": {
|
|
5166
5174
|
"profile": {
|
|
@@ -5182,16 +5190,6 @@
|
|
|
5182
5190
|
"allowNo": false,
|
|
5183
5191
|
"type": "boolean"
|
|
5184
5192
|
},
|
|
5185
|
-
"description": {
|
|
5186
|
-
"char": "d",
|
|
5187
|
-
"description": "Backup description",
|
|
5188
|
-
"name": "description",
|
|
5189
|
-
"required": false,
|
|
5190
|
-
"default": "",
|
|
5191
|
-
"hasDynamicHelp": false,
|
|
5192
|
-
"multiple": false,
|
|
5193
|
-
"type": "option"
|
|
5194
|
-
},
|
|
5195
5193
|
"output": {
|
|
5196
5194
|
"char": "o",
|
|
5197
5195
|
"description": "Output format",
|
|
@@ -5206,6 +5204,15 @@
|
|
|
5206
5204
|
],
|
|
5207
5205
|
"type": "option"
|
|
5208
5206
|
},
|
|
5207
|
+
"page": {
|
|
5208
|
+
"description": "Page number for pagination",
|
|
5209
|
+
"name": "page",
|
|
5210
|
+
"required": false,
|
|
5211
|
+
"default": 1,
|
|
5212
|
+
"hasDynamicHelp": false,
|
|
5213
|
+
"multiple": false,
|
|
5214
|
+
"type": "option"
|
|
5215
|
+
},
|
|
5209
5216
|
"workspace": {
|
|
5210
5217
|
"char": "w",
|
|
5211
5218
|
"description": "Workspace ID (uses profile workspace if not provided)",
|
|
@@ -5218,7 +5225,7 @@
|
|
|
5218
5225
|
},
|
|
5219
5226
|
"hasDynamicHelp": false,
|
|
5220
5227
|
"hiddenAliases": [],
|
|
5221
|
-
"id": "tenant:backup:
|
|
5228
|
+
"id": "tenant:backup:list",
|
|
5222
5229
|
"pluginAlias": "@xano/cli",
|
|
5223
5230
|
"pluginName": "@xano/cli",
|
|
5224
5231
|
"pluginType": "core",
|
|
@@ -5230,24 +5237,23 @@
|
|
|
5230
5237
|
"commands",
|
|
5231
5238
|
"tenant",
|
|
5232
5239
|
"backup",
|
|
5233
|
-
"
|
|
5240
|
+
"list",
|
|
5234
5241
|
"index.js"
|
|
5235
5242
|
]
|
|
5236
5243
|
},
|
|
5237
|
-
"tenant:backup:
|
|
5244
|
+
"tenant:backup:restore": {
|
|
5238
5245
|
"aliases": [],
|
|
5239
5246
|
"args": {
|
|
5240
5247
|
"tenant_name": {
|
|
5241
|
-
"description": "Tenant name
|
|
5248
|
+
"description": "Tenant name to restore",
|
|
5242
5249
|
"name": "tenant_name",
|
|
5243
5250
|
"required": true
|
|
5244
5251
|
}
|
|
5245
5252
|
},
|
|
5246
|
-
"description": "
|
|
5253
|
+
"description": "Restore a tenant from a backup. This replaces the current tenant data.",
|
|
5247
5254
|
"examples": [
|
|
5248
|
-
"$ xano tenant backup
|
|
5249
|
-
"$ xano tenant backup
|
|
5250
|
-
"$ xano tenant backup delete t1234-abcd-xyz1 --backup_id 10 -o json"
|
|
5255
|
+
"$ xano tenant backup restore t1234-abcd-xyz1 --backup_id 10\nAre you sure you want to restore tenant t1234-abcd-xyz1 from backup 10? This will replace current data. (y/N) y\nRestored tenant t1234-abcd-xyz1 from backup #10\n",
|
|
5256
|
+
"$ xano tenant backup restore t1234-abcd-xyz1 --backup_id 10 --force -o json"
|
|
5251
5257
|
],
|
|
5252
5258
|
"flags": {
|
|
5253
5259
|
"profile": {
|
|
@@ -5270,7 +5276,7 @@
|
|
|
5270
5276
|
"type": "boolean"
|
|
5271
5277
|
},
|
|
5272
5278
|
"backup_id": {
|
|
5273
|
-
"description": "Backup ID to
|
|
5279
|
+
"description": "Backup ID to restore from",
|
|
5274
5280
|
"name": "backup_id",
|
|
5275
5281
|
"required": true,
|
|
5276
5282
|
"hasDynamicHelp": false,
|
|
@@ -5311,7 +5317,7 @@
|
|
|
5311
5317
|
},
|
|
5312
5318
|
"hasDynamicHelp": false,
|
|
5313
5319
|
"hiddenAliases": [],
|
|
5314
|
-
"id": "tenant:backup:
|
|
5320
|
+
"id": "tenant:backup:restore",
|
|
5315
5321
|
"pluginAlias": "@xano/cli",
|
|
5316
5322
|
"pluginName": "@xano/cli",
|
|
5317
5323
|
"pluginType": "core",
|
|
@@ -5323,24 +5329,24 @@
|
|
|
5323
5329
|
"commands",
|
|
5324
5330
|
"tenant",
|
|
5325
5331
|
"backup",
|
|
5326
|
-
"
|
|
5332
|
+
"restore",
|
|
5327
5333
|
"index.js"
|
|
5328
5334
|
]
|
|
5329
5335
|
},
|
|
5330
|
-
"tenant:
|
|
5336
|
+
"tenant:cluster:delete": {
|
|
5331
5337
|
"aliases": [],
|
|
5332
5338
|
"args": {
|
|
5333
|
-
"
|
|
5334
|
-
"description": "
|
|
5335
|
-
"name": "
|
|
5339
|
+
"cluster_id": {
|
|
5340
|
+
"description": "Cluster ID to delete",
|
|
5341
|
+
"name": "cluster_id",
|
|
5336
5342
|
"required": true
|
|
5337
5343
|
}
|
|
5338
5344
|
},
|
|
5339
|
-
"description": "
|
|
5345
|
+
"description": "Delete a tenant cluster. This action cannot be undone.",
|
|
5340
5346
|
"examples": [
|
|
5341
|
-
"$ xano tenant
|
|
5342
|
-
"$ xano tenant
|
|
5343
|
-
"$ xano tenant
|
|
5347
|
+
"$ xano tenant cluster delete 3\nAre you sure you want to delete tenant cluster 3? This action cannot be undone. (y/N) y\nTenant cluster 3 deleted successfully\n",
|
|
5348
|
+
"$ xano tenant cluster delete 3 --force\nTenant cluster 3 deleted successfully\n",
|
|
5349
|
+
"$ xano tenant cluster delete 3 -f -o json"
|
|
5344
5350
|
],
|
|
5345
5351
|
"flags": {
|
|
5346
5352
|
"profile": {
|
|
@@ -5362,18 +5368,18 @@
|
|
|
5362
5368
|
"allowNo": false,
|
|
5363
5369
|
"type": "boolean"
|
|
5364
5370
|
},
|
|
5365
|
-
"
|
|
5366
|
-
"
|
|
5367
|
-
"
|
|
5368
|
-
"
|
|
5369
|
-
"
|
|
5370
|
-
"
|
|
5371
|
-
"type": "
|
|
5371
|
+
"force": {
|
|
5372
|
+
"char": "f",
|
|
5373
|
+
"description": "Skip confirmation prompt",
|
|
5374
|
+
"name": "force",
|
|
5375
|
+
"required": false,
|
|
5376
|
+
"allowNo": false,
|
|
5377
|
+
"type": "boolean"
|
|
5372
5378
|
},
|
|
5373
|
-
"
|
|
5379
|
+
"output": {
|
|
5374
5380
|
"char": "o",
|
|
5375
5381
|
"description": "Output format",
|
|
5376
|
-
"name": "
|
|
5382
|
+
"name": "output",
|
|
5377
5383
|
"required": false,
|
|
5378
5384
|
"default": "summary",
|
|
5379
5385
|
"hasDynamicHelp": false,
|
|
@@ -5383,28 +5389,11 @@
|
|
|
5383
5389
|
"json"
|
|
5384
5390
|
],
|
|
5385
5391
|
"type": "option"
|
|
5386
|
-
},
|
|
5387
|
-
"output": {
|
|
5388
|
-
"description": "Output file path (defaults to ./tenant-{name}-backup-{backup_id}.tar.gz)",
|
|
5389
|
-
"name": "output",
|
|
5390
|
-
"required": false,
|
|
5391
|
-
"hasDynamicHelp": false,
|
|
5392
|
-
"multiple": false,
|
|
5393
|
-
"type": "option"
|
|
5394
|
-
},
|
|
5395
|
-
"workspace": {
|
|
5396
|
-
"char": "w",
|
|
5397
|
-
"description": "Workspace ID (uses profile workspace if not provided)",
|
|
5398
|
-
"name": "workspace",
|
|
5399
|
-
"required": false,
|
|
5400
|
-
"hasDynamicHelp": false,
|
|
5401
|
-
"multiple": false,
|
|
5402
|
-
"type": "option"
|
|
5403
5392
|
}
|
|
5404
5393
|
},
|
|
5405
5394
|
"hasDynamicHelp": false,
|
|
5406
5395
|
"hiddenAliases": [],
|
|
5407
|
-
"id": "tenant:
|
|
5396
|
+
"id": "tenant:cluster:delete",
|
|
5408
5397
|
"pluginAlias": "@xano/cli",
|
|
5409
5398
|
"pluginName": "@xano/cli",
|
|
5410
5399
|
"pluginType": "core",
|
|
@@ -5415,24 +5404,24 @@
|
|
|
5415
5404
|
"dist",
|
|
5416
5405
|
"commands",
|
|
5417
5406
|
"tenant",
|
|
5418
|
-
"
|
|
5419
|
-
"
|
|
5407
|
+
"cluster",
|
|
5408
|
+
"delete",
|
|
5420
5409
|
"index.js"
|
|
5421
5410
|
]
|
|
5422
5411
|
},
|
|
5423
|
-
"tenant:
|
|
5412
|
+
"tenant:cluster:edit": {
|
|
5424
5413
|
"aliases": [],
|
|
5425
5414
|
"args": {
|
|
5426
|
-
"
|
|
5427
|
-
"description": "
|
|
5428
|
-
"name": "
|
|
5415
|
+
"cluster_id": {
|
|
5416
|
+
"description": "Cluster ID to edit",
|
|
5417
|
+
"name": "cluster_id",
|
|
5429
5418
|
"required": true
|
|
5430
5419
|
}
|
|
5431
5420
|
},
|
|
5432
|
-
"description": "
|
|
5421
|
+
"description": "Update an existing tenant cluster",
|
|
5433
5422
|
"examples": [
|
|
5434
|
-
"$ xano tenant
|
|
5435
|
-
"$ xano tenant
|
|
5423
|
+
"$ xano tenant cluster edit 1 --name \"us-east-1-updated\" --description \"Updated cluster\" --domain \"us-east.xano.io\" --type standard\nUpdated tenant cluster: us-east-1-updated (standard) - ID: 1\n",
|
|
5424
|
+
"$ xano tenant cluster edit 1 --name \"eu-west\" --description \"\" --domain \"\" --type run -o json"
|
|
5436
5425
|
],
|
|
5437
5426
|
"flags": {
|
|
5438
5427
|
"profile": {
|
|
@@ -5456,18 +5445,25 @@
|
|
|
5456
5445
|
},
|
|
5457
5446
|
"description": {
|
|
5458
5447
|
"char": "d",
|
|
5459
|
-
"description": "
|
|
5448
|
+
"description": "Cluster description",
|
|
5460
5449
|
"name": "description",
|
|
5461
|
-
"required":
|
|
5462
|
-
"default": "",
|
|
5450
|
+
"required": true,
|
|
5463
5451
|
"hasDynamicHelp": false,
|
|
5464
5452
|
"multiple": false,
|
|
5465
5453
|
"type": "option"
|
|
5466
5454
|
},
|
|
5467
|
-
"
|
|
5468
|
-
"
|
|
5469
|
-
"
|
|
5470
|
-
"
|
|
5455
|
+
"domain": {
|
|
5456
|
+
"description": "Custom domain for the cluster",
|
|
5457
|
+
"name": "domain",
|
|
5458
|
+
"required": true,
|
|
5459
|
+
"hasDynamicHelp": false,
|
|
5460
|
+
"multiple": false,
|
|
5461
|
+
"type": "option"
|
|
5462
|
+
},
|
|
5463
|
+
"name": {
|
|
5464
|
+
"char": "n",
|
|
5465
|
+
"description": "Cluster name",
|
|
5466
|
+
"name": "name",
|
|
5471
5467
|
"required": true,
|
|
5472
5468
|
"hasDynamicHelp": false,
|
|
5473
5469
|
"multiple": false,
|
|
@@ -5487,19 +5483,22 @@
|
|
|
5487
5483
|
],
|
|
5488
5484
|
"type": "option"
|
|
5489
5485
|
},
|
|
5490
|
-
"
|
|
5491
|
-
"
|
|
5492
|
-
"
|
|
5493
|
-
"
|
|
5494
|
-
"required": false,
|
|
5486
|
+
"type": {
|
|
5487
|
+
"description": "Cluster type",
|
|
5488
|
+
"name": "type",
|
|
5489
|
+
"required": true,
|
|
5495
5490
|
"hasDynamicHelp": false,
|
|
5496
5491
|
"multiple": false,
|
|
5492
|
+
"options": [
|
|
5493
|
+
"standard",
|
|
5494
|
+
"run"
|
|
5495
|
+
],
|
|
5497
5496
|
"type": "option"
|
|
5498
5497
|
}
|
|
5499
5498
|
},
|
|
5500
5499
|
"hasDynamicHelp": false,
|
|
5501
5500
|
"hiddenAliases": [],
|
|
5502
|
-
"id": "tenant:
|
|
5501
|
+
"id": "tenant:cluster:edit",
|
|
5503
5502
|
"pluginAlias": "@xano/cli",
|
|
5504
5503
|
"pluginName": "@xano/cli",
|
|
5505
5504
|
"pluginType": "core",
|
|
@@ -5510,24 +5509,25 @@
|
|
|
5510
5509
|
"dist",
|
|
5511
5510
|
"commands",
|
|
5512
5511
|
"tenant",
|
|
5513
|
-
"
|
|
5514
|
-
"
|
|
5512
|
+
"cluster",
|
|
5513
|
+
"edit",
|
|
5515
5514
|
"index.js"
|
|
5516
5515
|
]
|
|
5517
5516
|
},
|
|
5518
|
-
"
|
|
5517
|
+
"workspace:create": {
|
|
5519
5518
|
"aliases": [],
|
|
5520
5519
|
"args": {
|
|
5521
|
-
"
|
|
5522
|
-
"description": "
|
|
5523
|
-
"name": "
|
|
5520
|
+
"name": {
|
|
5521
|
+
"description": "Name of the workspace",
|
|
5522
|
+
"name": "name",
|
|
5524
5523
|
"required": true
|
|
5525
5524
|
}
|
|
5526
5525
|
},
|
|
5527
|
-
"description": "
|
|
5526
|
+
"description": "Create a new workspace via the Xano Metadata API",
|
|
5528
5527
|
"examples": [
|
|
5529
|
-
"$ xano
|
|
5530
|
-
"$ xano
|
|
5528
|
+
"$ xano workspace create my-workspace\nCreated workspace: my-workspace (ID: 123)\n",
|
|
5529
|
+
"$ xano workspace create my-app --description \"My application workspace\"\nCreated workspace: my-app (ID: 456)\n Description: My application workspace\n",
|
|
5530
|
+
"$ xano workspace create new-project -d \"New project workspace\" -o json\n{\n \"id\": 789,\n \"name\": \"new-project\",\n \"description\": \"New project workspace\"\n}\n"
|
|
5531
5531
|
],
|
|
5532
5532
|
"flags": {
|
|
5533
5533
|
"profile": {
|
|
@@ -5549,6 +5549,15 @@
|
|
|
5549
5549
|
"allowNo": false,
|
|
5550
5550
|
"type": "boolean"
|
|
5551
5551
|
},
|
|
5552
|
+
"description": {
|
|
5553
|
+
"char": "d",
|
|
5554
|
+
"description": "Description for the workspace",
|
|
5555
|
+
"name": "description",
|
|
5556
|
+
"required": false,
|
|
5557
|
+
"hasDynamicHelp": false,
|
|
5558
|
+
"multiple": false,
|
|
5559
|
+
"type": "option"
|
|
5560
|
+
},
|
|
5552
5561
|
"output": {
|
|
5553
5562
|
"char": "o",
|
|
5554
5563
|
"description": "Output format",
|
|
@@ -5562,29 +5571,11 @@
|
|
|
5562
5571
|
"json"
|
|
5563
5572
|
],
|
|
5564
5573
|
"type": "option"
|
|
5565
|
-
},
|
|
5566
|
-
"page": {
|
|
5567
|
-
"description": "Page number for pagination",
|
|
5568
|
-
"name": "page",
|
|
5569
|
-
"required": false,
|
|
5570
|
-
"default": 1,
|
|
5571
|
-
"hasDynamicHelp": false,
|
|
5572
|
-
"multiple": false,
|
|
5573
|
-
"type": "option"
|
|
5574
|
-
},
|
|
5575
|
-
"workspace": {
|
|
5576
|
-
"char": "w",
|
|
5577
|
-
"description": "Workspace ID (uses profile workspace if not provided)",
|
|
5578
|
-
"name": "workspace",
|
|
5579
|
-
"required": false,
|
|
5580
|
-
"hasDynamicHelp": false,
|
|
5581
|
-
"multiple": false,
|
|
5582
|
-
"type": "option"
|
|
5583
5574
|
}
|
|
5584
5575
|
},
|
|
5585
5576
|
"hasDynamicHelp": false,
|
|
5586
5577
|
"hiddenAliases": [],
|
|
5587
|
-
"id": "
|
|
5578
|
+
"id": "workspace:create",
|
|
5588
5579
|
"pluginAlias": "@xano/cli",
|
|
5589
5580
|
"pluginName": "@xano/cli",
|
|
5590
5581
|
"pluginType": "core",
|
|
@@ -5594,25 +5585,24 @@
|
|
|
5594
5585
|
"relativePath": [
|
|
5595
5586
|
"dist",
|
|
5596
5587
|
"commands",
|
|
5597
|
-
"
|
|
5598
|
-
"
|
|
5599
|
-
"list",
|
|
5588
|
+
"workspace",
|
|
5589
|
+
"create",
|
|
5600
5590
|
"index.js"
|
|
5601
5591
|
]
|
|
5602
5592
|
},
|
|
5603
|
-
"tenant:
|
|
5593
|
+
"tenant:cluster:get": {
|
|
5604
5594
|
"aliases": [],
|
|
5605
5595
|
"args": {
|
|
5606
|
-
"
|
|
5607
|
-
"description": "
|
|
5608
|
-
"name": "
|
|
5596
|
+
"cluster_id": {
|
|
5597
|
+
"description": "Cluster ID to retrieve",
|
|
5598
|
+
"name": "cluster_id",
|
|
5609
5599
|
"required": true
|
|
5610
5600
|
}
|
|
5611
5601
|
},
|
|
5612
|
-
"description": "
|
|
5602
|
+
"description": "Get details of a specific tenant cluster",
|
|
5613
5603
|
"examples": [
|
|
5614
|
-
"$ xano tenant
|
|
5615
|
-
"$ xano tenant
|
|
5604
|
+
"$ xano tenant cluster get 1\nCluster: us-east-1\n ID: 1\n Type: standard\n Domain: us-east-1.xano.io\n",
|
|
5605
|
+
"$ xano tenant cluster get 1 -o json"
|
|
5616
5606
|
],
|
|
5617
5607
|
"flags": {
|
|
5618
5608
|
"profile": {
|
|
@@ -5634,22 +5624,6 @@
|
|
|
5634
5624
|
"allowNo": false,
|
|
5635
5625
|
"type": "boolean"
|
|
5636
5626
|
},
|
|
5637
|
-
"backup_id": {
|
|
5638
|
-
"description": "Backup ID to restore from",
|
|
5639
|
-
"name": "backup_id",
|
|
5640
|
-
"required": true,
|
|
5641
|
-
"hasDynamicHelp": false,
|
|
5642
|
-
"multiple": false,
|
|
5643
|
-
"type": "option"
|
|
5644
|
-
},
|
|
5645
|
-
"force": {
|
|
5646
|
-
"char": "f",
|
|
5647
|
-
"description": "Skip confirmation prompt",
|
|
5648
|
-
"name": "force",
|
|
5649
|
-
"required": false,
|
|
5650
|
-
"allowNo": false,
|
|
5651
|
-
"type": "boolean"
|
|
5652
|
-
},
|
|
5653
5627
|
"output": {
|
|
5654
5628
|
"char": "o",
|
|
5655
5629
|
"description": "Output format",
|
|
@@ -5663,20 +5637,11 @@
|
|
|
5663
5637
|
"json"
|
|
5664
5638
|
],
|
|
5665
5639
|
"type": "option"
|
|
5666
|
-
},
|
|
5667
|
-
"workspace": {
|
|
5668
|
-
"char": "w",
|
|
5669
|
-
"description": "Workspace ID (uses profile workspace if not provided)",
|
|
5670
|
-
"name": "workspace",
|
|
5671
|
-
"required": false,
|
|
5672
|
-
"hasDynamicHelp": false,
|
|
5673
|
-
"multiple": false,
|
|
5674
|
-
"type": "option"
|
|
5675
5640
|
}
|
|
5676
5641
|
},
|
|
5677
5642
|
"hasDynamicHelp": false,
|
|
5678
5643
|
"hiddenAliases": [],
|
|
5679
|
-
"id": "tenant:
|
|
5644
|
+
"id": "tenant:cluster:get",
|
|
5680
5645
|
"pluginAlias": "@xano/cli",
|
|
5681
5646
|
"pluginName": "@xano/cli",
|
|
5682
5647
|
"pluginType": "core",
|
|
@@ -5687,8 +5652,8 @@
|
|
|
5687
5652
|
"dist",
|
|
5688
5653
|
"commands",
|
|
5689
5654
|
"tenant",
|
|
5690
|
-
"
|
|
5691
|
-
"
|
|
5655
|
+
"cluster",
|
|
5656
|
+
"get",
|
|
5692
5657
|
"index.js"
|
|
5693
5658
|
]
|
|
5694
5659
|
},
|
|
@@ -5814,20 +5779,13 @@
|
|
|
5814
5779
|
"index.js"
|
|
5815
5780
|
]
|
|
5816
5781
|
},
|
|
5817
|
-
"tenant:cluster:
|
|
5782
|
+
"tenant:cluster:list": {
|
|
5818
5783
|
"aliases": [],
|
|
5819
|
-
"args": {
|
|
5820
|
-
|
|
5821
|
-
"description": "Cluster ID to delete",
|
|
5822
|
-
"name": "cluster_id",
|
|
5823
|
-
"required": true
|
|
5824
|
-
}
|
|
5825
|
-
},
|
|
5826
|
-
"description": "Delete a tenant cluster. This action cannot be undone.",
|
|
5784
|
+
"args": {},
|
|
5785
|
+
"description": "List all tenant clusters",
|
|
5827
5786
|
"examples": [
|
|
5828
|
-
"$ xano tenant cluster
|
|
5829
|
-
"$ xano tenant cluster
|
|
5830
|
-
"$ xano tenant cluster delete 3 -f -o json"
|
|
5787
|
+
"$ xano tenant cluster list\nTenant clusters:\n - us-east-1 (standard) [ID: 1]\n - eu-west-1 (run) [ID: 2]\n",
|
|
5788
|
+
"$ xano tenant cluster list --output json"
|
|
5831
5789
|
],
|
|
5832
5790
|
"flags": {
|
|
5833
5791
|
"profile": {
|
|
@@ -5849,14 +5807,6 @@
|
|
|
5849
5807
|
"allowNo": false,
|
|
5850
5808
|
"type": "boolean"
|
|
5851
5809
|
},
|
|
5852
|
-
"force": {
|
|
5853
|
-
"char": "f",
|
|
5854
|
-
"description": "Skip confirmation prompt",
|
|
5855
|
-
"name": "force",
|
|
5856
|
-
"required": false,
|
|
5857
|
-
"allowNo": false,
|
|
5858
|
-
"type": "boolean"
|
|
5859
|
-
},
|
|
5860
5810
|
"output": {
|
|
5861
5811
|
"char": "o",
|
|
5862
5812
|
"description": "Output format",
|
|
@@ -5874,7 +5824,7 @@
|
|
|
5874
5824
|
},
|
|
5875
5825
|
"hasDynamicHelp": false,
|
|
5876
5826
|
"hiddenAliases": [],
|
|
5877
|
-
"id": "tenant:cluster:
|
|
5827
|
+
"id": "tenant:cluster:list",
|
|
5878
5828
|
"pluginAlias": "@xano/cli",
|
|
5879
5829
|
"pluginName": "@xano/cli",
|
|
5880
5830
|
"pluginType": "core",
|
|
@@ -5886,23 +5836,24 @@
|
|
|
5886
5836
|
"commands",
|
|
5887
5837
|
"tenant",
|
|
5888
5838
|
"cluster",
|
|
5889
|
-
"
|
|
5839
|
+
"list",
|
|
5890
5840
|
"index.js"
|
|
5891
5841
|
]
|
|
5892
5842
|
},
|
|
5893
|
-
"
|
|
5843
|
+
"static_host:build:create": {
|
|
5894
5844
|
"aliases": [],
|
|
5895
5845
|
"args": {
|
|
5896
|
-
"
|
|
5897
|
-
"description": "
|
|
5898
|
-
"name": "
|
|
5846
|
+
"static_host": {
|
|
5847
|
+
"description": "Static Host name",
|
|
5848
|
+
"name": "static_host",
|
|
5899
5849
|
"required": true
|
|
5900
5850
|
}
|
|
5901
5851
|
},
|
|
5902
|
-
"description": "
|
|
5852
|
+
"description": "Create a new build for a static host",
|
|
5903
5853
|
"examples": [
|
|
5904
|
-
"$ xano
|
|
5905
|
-
"$ xano
|
|
5854
|
+
"$ xano static_host:build:create default -f ./build.zip -n \"v1.0.0\"\nBuild created successfully!\nID: 123\nName: v1.0.0\nStatus: pending\n",
|
|
5855
|
+
"$ xano static_host:build:create default -w 40 -f ./dist.zip -n \"production\" -d \"Production build\"\nBuild created successfully!\nID: 124\nName: production\nDescription: Production build\n",
|
|
5856
|
+
"$ xano static_host:build:create myhost -f ./app.zip -n \"release-1.2\" -o json\n{\n \"id\": 125,\n \"name\": \"release-1.2\",\n \"status\": \"pending\"\n}\n"
|
|
5906
5857
|
],
|
|
5907
5858
|
"flags": {
|
|
5908
5859
|
"profile": {
|
|
@@ -5926,16 +5877,17 @@
|
|
|
5926
5877
|
},
|
|
5927
5878
|
"description": {
|
|
5928
5879
|
"char": "d",
|
|
5929
|
-
"description": "
|
|
5880
|
+
"description": "Build description",
|
|
5930
5881
|
"name": "description",
|
|
5931
|
-
"required":
|
|
5882
|
+
"required": false,
|
|
5932
5883
|
"hasDynamicHelp": false,
|
|
5933
5884
|
"multiple": false,
|
|
5934
5885
|
"type": "option"
|
|
5935
5886
|
},
|
|
5936
|
-
"
|
|
5937
|
-
"
|
|
5938
|
-
"
|
|
5887
|
+
"file": {
|
|
5888
|
+
"char": "f",
|
|
5889
|
+
"description": "Path to zip file to upload",
|
|
5890
|
+
"name": "file",
|
|
5939
5891
|
"required": true,
|
|
5940
5892
|
"hasDynamicHelp": false,
|
|
5941
5893
|
"multiple": false,
|
|
@@ -5943,7 +5895,7 @@
|
|
|
5943
5895
|
},
|
|
5944
5896
|
"name": {
|
|
5945
5897
|
"char": "n",
|
|
5946
|
-
"description": "
|
|
5898
|
+
"description": "Build name",
|
|
5947
5899
|
"name": "name",
|
|
5948
5900
|
"required": true,
|
|
5949
5901
|
"hasDynamicHelp": false,
|
|
@@ -5964,22 +5916,19 @@
|
|
|
5964
5916
|
],
|
|
5965
5917
|
"type": "option"
|
|
5966
5918
|
},
|
|
5967
|
-
"
|
|
5968
|
-
"
|
|
5969
|
-
"
|
|
5970
|
-
"
|
|
5919
|
+
"workspace": {
|
|
5920
|
+
"char": "w",
|
|
5921
|
+
"description": "Workspace ID (optional if set in profile)",
|
|
5922
|
+
"name": "workspace",
|
|
5923
|
+
"required": false,
|
|
5971
5924
|
"hasDynamicHelp": false,
|
|
5972
5925
|
"multiple": false,
|
|
5973
|
-
"options": [
|
|
5974
|
-
"standard",
|
|
5975
|
-
"run"
|
|
5976
|
-
],
|
|
5977
5926
|
"type": "option"
|
|
5978
5927
|
}
|
|
5979
5928
|
},
|
|
5980
5929
|
"hasDynamicHelp": false,
|
|
5981
5930
|
"hiddenAliases": [],
|
|
5982
|
-
"id": "
|
|
5931
|
+
"id": "static_host:build:create",
|
|
5983
5932
|
"pluginAlias": "@xano/cli",
|
|
5984
5933
|
"pluginName": "@xano/cli",
|
|
5985
5934
|
"pluginType": "core",
|
|
@@ -5989,25 +5938,27 @@
|
|
|
5989
5938
|
"relativePath": [
|
|
5990
5939
|
"dist",
|
|
5991
5940
|
"commands",
|
|
5992
|
-
"
|
|
5993
|
-
"
|
|
5994
|
-
"
|
|
5941
|
+
"static_host",
|
|
5942
|
+
"build",
|
|
5943
|
+
"create",
|
|
5995
5944
|
"index.js"
|
|
5996
5945
|
]
|
|
5997
5946
|
},
|
|
5998
|
-
"
|
|
5947
|
+
"static_host:build:list": {
|
|
5999
5948
|
"aliases": [],
|
|
6000
5949
|
"args": {
|
|
6001
|
-
"
|
|
6002
|
-
"description": "
|
|
6003
|
-
"name": "
|
|
5950
|
+
"static_host": {
|
|
5951
|
+
"description": "Static Host name",
|
|
5952
|
+
"name": "static_host",
|
|
6004
5953
|
"required": true
|
|
6005
5954
|
}
|
|
6006
5955
|
},
|
|
6007
|
-
"description": "
|
|
5956
|
+
"description": "List all builds for a static host",
|
|
6008
5957
|
"examples": [
|
|
6009
|
-
"$ xano
|
|
6010
|
-
"$ xano
|
|
5958
|
+
"$ xano static_host:build:list default -w 40\nAvailable builds:\n - v1.0.0 (ID: 1) - Status: completed\n - v1.0.1 (ID: 2) - Status: pending\n",
|
|
5959
|
+
"$ xano static_host:build:list myhost --profile production\nAvailable builds:\n - production (ID: 1) - Status: completed\n - staging (ID: 2) - Status: completed\n",
|
|
5960
|
+
"$ xano static_host:build:list default -w 40 --output json\n[\n {\n \"id\": 1,\n \"name\": \"v1.0.0\",\n \"status\": \"completed\"\n }\n]\n",
|
|
5961
|
+
"$ xano static_host:build:list default -p staging -o json --page 2\n[\n {\n \"id\": 3,\n \"name\": \"v1.0.2\"\n }\n]\n"
|
|
6011
5962
|
],
|
|
6012
5963
|
"flags": {
|
|
6013
5964
|
"profile": {
|
|
@@ -6042,11 +5993,38 @@
|
|
|
6042
5993
|
"json"
|
|
6043
5994
|
],
|
|
6044
5995
|
"type": "option"
|
|
5996
|
+
},
|
|
5997
|
+
"page": {
|
|
5998
|
+
"description": "Page number for pagination",
|
|
5999
|
+
"name": "page",
|
|
6000
|
+
"required": false,
|
|
6001
|
+
"default": 1,
|
|
6002
|
+
"hasDynamicHelp": false,
|
|
6003
|
+
"multiple": false,
|
|
6004
|
+
"type": "option"
|
|
6005
|
+
},
|
|
6006
|
+
"per_page": {
|
|
6007
|
+
"description": "Number of results per page",
|
|
6008
|
+
"name": "per_page",
|
|
6009
|
+
"required": false,
|
|
6010
|
+
"default": 50,
|
|
6011
|
+
"hasDynamicHelp": false,
|
|
6012
|
+
"multiple": false,
|
|
6013
|
+
"type": "option"
|
|
6014
|
+
},
|
|
6015
|
+
"workspace": {
|
|
6016
|
+
"char": "w",
|
|
6017
|
+
"description": "Workspace ID (optional if set in profile)",
|
|
6018
|
+
"name": "workspace",
|
|
6019
|
+
"required": false,
|
|
6020
|
+
"hasDynamicHelp": false,
|
|
6021
|
+
"multiple": false,
|
|
6022
|
+
"type": "option"
|
|
6045
6023
|
}
|
|
6046
6024
|
},
|
|
6047
6025
|
"hasDynamicHelp": false,
|
|
6048
6026
|
"hiddenAliases": [],
|
|
6049
|
-
"id": "
|
|
6027
|
+
"id": "static_host:build:list",
|
|
6050
6028
|
"pluginAlias": "@xano/cli",
|
|
6051
6029
|
"pluginName": "@xano/cli",
|
|
6052
6030
|
"pluginType": "core",
|
|
@@ -6056,19 +6034,26 @@
|
|
|
6056
6034
|
"relativePath": [
|
|
6057
6035
|
"dist",
|
|
6058
6036
|
"commands",
|
|
6059
|
-
"
|
|
6060
|
-
"
|
|
6061
|
-
"
|
|
6037
|
+
"static_host",
|
|
6038
|
+
"build",
|
|
6039
|
+
"list",
|
|
6062
6040
|
"index.js"
|
|
6063
6041
|
]
|
|
6064
6042
|
},
|
|
6065
|
-
"tenant:
|
|
6043
|
+
"tenant:env:delete": {
|
|
6066
6044
|
"aliases": [],
|
|
6067
|
-
"args": {
|
|
6068
|
-
|
|
6045
|
+
"args": {
|
|
6046
|
+
"tenant_name": {
|
|
6047
|
+
"description": "Tenant name",
|
|
6048
|
+
"name": "tenant_name",
|
|
6049
|
+
"required": true
|
|
6050
|
+
}
|
|
6051
|
+
},
|
|
6052
|
+
"description": "Delete an environment variable from a tenant",
|
|
6069
6053
|
"examples": [
|
|
6070
|
-
"$ xano tenant
|
|
6071
|
-
"$ xano tenant
|
|
6054
|
+
"$ xano tenant env delete my-tenant --name DATABASE_URL\nAre you sure you want to delete environment variable 'DATABASE_URL' from tenant my-tenant? (y/N) y\nEnvironment variable 'DATABASE_URL' deleted from tenant my-tenant\n",
|
|
6055
|
+
"$ xano tenant env delete my-tenant --name DATABASE_URL --force\nEnvironment variable 'DATABASE_URL' deleted from tenant my-tenant\n",
|
|
6056
|
+
"$ xano tenant env delete my-tenant --name DATABASE_URL -f -w 5 -o json"
|
|
6072
6057
|
],
|
|
6073
6058
|
"flags": {
|
|
6074
6059
|
"profile": {
|
|
@@ -6090,6 +6075,23 @@
|
|
|
6090
6075
|
"allowNo": false,
|
|
6091
6076
|
"type": "boolean"
|
|
6092
6077
|
},
|
|
6078
|
+
"force": {
|
|
6079
|
+
"char": "f",
|
|
6080
|
+
"description": "Skip confirmation prompt",
|
|
6081
|
+
"name": "force",
|
|
6082
|
+
"required": false,
|
|
6083
|
+
"allowNo": false,
|
|
6084
|
+
"type": "boolean"
|
|
6085
|
+
},
|
|
6086
|
+
"name": {
|
|
6087
|
+
"char": "n",
|
|
6088
|
+
"description": "Environment variable name",
|
|
6089
|
+
"name": "name",
|
|
6090
|
+
"required": true,
|
|
6091
|
+
"hasDynamicHelp": false,
|
|
6092
|
+
"multiple": false,
|
|
6093
|
+
"type": "option"
|
|
6094
|
+
},
|
|
6093
6095
|
"output": {
|
|
6094
6096
|
"char": "o",
|
|
6095
6097
|
"description": "Output format",
|
|
@@ -6103,11 +6105,20 @@
|
|
|
6103
6105
|
"json"
|
|
6104
6106
|
],
|
|
6105
6107
|
"type": "option"
|
|
6108
|
+
},
|
|
6109
|
+
"workspace": {
|
|
6110
|
+
"char": "w",
|
|
6111
|
+
"description": "Workspace ID (uses profile workspace if not provided)",
|
|
6112
|
+
"name": "workspace",
|
|
6113
|
+
"required": false,
|
|
6114
|
+
"hasDynamicHelp": false,
|
|
6115
|
+
"multiple": false,
|
|
6116
|
+
"type": "option"
|
|
6106
6117
|
}
|
|
6107
6118
|
},
|
|
6108
6119
|
"hasDynamicHelp": false,
|
|
6109
6120
|
"hiddenAliases": [],
|
|
6110
|
-
"id": "tenant:
|
|
6121
|
+
"id": "tenant:env:delete",
|
|
6111
6122
|
"pluginAlias": "@xano/cli",
|
|
6112
6123
|
"pluginName": "@xano/cli",
|
|
6113
6124
|
"pluginType": "core",
|
|
@@ -6118,12 +6129,12 @@
|
|
|
6118
6129
|
"dist",
|
|
6119
6130
|
"commands",
|
|
6120
6131
|
"tenant",
|
|
6121
|
-
"
|
|
6122
|
-
"
|
|
6132
|
+
"env",
|
|
6133
|
+
"delete",
|
|
6123
6134
|
"index.js"
|
|
6124
6135
|
]
|
|
6125
6136
|
},
|
|
6126
|
-
"tenant:env:
|
|
6137
|
+
"tenant:env:get": {
|
|
6127
6138
|
"aliases": [],
|
|
6128
6139
|
"args": {
|
|
6129
6140
|
"tenant_name": {
|
|
@@ -6132,11 +6143,10 @@
|
|
|
6132
6143
|
"required": true
|
|
6133
6144
|
}
|
|
6134
6145
|
},
|
|
6135
|
-
"description": "
|
|
6146
|
+
"description": "Get a single environment variable for a tenant",
|
|
6136
6147
|
"examples": [
|
|
6137
|
-
"$ xano tenant env
|
|
6138
|
-
"$ xano tenant env
|
|
6139
|
-
"$ xano tenant env delete my-tenant --name DATABASE_URL -f -w 5 -o json"
|
|
6148
|
+
"$ xano tenant env get my-tenant --name DATABASE_URL\npostgres://localhost:5432/mydb\n",
|
|
6149
|
+
"$ xano tenant env get my-tenant --name DATABASE_URL -w 5 -o json"
|
|
6140
6150
|
],
|
|
6141
6151
|
"flags": {
|
|
6142
6152
|
"profile": {
|
|
@@ -6158,14 +6168,6 @@
|
|
|
6158
6168
|
"allowNo": false,
|
|
6159
6169
|
"type": "boolean"
|
|
6160
6170
|
},
|
|
6161
|
-
"force": {
|
|
6162
|
-
"char": "f",
|
|
6163
|
-
"description": "Skip confirmation prompt",
|
|
6164
|
-
"name": "force",
|
|
6165
|
-
"required": false,
|
|
6166
|
-
"allowNo": false,
|
|
6167
|
-
"type": "boolean"
|
|
6168
|
-
},
|
|
6169
6171
|
"name": {
|
|
6170
6172
|
"char": "n",
|
|
6171
6173
|
"description": "Environment variable name",
|
|
@@ -6201,7 +6203,7 @@
|
|
|
6201
6203
|
},
|
|
6202
6204
|
"hasDynamicHelp": false,
|
|
6203
6205
|
"hiddenAliases": [],
|
|
6204
|
-
"id": "tenant:env:
|
|
6206
|
+
"id": "tenant:env:get",
|
|
6205
6207
|
"pluginAlias": "@xano/cli",
|
|
6206
6208
|
"pluginName": "@xano/cli",
|
|
6207
6209
|
"pluginType": "core",
|
|
@@ -6213,11 +6215,11 @@
|
|
|
6213
6215
|
"commands",
|
|
6214
6216
|
"tenant",
|
|
6215
6217
|
"env",
|
|
6216
|
-
"
|
|
6218
|
+
"get",
|
|
6217
6219
|
"index.js"
|
|
6218
6220
|
]
|
|
6219
6221
|
},
|
|
6220
|
-
"tenant:env:
|
|
6222
|
+
"tenant:env:get_all": {
|
|
6221
6223
|
"aliases": [],
|
|
6222
6224
|
"args": {
|
|
6223
6225
|
"tenant_name": {
|
|
@@ -6226,10 +6228,12 @@
|
|
|
6226
6228
|
"required": true
|
|
6227
6229
|
}
|
|
6228
6230
|
},
|
|
6229
|
-
"description": "Get
|
|
6231
|
+
"description": "Get all environment variables for a tenant and save to a YAML file",
|
|
6230
6232
|
"examples": [
|
|
6231
|
-
"$ xano tenant env
|
|
6232
|
-
"$ xano tenant env
|
|
6233
|
+
"$ xano tenant env get_all my-tenant\nEnvironment variables saved to env_my-tenant.yaml\n",
|
|
6234
|
+
"$ xano tenant env get_all my-tenant --file ./my-env.yaml",
|
|
6235
|
+
"$ xano tenant env get_all my-tenant --view",
|
|
6236
|
+
"$ xano tenant env get_all my-tenant -o json"
|
|
6233
6237
|
],
|
|
6234
6238
|
"flags": {
|
|
6235
6239
|
"profile": {
|
|
@@ -6251,11 +6255,11 @@
|
|
|
6251
6255
|
"allowNo": false,
|
|
6252
6256
|
"type": "boolean"
|
|
6253
6257
|
},
|
|
6254
|
-
"
|
|
6255
|
-
"char": "
|
|
6256
|
-
"description": "
|
|
6257
|
-
"name": "
|
|
6258
|
-
"required":
|
|
6258
|
+
"file": {
|
|
6259
|
+
"char": "f",
|
|
6260
|
+
"description": "Output file path (default: env_<tenant_name>.yaml)",
|
|
6261
|
+
"name": "file",
|
|
6262
|
+
"required": false,
|
|
6259
6263
|
"hasDynamicHelp": false,
|
|
6260
6264
|
"multiple": false,
|
|
6261
6265
|
"type": "option"
|
|
@@ -6274,6 +6278,13 @@
|
|
|
6274
6278
|
],
|
|
6275
6279
|
"type": "option"
|
|
6276
6280
|
},
|
|
6281
|
+
"view": {
|
|
6282
|
+
"description": "Print environment variables to stdout instead of saving to file",
|
|
6283
|
+
"name": "view",
|
|
6284
|
+
"required": false,
|
|
6285
|
+
"allowNo": false,
|
|
6286
|
+
"type": "boolean"
|
|
6287
|
+
},
|
|
6277
6288
|
"workspace": {
|
|
6278
6289
|
"char": "w",
|
|
6279
6290
|
"description": "Workspace ID (uses profile workspace if not provided)",
|
|
@@ -6286,7 +6297,7 @@
|
|
|
6286
6297
|
},
|
|
6287
6298
|
"hasDynamicHelp": false,
|
|
6288
6299
|
"hiddenAliases": [],
|
|
6289
|
-
"id": "tenant:env:
|
|
6300
|
+
"id": "tenant:env:get_all",
|
|
6290
6301
|
"pluginAlias": "@xano/cli",
|
|
6291
6302
|
"pluginName": "@xano/cli",
|
|
6292
6303
|
"pluginType": "core",
|
|
@@ -6298,11 +6309,11 @@
|
|
|
6298
6309
|
"commands",
|
|
6299
6310
|
"tenant",
|
|
6300
6311
|
"env",
|
|
6301
|
-
"
|
|
6312
|
+
"get_all",
|
|
6302
6313
|
"index.js"
|
|
6303
6314
|
]
|
|
6304
6315
|
},
|
|
6305
|
-
"tenant:env:
|
|
6316
|
+
"tenant:env:list": {
|
|
6306
6317
|
"aliases": [],
|
|
6307
6318
|
"args": {
|
|
6308
6319
|
"tenant_name": {
|
|
@@ -6311,12 +6322,10 @@
|
|
|
6311
6322
|
"required": true
|
|
6312
6323
|
}
|
|
6313
6324
|
},
|
|
6314
|
-
"description": "
|
|
6325
|
+
"description": "List environment variable keys for a tenant",
|
|
6315
6326
|
"examples": [
|
|
6316
|
-
"$ xano tenant env
|
|
6317
|
-
"$ xano tenant env
|
|
6318
|
-
"$ xano tenant env get_all my-tenant --view",
|
|
6319
|
-
"$ xano tenant env get_all my-tenant -o json"
|
|
6327
|
+
"$ xano tenant env list my-tenant\nEnvironment variables for tenant my-tenant:\n - DATABASE_URL\n - API_KEY\n - SECRET_TOKEN\n",
|
|
6328
|
+
"$ xano tenant env list my-tenant -w 5 -o json"
|
|
6320
6329
|
],
|
|
6321
6330
|
"flags": {
|
|
6322
6331
|
"profile": {
|
|
@@ -6338,15 +6347,6 @@
|
|
|
6338
6347
|
"allowNo": false,
|
|
6339
6348
|
"type": "boolean"
|
|
6340
6349
|
},
|
|
6341
|
-
"file": {
|
|
6342
|
-
"char": "f",
|
|
6343
|
-
"description": "Output file path (default: env_<tenant_name>.yaml)",
|
|
6344
|
-
"name": "file",
|
|
6345
|
-
"required": false,
|
|
6346
|
-
"hasDynamicHelp": false,
|
|
6347
|
-
"multiple": false,
|
|
6348
|
-
"type": "option"
|
|
6349
|
-
},
|
|
6350
6350
|
"output": {
|
|
6351
6351
|
"char": "o",
|
|
6352
6352
|
"description": "Output format",
|
|
@@ -6361,13 +6361,6 @@
|
|
|
6361
6361
|
],
|
|
6362
6362
|
"type": "option"
|
|
6363
6363
|
},
|
|
6364
|
-
"view": {
|
|
6365
|
-
"description": "Print environment variables to stdout instead of saving to file",
|
|
6366
|
-
"name": "view",
|
|
6367
|
-
"required": false,
|
|
6368
|
-
"allowNo": false,
|
|
6369
|
-
"type": "boolean"
|
|
6370
|
-
},
|
|
6371
6364
|
"workspace": {
|
|
6372
6365
|
"char": "w",
|
|
6373
6366
|
"description": "Workspace ID (uses profile workspace if not provided)",
|
|
@@ -6380,7 +6373,7 @@
|
|
|
6380
6373
|
},
|
|
6381
6374
|
"hasDynamicHelp": false,
|
|
6382
6375
|
"hiddenAliases": [],
|
|
6383
|
-
"id": "tenant:env:
|
|
6376
|
+
"id": "tenant:env:list",
|
|
6384
6377
|
"pluginAlias": "@xano/cli",
|
|
6385
6378
|
"pluginName": "@xano/cli",
|
|
6386
6379
|
"pluginType": "core",
|
|
@@ -6392,7 +6385,7 @@
|
|
|
6392
6385
|
"commands",
|
|
6393
6386
|
"tenant",
|
|
6394
6387
|
"env",
|
|
6395
|
-
"
|
|
6388
|
+
"list",
|
|
6396
6389
|
"index.js"
|
|
6397
6390
|
]
|
|
6398
6391
|
},
|
|
@@ -6489,19 +6482,26 @@
|
|
|
6489
6482
|
"index.js"
|
|
6490
6483
|
]
|
|
6491
6484
|
},
|
|
6492
|
-
"
|
|
6485
|
+
"static_host:build:get": {
|
|
6493
6486
|
"aliases": [],
|
|
6494
6487
|
"args": {
|
|
6495
|
-
"
|
|
6496
|
-
"description": "
|
|
6497
|
-
"name": "
|
|
6488
|
+
"build_id": {
|
|
6489
|
+
"description": "Build ID",
|
|
6490
|
+
"name": "build_id",
|
|
6491
|
+
"required": true
|
|
6492
|
+
},
|
|
6493
|
+
"static_host": {
|
|
6494
|
+
"description": "Static Host name",
|
|
6495
|
+
"name": "static_host",
|
|
6498
6496
|
"required": true
|
|
6499
6497
|
}
|
|
6500
6498
|
},
|
|
6501
|
-
"description": "
|
|
6499
|
+
"description": "Get details of a specific build for a static host",
|
|
6502
6500
|
"examples": [
|
|
6503
|
-
"$ xano
|
|
6504
|
-
"$ xano
|
|
6501
|
+
"$ xano static_host:build:get default 52\nBuild Details:\nID: 52\nName: v1.0.0\nStatus: completed\n",
|
|
6502
|
+
"$ xano static_host:build:get default 52 -w 40\nBuild Details:\nID: 52\nName: v1.0.0\nStatus: completed\n",
|
|
6503
|
+
"$ xano static_host:build:get myhost 123 --profile production\nBuild Details:\nID: 123\nName: production-build\n",
|
|
6504
|
+
"$ xano static_host:build:get default 52 -o json\n{\n \"id\": 52,\n \"name\": \"v1.0.0\",\n \"status\": \"completed\"\n}\n"
|
|
6505
6505
|
],
|
|
6506
6506
|
"flags": {
|
|
6507
6507
|
"profile": {
|
|
@@ -6539,7 +6539,7 @@
|
|
|
6539
6539
|
},
|
|
6540
6540
|
"workspace": {
|
|
6541
6541
|
"char": "w",
|
|
6542
|
-
"description": "Workspace ID (
|
|
6542
|
+
"description": "Workspace ID (optional if set in profile)",
|
|
6543
6543
|
"name": "workspace",
|
|
6544
6544
|
"required": false,
|
|
6545
6545
|
"hasDynamicHelp": false,
|
|
@@ -6549,7 +6549,7 @@
|
|
|
6549
6549
|
},
|
|
6550
6550
|
"hasDynamicHelp": false,
|
|
6551
6551
|
"hiddenAliases": [],
|
|
6552
|
-
"id": "
|
|
6552
|
+
"id": "static_host:build:get",
|
|
6553
6553
|
"pluginAlias": "@xano/cli",
|
|
6554
6554
|
"pluginName": "@xano/cli",
|
|
6555
6555
|
"pluginType": "core",
|
|
@@ -6559,9 +6559,9 @@
|
|
|
6559
6559
|
"relativePath": [
|
|
6560
6560
|
"dist",
|
|
6561
6561
|
"commands",
|
|
6562
|
-
"
|
|
6563
|
-
"
|
|
6564
|
-
"
|
|
6562
|
+
"static_host",
|
|
6563
|
+
"build",
|
|
6564
|
+
"get",
|
|
6565
6565
|
"index.js"
|
|
6566
6566
|
]
|
|
6567
6567
|
},
|
|
@@ -6658,6 +6658,100 @@
|
|
|
6658
6658
|
"index.js"
|
|
6659
6659
|
]
|
|
6660
6660
|
},
|
|
6661
|
+
"tenant:license:get": {
|
|
6662
|
+
"aliases": [],
|
|
6663
|
+
"args": {
|
|
6664
|
+
"tenant_name": {
|
|
6665
|
+
"description": "Tenant name",
|
|
6666
|
+
"name": "tenant_name",
|
|
6667
|
+
"required": true
|
|
6668
|
+
}
|
|
6669
|
+
},
|
|
6670
|
+
"description": "Get the license for a tenant",
|
|
6671
|
+
"examples": [
|
|
6672
|
+
"$ xano tenant license get my-tenant\nLicense saved to license_my-tenant.yaml\n",
|
|
6673
|
+
"$ xano tenant license get my-tenant --file ./my-license.yaml\nLicense saved to my-license.yaml\n",
|
|
6674
|
+
"$ xano tenant license get my-tenant --view",
|
|
6675
|
+
"$ xano tenant license get my-tenant -o json"
|
|
6676
|
+
],
|
|
6677
|
+
"flags": {
|
|
6678
|
+
"profile": {
|
|
6679
|
+
"char": "p",
|
|
6680
|
+
"description": "Profile to use (uses default profile if not specified)",
|
|
6681
|
+
"env": "XANO_PROFILE",
|
|
6682
|
+
"name": "profile",
|
|
6683
|
+
"required": false,
|
|
6684
|
+
"hasDynamicHelp": false,
|
|
6685
|
+
"multiple": false,
|
|
6686
|
+
"type": "option"
|
|
6687
|
+
},
|
|
6688
|
+
"verbose": {
|
|
6689
|
+
"char": "v",
|
|
6690
|
+
"description": "Show detailed request/response information",
|
|
6691
|
+
"env": "XANO_VERBOSE",
|
|
6692
|
+
"name": "verbose",
|
|
6693
|
+
"required": false,
|
|
6694
|
+
"allowNo": false,
|
|
6695
|
+
"type": "boolean"
|
|
6696
|
+
},
|
|
6697
|
+
"file": {
|
|
6698
|
+
"char": "f",
|
|
6699
|
+
"description": "Output file path (default: license_<tenant_name>.yaml)",
|
|
6700
|
+
"name": "file",
|
|
6701
|
+
"required": false,
|
|
6702
|
+
"hasDynamicHelp": false,
|
|
6703
|
+
"multiple": false,
|
|
6704
|
+
"type": "option"
|
|
6705
|
+
},
|
|
6706
|
+
"output": {
|
|
6707
|
+
"char": "o",
|
|
6708
|
+
"description": "Output format",
|
|
6709
|
+
"name": "output",
|
|
6710
|
+
"required": false,
|
|
6711
|
+
"default": "summary",
|
|
6712
|
+
"hasDynamicHelp": false,
|
|
6713
|
+
"multiple": false,
|
|
6714
|
+
"options": [
|
|
6715
|
+
"summary",
|
|
6716
|
+
"json"
|
|
6717
|
+
],
|
|
6718
|
+
"type": "option"
|
|
6719
|
+
},
|
|
6720
|
+
"view": {
|
|
6721
|
+
"description": "Print license to stdout instead of saving to file",
|
|
6722
|
+
"name": "view",
|
|
6723
|
+
"required": false,
|
|
6724
|
+
"allowNo": false,
|
|
6725
|
+
"type": "boolean"
|
|
6726
|
+
},
|
|
6727
|
+
"workspace": {
|
|
6728
|
+
"char": "w",
|
|
6729
|
+
"description": "Workspace ID (uses profile workspace if not provided)",
|
|
6730
|
+
"name": "workspace",
|
|
6731
|
+
"required": false,
|
|
6732
|
+
"hasDynamicHelp": false,
|
|
6733
|
+
"multiple": false,
|
|
6734
|
+
"type": "option"
|
|
6735
|
+
}
|
|
6736
|
+
},
|
|
6737
|
+
"hasDynamicHelp": false,
|
|
6738
|
+
"hiddenAliases": [],
|
|
6739
|
+
"id": "tenant:license:get",
|
|
6740
|
+
"pluginAlias": "@xano/cli",
|
|
6741
|
+
"pluginName": "@xano/cli",
|
|
6742
|
+
"pluginType": "core",
|
|
6743
|
+
"strict": true,
|
|
6744
|
+
"enableJsonFlag": false,
|
|
6745
|
+
"isESM": true,
|
|
6746
|
+
"relativePath": [
|
|
6747
|
+
"dist",
|
|
6748
|
+
"commands",
|
|
6749
|
+
"tenant",
|
|
6750
|
+
"license",
|
|
6751
|
+
"get",
|
|
6752
|
+
"index.js"
|
|
6753
|
+
]
|
|
6754
|
+
},
|
|
6661
6755
|
"tenant:license:set": {
|
|
6662
6756
|
"aliases": [],
|
|
6663
6757
|
"args": {
|
|
@@ -6864,100 +6958,6 @@
|
|
|
6864
6958
|
"index.js"
|
|
6865
6959
|
]
|
|
6866
6960
|
},
|
|
6867
|
-
"tenant:license:get": {
|
|
6868
|
-
"aliases": [],
|
|
6869
|
-
"args": {
|
|
6870
|
-
"tenant_name": {
|
|
6871
|
-
"description": "Tenant name",
|
|
6872
|
-
"name": "tenant_name",
|
|
6873
|
-
"required": true
|
|
6874
|
-
}
|
|
6875
|
-
},
|
|
6876
|
-
"description": "Get the license for a tenant",
|
|
6877
|
-
"examples": [
|
|
6878
|
-
"$ xano tenant license get my-tenant\nLicense saved to license_my-tenant.yaml\n",
|
|
6879
|
-
"$ xano tenant license get my-tenant --file ./my-license.yaml\nLicense saved to my-license.yaml\n",
|
|
6880
|
-
"$ xano tenant license get my-tenant --view",
|
|
6881
|
-
"$ xano tenant license get my-tenant -o json"
|
|
6882
|
-
],
|
|
6883
|
-
"flags": {
|
|
6884
|
-
"profile": {
|
|
6885
|
-
"char": "p",
|
|
6886
|
-
"description": "Profile to use (uses default profile if not specified)",
|
|
6887
|
-
"env": "XANO_PROFILE",
|
|
6888
|
-
"name": "profile",
|
|
6889
|
-
"required": false,
|
|
6890
|
-
"hasDynamicHelp": false,
|
|
6891
|
-
"multiple": false,
|
|
6892
|
-
"type": "option"
|
|
6893
|
-
},
|
|
6894
|
-
"verbose": {
|
|
6895
|
-
"char": "v",
|
|
6896
|
-
"description": "Show detailed request/response information",
|
|
6897
|
-
"env": "XANO_VERBOSE",
|
|
6898
|
-
"name": "verbose",
|
|
6899
|
-
"required": false,
|
|
6900
|
-
"allowNo": false,
|
|
6901
|
-
"type": "boolean"
|
|
6902
|
-
},
|
|
6903
|
-
"file": {
|
|
6904
|
-
"char": "f",
|
|
6905
|
-
"description": "Output file path (default: license_<tenant_name>.yaml)",
|
|
6906
|
-
"name": "file",
|
|
6907
|
-
"required": false,
|
|
6908
|
-
"hasDynamicHelp": false,
|
|
6909
|
-
"multiple": false,
|
|
6910
|
-
"type": "option"
|
|
6911
|
-
},
|
|
6912
|
-
"output": {
|
|
6913
|
-
"char": "o",
|
|
6914
|
-
"description": "Output format",
|
|
6915
|
-
"name": "output",
|
|
6916
|
-
"required": false,
|
|
6917
|
-
"default": "summary",
|
|
6918
|
-
"hasDynamicHelp": false,
|
|
6919
|
-
"multiple": false,
|
|
6920
|
-
"options": [
|
|
6921
|
-
"summary",
|
|
6922
|
-
"json"
|
|
6923
|
-
],
|
|
6924
|
-
"type": "option"
|
|
6925
|
-
},
|
|
6926
|
-
"view": {
|
|
6927
|
-
"description": "Print license to stdout instead of saving to file",
|
|
6928
|
-
"name": "view",
|
|
6929
|
-
"required": false,
|
|
6930
|
-
"allowNo": false,
|
|
6931
|
-
"type": "boolean"
|
|
6932
|
-
},
|
|
6933
|
-
"workspace": {
|
|
6934
|
-
"char": "w",
|
|
6935
|
-
"description": "Workspace ID (uses profile workspace if not provided)",
|
|
6936
|
-
"name": "workspace",
|
|
6937
|
-
"required": false,
|
|
6938
|
-
"hasDynamicHelp": false,
|
|
6939
|
-
"multiple": false,
|
|
6940
|
-
"type": "option"
|
|
6941
|
-
}
|
|
6942
|
-
},
|
|
6943
|
-
"hasDynamicHelp": false,
|
|
6944
|
-
"hiddenAliases": [],
|
|
6945
|
-
"id": "tenant:license:get",
|
|
6946
|
-
"pluginAlias": "@xano/cli",
|
|
6947
|
-
"pluginName": "@xano/cli",
|
|
6948
|
-
"pluginType": "core",
|
|
6949
|
-
"strict": true,
|
|
6950
|
-
"enableJsonFlag": false,
|
|
6951
|
-
"isESM": true,
|
|
6952
|
-
"relativePath": [
|
|
6953
|
-
"dist",
|
|
6954
|
-
"commands",
|
|
6955
|
-
"tenant",
|
|
6956
|
-
"license",
|
|
6957
|
-
"get",
|
|
6958
|
-
"index.js"
|
|
6959
|
-
]
|
|
6960
|
-
},
|
|
6961
6961
|
"tenant:cluster:license:get": {
|
|
6962
6962
|
"aliases": [],
|
|
6963
6963
|
"args": {
|
|
@@ -7149,5 +7149,5 @@
|
|
|
7149
7149
|
]
|
|
7150
7150
|
}
|
|
7151
7151
|
},
|
|
7152
|
-
"version": "0.0.
|
|
7152
|
+
"version": "0.0.82-beta.0"
|
|
7153
7153
|
}
|