@sendly/cli 3.18.3 → 3.19.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/oclif.manifest.json +230 -230
- package/package.json +1 -1
package/oclif.manifest.json
CHANGED
|
@@ -1048,153 +1048,6 @@
|
|
|
1048
1048
|
"set.js"
|
|
1049
1049
|
]
|
|
1050
1050
|
},
|
|
1051
|
-
"credits:balance": {
|
|
1052
|
-
"aliases": [],
|
|
1053
|
-
"args": {},
|
|
1054
|
-
"description": "Check your credit balance",
|
|
1055
|
-
"examples": [
|
|
1056
|
-
"<%= config.bin %> credits balance",
|
|
1057
|
-
"<%= config.bin %> credits balance --json"
|
|
1058
|
-
],
|
|
1059
|
-
"flags": {
|
|
1060
|
-
"json": {
|
|
1061
|
-
"description": "Output in JSON format",
|
|
1062
|
-
"name": "json",
|
|
1063
|
-
"allowNo": false,
|
|
1064
|
-
"type": "boolean"
|
|
1065
|
-
},
|
|
1066
|
-
"quiet": {
|
|
1067
|
-
"char": "q",
|
|
1068
|
-
"description": "Minimal output",
|
|
1069
|
-
"name": "quiet",
|
|
1070
|
-
"allowNo": false,
|
|
1071
|
-
"type": "boolean"
|
|
1072
|
-
}
|
|
1073
|
-
},
|
|
1074
|
-
"hasDynamicHelp": false,
|
|
1075
|
-
"hiddenAliases": [],
|
|
1076
|
-
"id": "credits:balance",
|
|
1077
|
-
"pluginAlias": "@sendly/cli",
|
|
1078
|
-
"pluginName": "@sendly/cli",
|
|
1079
|
-
"pluginType": "core",
|
|
1080
|
-
"strict": true,
|
|
1081
|
-
"isESM": true,
|
|
1082
|
-
"relativePath": [
|
|
1083
|
-
"dist",
|
|
1084
|
-
"commands",
|
|
1085
|
-
"credits",
|
|
1086
|
-
"balance.js"
|
|
1087
|
-
]
|
|
1088
|
-
},
|
|
1089
|
-
"credits:history": {
|
|
1090
|
-
"aliases": [],
|
|
1091
|
-
"args": {},
|
|
1092
|
-
"description": "View credit transaction history",
|
|
1093
|
-
"examples": [
|
|
1094
|
-
"<%= config.bin %> credits history",
|
|
1095
|
-
"<%= config.bin %> credits history --limit 10",
|
|
1096
|
-
"<%= config.bin %> credits history --json"
|
|
1097
|
-
],
|
|
1098
|
-
"flags": {
|
|
1099
|
-
"json": {
|
|
1100
|
-
"description": "Output in JSON format",
|
|
1101
|
-
"name": "json",
|
|
1102
|
-
"allowNo": false,
|
|
1103
|
-
"type": "boolean"
|
|
1104
|
-
},
|
|
1105
|
-
"quiet": {
|
|
1106
|
-
"char": "q",
|
|
1107
|
-
"description": "Minimal output",
|
|
1108
|
-
"name": "quiet",
|
|
1109
|
-
"allowNo": false,
|
|
1110
|
-
"type": "boolean"
|
|
1111
|
-
},
|
|
1112
|
-
"limit": {
|
|
1113
|
-
"char": "l",
|
|
1114
|
-
"description": "Number of transactions to show",
|
|
1115
|
-
"name": "limit",
|
|
1116
|
-
"default": 20,
|
|
1117
|
-
"hasDynamicHelp": false,
|
|
1118
|
-
"multiple": false,
|
|
1119
|
-
"type": "option"
|
|
1120
|
-
}
|
|
1121
|
-
},
|
|
1122
|
-
"hasDynamicHelp": false,
|
|
1123
|
-
"hiddenAliases": [],
|
|
1124
|
-
"id": "credits:history",
|
|
1125
|
-
"pluginAlias": "@sendly/cli",
|
|
1126
|
-
"pluginName": "@sendly/cli",
|
|
1127
|
-
"pluginType": "core",
|
|
1128
|
-
"strict": true,
|
|
1129
|
-
"isESM": true,
|
|
1130
|
-
"relativePath": [
|
|
1131
|
-
"dist",
|
|
1132
|
-
"commands",
|
|
1133
|
-
"credits",
|
|
1134
|
-
"history.js"
|
|
1135
|
-
]
|
|
1136
|
-
},
|
|
1137
|
-
"credits:transfer": {
|
|
1138
|
-
"aliases": [],
|
|
1139
|
-
"args": {},
|
|
1140
|
-
"description": "Transfer credits between workspaces",
|
|
1141
|
-
"examples": [
|
|
1142
|
-
"<%= config.bin %> credits transfer --to org_abc123 --amount 500",
|
|
1143
|
-
"<%= config.bin %> credits transfer --amount 1000",
|
|
1144
|
-
"<%= config.bin %> credits transfer --to org_abc123 --amount 500 --yes"
|
|
1145
|
-
],
|
|
1146
|
-
"flags": {
|
|
1147
|
-
"json": {
|
|
1148
|
-
"description": "Output in JSON format",
|
|
1149
|
-
"name": "json",
|
|
1150
|
-
"allowNo": false,
|
|
1151
|
-
"type": "boolean"
|
|
1152
|
-
},
|
|
1153
|
-
"quiet": {
|
|
1154
|
-
"char": "q",
|
|
1155
|
-
"description": "Minimal output",
|
|
1156
|
-
"name": "quiet",
|
|
1157
|
-
"allowNo": false,
|
|
1158
|
-
"type": "boolean"
|
|
1159
|
-
},
|
|
1160
|
-
"to": {
|
|
1161
|
-
"description": "Target workspace ID to transfer credits to",
|
|
1162
|
-
"name": "to",
|
|
1163
|
-
"hasDynamicHelp": false,
|
|
1164
|
-
"multiple": false,
|
|
1165
|
-
"type": "option"
|
|
1166
|
-
},
|
|
1167
|
-
"amount": {
|
|
1168
|
-
"char": "a",
|
|
1169
|
-
"description": "Number of credits to transfer",
|
|
1170
|
-
"name": "amount",
|
|
1171
|
-
"hasDynamicHelp": false,
|
|
1172
|
-
"multiple": false,
|
|
1173
|
-
"type": "option"
|
|
1174
|
-
},
|
|
1175
|
-
"yes": {
|
|
1176
|
-
"char": "y",
|
|
1177
|
-
"description": "Skip confirmation prompt",
|
|
1178
|
-
"name": "yes",
|
|
1179
|
-
"allowNo": false,
|
|
1180
|
-
"type": "boolean"
|
|
1181
|
-
}
|
|
1182
|
-
},
|
|
1183
|
-
"hasDynamicHelp": false,
|
|
1184
|
-
"hiddenAliases": [],
|
|
1185
|
-
"id": "credits:transfer",
|
|
1186
|
-
"pluginAlias": "@sendly/cli",
|
|
1187
|
-
"pluginName": "@sendly/cli",
|
|
1188
|
-
"pluginType": "core",
|
|
1189
|
-
"strict": true,
|
|
1190
|
-
"isESM": true,
|
|
1191
|
-
"relativePath": [
|
|
1192
|
-
"dist",
|
|
1193
|
-
"commands",
|
|
1194
|
-
"credits",
|
|
1195
|
-
"transfer.js"
|
|
1196
|
-
]
|
|
1197
|
-
},
|
|
1198
1051
|
"contacts:create": {
|
|
1199
1052
|
"aliases": [],
|
|
1200
1053
|
"args": {},
|
|
@@ -1542,6 +1395,153 @@
|
|
|
1542
1395
|
"update.js"
|
|
1543
1396
|
]
|
|
1544
1397
|
},
|
|
1398
|
+
"credits:balance": {
|
|
1399
|
+
"aliases": [],
|
|
1400
|
+
"args": {},
|
|
1401
|
+
"description": "Check your credit balance",
|
|
1402
|
+
"examples": [
|
|
1403
|
+
"<%= config.bin %> credits balance",
|
|
1404
|
+
"<%= config.bin %> credits balance --json"
|
|
1405
|
+
],
|
|
1406
|
+
"flags": {
|
|
1407
|
+
"json": {
|
|
1408
|
+
"description": "Output in JSON format",
|
|
1409
|
+
"name": "json",
|
|
1410
|
+
"allowNo": false,
|
|
1411
|
+
"type": "boolean"
|
|
1412
|
+
},
|
|
1413
|
+
"quiet": {
|
|
1414
|
+
"char": "q",
|
|
1415
|
+
"description": "Minimal output",
|
|
1416
|
+
"name": "quiet",
|
|
1417
|
+
"allowNo": false,
|
|
1418
|
+
"type": "boolean"
|
|
1419
|
+
}
|
|
1420
|
+
},
|
|
1421
|
+
"hasDynamicHelp": false,
|
|
1422
|
+
"hiddenAliases": [],
|
|
1423
|
+
"id": "credits:balance",
|
|
1424
|
+
"pluginAlias": "@sendly/cli",
|
|
1425
|
+
"pluginName": "@sendly/cli",
|
|
1426
|
+
"pluginType": "core",
|
|
1427
|
+
"strict": true,
|
|
1428
|
+
"isESM": true,
|
|
1429
|
+
"relativePath": [
|
|
1430
|
+
"dist",
|
|
1431
|
+
"commands",
|
|
1432
|
+
"credits",
|
|
1433
|
+
"balance.js"
|
|
1434
|
+
]
|
|
1435
|
+
},
|
|
1436
|
+
"credits:history": {
|
|
1437
|
+
"aliases": [],
|
|
1438
|
+
"args": {},
|
|
1439
|
+
"description": "View credit transaction history",
|
|
1440
|
+
"examples": [
|
|
1441
|
+
"<%= config.bin %> credits history",
|
|
1442
|
+
"<%= config.bin %> credits history --limit 10",
|
|
1443
|
+
"<%= config.bin %> credits history --json"
|
|
1444
|
+
],
|
|
1445
|
+
"flags": {
|
|
1446
|
+
"json": {
|
|
1447
|
+
"description": "Output in JSON format",
|
|
1448
|
+
"name": "json",
|
|
1449
|
+
"allowNo": false,
|
|
1450
|
+
"type": "boolean"
|
|
1451
|
+
},
|
|
1452
|
+
"quiet": {
|
|
1453
|
+
"char": "q",
|
|
1454
|
+
"description": "Minimal output",
|
|
1455
|
+
"name": "quiet",
|
|
1456
|
+
"allowNo": false,
|
|
1457
|
+
"type": "boolean"
|
|
1458
|
+
},
|
|
1459
|
+
"limit": {
|
|
1460
|
+
"char": "l",
|
|
1461
|
+
"description": "Number of transactions to show",
|
|
1462
|
+
"name": "limit",
|
|
1463
|
+
"default": 20,
|
|
1464
|
+
"hasDynamicHelp": false,
|
|
1465
|
+
"multiple": false,
|
|
1466
|
+
"type": "option"
|
|
1467
|
+
}
|
|
1468
|
+
},
|
|
1469
|
+
"hasDynamicHelp": false,
|
|
1470
|
+
"hiddenAliases": [],
|
|
1471
|
+
"id": "credits:history",
|
|
1472
|
+
"pluginAlias": "@sendly/cli",
|
|
1473
|
+
"pluginName": "@sendly/cli",
|
|
1474
|
+
"pluginType": "core",
|
|
1475
|
+
"strict": true,
|
|
1476
|
+
"isESM": true,
|
|
1477
|
+
"relativePath": [
|
|
1478
|
+
"dist",
|
|
1479
|
+
"commands",
|
|
1480
|
+
"credits",
|
|
1481
|
+
"history.js"
|
|
1482
|
+
]
|
|
1483
|
+
},
|
|
1484
|
+
"credits:transfer": {
|
|
1485
|
+
"aliases": [],
|
|
1486
|
+
"args": {},
|
|
1487
|
+
"description": "Transfer credits between workspaces",
|
|
1488
|
+
"examples": [
|
|
1489
|
+
"<%= config.bin %> credits transfer --to org_abc123 --amount 500",
|
|
1490
|
+
"<%= config.bin %> credits transfer --amount 1000",
|
|
1491
|
+
"<%= config.bin %> credits transfer --to org_abc123 --amount 500 --yes"
|
|
1492
|
+
],
|
|
1493
|
+
"flags": {
|
|
1494
|
+
"json": {
|
|
1495
|
+
"description": "Output in JSON format",
|
|
1496
|
+
"name": "json",
|
|
1497
|
+
"allowNo": false,
|
|
1498
|
+
"type": "boolean"
|
|
1499
|
+
},
|
|
1500
|
+
"quiet": {
|
|
1501
|
+
"char": "q",
|
|
1502
|
+
"description": "Minimal output",
|
|
1503
|
+
"name": "quiet",
|
|
1504
|
+
"allowNo": false,
|
|
1505
|
+
"type": "boolean"
|
|
1506
|
+
},
|
|
1507
|
+
"to": {
|
|
1508
|
+
"description": "Target workspace ID to transfer credits to",
|
|
1509
|
+
"name": "to",
|
|
1510
|
+
"hasDynamicHelp": false,
|
|
1511
|
+
"multiple": false,
|
|
1512
|
+
"type": "option"
|
|
1513
|
+
},
|
|
1514
|
+
"amount": {
|
|
1515
|
+
"char": "a",
|
|
1516
|
+
"description": "Number of credits to transfer",
|
|
1517
|
+
"name": "amount",
|
|
1518
|
+
"hasDynamicHelp": false,
|
|
1519
|
+
"multiple": false,
|
|
1520
|
+
"type": "option"
|
|
1521
|
+
},
|
|
1522
|
+
"yes": {
|
|
1523
|
+
"char": "y",
|
|
1524
|
+
"description": "Skip confirmation prompt",
|
|
1525
|
+
"name": "yes",
|
|
1526
|
+
"allowNo": false,
|
|
1527
|
+
"type": "boolean"
|
|
1528
|
+
}
|
|
1529
|
+
},
|
|
1530
|
+
"hasDynamicHelp": false,
|
|
1531
|
+
"hiddenAliases": [],
|
|
1532
|
+
"id": "credits:transfer",
|
|
1533
|
+
"pluginAlias": "@sendly/cli",
|
|
1534
|
+
"pluginName": "@sendly/cli",
|
|
1535
|
+
"pluginType": "core",
|
|
1536
|
+
"strict": true,
|
|
1537
|
+
"isESM": true,
|
|
1538
|
+
"relativePath": [
|
|
1539
|
+
"dist",
|
|
1540
|
+
"commands",
|
|
1541
|
+
"credits",
|
|
1542
|
+
"transfer.js"
|
|
1543
|
+
]
|
|
1544
|
+
},
|
|
1545
1545
|
"enterprise:billing": {
|
|
1546
1546
|
"aliases": [],
|
|
1547
1547
|
"args": {},
|
|
@@ -4737,7 +4737,7 @@
|
|
|
4737
4737
|
"overview.js"
|
|
4738
4738
|
]
|
|
4739
4739
|
},
|
|
4740
|
-
"enterprise:
|
|
4740
|
+
"enterprise:keys:create": {
|
|
4741
4741
|
"aliases": [],
|
|
4742
4742
|
"args": {
|
|
4743
4743
|
"workspaceId": {
|
|
@@ -4746,10 +4746,10 @@
|
|
|
4746
4746
|
"required": true
|
|
4747
4747
|
}
|
|
4748
4748
|
},
|
|
4749
|
-
"description": "
|
|
4749
|
+
"description": "Create an API key for an enterprise workspace",
|
|
4750
4750
|
"examples": [
|
|
4751
|
-
"<%= config.bin %> enterprise
|
|
4752
|
-
"<%= config.bin %> enterprise
|
|
4751
|
+
"<%= config.bin %> enterprise keys create org_abc123 --name \"Production\"",
|
|
4752
|
+
"<%= config.bin %> enterprise keys create org_abc123 --name \"CI\" --type test"
|
|
4753
4753
|
],
|
|
4754
4754
|
"flags": {
|
|
4755
4755
|
"json": {
|
|
@@ -4764,11 +4764,33 @@
|
|
|
4764
4764
|
"name": "quiet",
|
|
4765
4765
|
"allowNo": false,
|
|
4766
4766
|
"type": "boolean"
|
|
4767
|
+
},
|
|
4768
|
+
"name": {
|
|
4769
|
+
"char": "n",
|
|
4770
|
+
"description": "Name for the API key",
|
|
4771
|
+
"name": "name",
|
|
4772
|
+
"required": true,
|
|
4773
|
+
"hasDynamicHelp": false,
|
|
4774
|
+
"multiple": false,
|
|
4775
|
+
"type": "option"
|
|
4776
|
+
},
|
|
4777
|
+
"type": {
|
|
4778
|
+
"char": "t",
|
|
4779
|
+
"description": "Key type (test or live)",
|
|
4780
|
+
"name": "type",
|
|
4781
|
+
"default": "live",
|
|
4782
|
+
"hasDynamicHelp": false,
|
|
4783
|
+
"multiple": false,
|
|
4784
|
+
"options": [
|
|
4785
|
+
"test",
|
|
4786
|
+
"live"
|
|
4787
|
+
],
|
|
4788
|
+
"type": "option"
|
|
4767
4789
|
}
|
|
4768
4790
|
},
|
|
4769
4791
|
"hasDynamicHelp": false,
|
|
4770
4792
|
"hiddenAliases": [],
|
|
4771
|
-
"id": "enterprise:
|
|
4793
|
+
"id": "enterprise:keys:create",
|
|
4772
4794
|
"pluginAlias": "@sendly/cli",
|
|
4773
4795
|
"pluginName": "@sendly/cli",
|
|
4774
4796
|
"pluginType": "core",
|
|
@@ -4778,11 +4800,11 @@
|
|
|
4778
4800
|
"dist",
|
|
4779
4801
|
"commands",
|
|
4780
4802
|
"enterprise",
|
|
4781
|
-
"
|
|
4782
|
-
"
|
|
4803
|
+
"keys",
|
|
4804
|
+
"create.js"
|
|
4783
4805
|
]
|
|
4784
4806
|
},
|
|
4785
|
-
"enterprise:
|
|
4807
|
+
"enterprise:keys:list": {
|
|
4786
4808
|
"aliases": [],
|
|
4787
4809
|
"args": {
|
|
4788
4810
|
"workspaceId": {
|
|
@@ -4791,12 +4813,10 @@
|
|
|
4791
4813
|
"required": true
|
|
4792
4814
|
}
|
|
4793
4815
|
},
|
|
4794
|
-
"description": "
|
|
4816
|
+
"description": "List API keys for an enterprise workspace",
|
|
4795
4817
|
"examples": [
|
|
4796
|
-
"<%= config.bin %> enterprise
|
|
4797
|
-
"<%= config.bin %> enterprise
|
|
4798
|
-
"<%= config.bin %> enterprise quota set org_abc123 --daily 1000 --monthly 25000",
|
|
4799
|
-
"<%= config.bin %> enterprise quota set org_abc123 --daily unlimited"
|
|
4818
|
+
"<%= config.bin %> enterprise keys list org_abc123",
|
|
4819
|
+
"<%= config.bin %> enterprise keys list org_abc123 --json"
|
|
4800
4820
|
],
|
|
4801
4821
|
"flags": {
|
|
4802
4822
|
"json": {
|
|
@@ -4811,25 +4831,11 @@
|
|
|
4811
4831
|
"name": "quiet",
|
|
4812
4832
|
"allowNo": false,
|
|
4813
4833
|
"type": "boolean"
|
|
4814
|
-
},
|
|
4815
|
-
"daily": {
|
|
4816
|
-
"description": "Daily message limit (number or \"unlimited\")",
|
|
4817
|
-
"name": "daily",
|
|
4818
|
-
"hasDynamicHelp": false,
|
|
4819
|
-
"multiple": false,
|
|
4820
|
-
"type": "option"
|
|
4821
|
-
},
|
|
4822
|
-
"monthly": {
|
|
4823
|
-
"description": "Monthly message limit (number or \"unlimited\")",
|
|
4824
|
-
"name": "monthly",
|
|
4825
|
-
"hasDynamicHelp": false,
|
|
4826
|
-
"multiple": false,
|
|
4827
|
-
"type": "option"
|
|
4828
4834
|
}
|
|
4829
4835
|
},
|
|
4830
4836
|
"hasDynamicHelp": false,
|
|
4831
4837
|
"hiddenAliases": [],
|
|
4832
|
-
"id": "enterprise:
|
|
4838
|
+
"id": "enterprise:keys:list",
|
|
4833
4839
|
"pluginAlias": "@sendly/cli",
|
|
4834
4840
|
"pluginName": "@sendly/cli",
|
|
4835
4841
|
"pluginType": "core",
|
|
@@ -4839,23 +4845,28 @@
|
|
|
4839
4845
|
"dist",
|
|
4840
4846
|
"commands",
|
|
4841
4847
|
"enterprise",
|
|
4842
|
-
"
|
|
4843
|
-
"
|
|
4848
|
+
"keys",
|
|
4849
|
+
"list.js"
|
|
4844
4850
|
]
|
|
4845
4851
|
},
|
|
4846
|
-
"enterprise:keys:
|
|
4852
|
+
"enterprise:keys:revoke": {
|
|
4847
4853
|
"aliases": [],
|
|
4848
4854
|
"args": {
|
|
4849
4855
|
"workspaceId": {
|
|
4850
4856
|
"description": "Workspace ID",
|
|
4851
4857
|
"name": "workspaceId",
|
|
4852
4858
|
"required": true
|
|
4859
|
+
},
|
|
4860
|
+
"keyId": {
|
|
4861
|
+
"description": "API key ID to revoke",
|
|
4862
|
+
"name": "keyId",
|
|
4863
|
+
"required": true
|
|
4853
4864
|
}
|
|
4854
4865
|
},
|
|
4855
|
-
"description": "
|
|
4866
|
+
"description": "Revoke an API key for an enterprise workspace",
|
|
4856
4867
|
"examples": [
|
|
4857
|
-
"<%= config.bin %> enterprise keys
|
|
4858
|
-
"<%= config.bin %> enterprise keys
|
|
4868
|
+
"<%= config.bin %> enterprise keys revoke org_abc123 key_xyz",
|
|
4869
|
+
"<%= config.bin %> enterprise keys revoke org_abc123 key_xyz --yes"
|
|
4859
4870
|
],
|
|
4860
4871
|
"flags": {
|
|
4861
4872
|
"json": {
|
|
@@ -4871,32 +4882,17 @@
|
|
|
4871
4882
|
"allowNo": false,
|
|
4872
4883
|
"type": "boolean"
|
|
4873
4884
|
},
|
|
4874
|
-
"
|
|
4875
|
-
"char": "
|
|
4876
|
-
"description": "
|
|
4877
|
-
"name": "
|
|
4878
|
-
"
|
|
4879
|
-
"
|
|
4880
|
-
"multiple": false,
|
|
4881
|
-
"type": "option"
|
|
4882
|
-
},
|
|
4883
|
-
"type": {
|
|
4884
|
-
"char": "t",
|
|
4885
|
-
"description": "Key type (test or live)",
|
|
4886
|
-
"name": "type",
|
|
4887
|
-
"default": "live",
|
|
4888
|
-
"hasDynamicHelp": false,
|
|
4889
|
-
"multiple": false,
|
|
4890
|
-
"options": [
|
|
4891
|
-
"test",
|
|
4892
|
-
"live"
|
|
4893
|
-
],
|
|
4894
|
-
"type": "option"
|
|
4885
|
+
"yes": {
|
|
4886
|
+
"char": "y",
|
|
4887
|
+
"description": "Skip confirmation prompt",
|
|
4888
|
+
"name": "yes",
|
|
4889
|
+
"allowNo": false,
|
|
4890
|
+
"type": "boolean"
|
|
4895
4891
|
}
|
|
4896
4892
|
},
|
|
4897
4893
|
"hasDynamicHelp": false,
|
|
4898
4894
|
"hiddenAliases": [],
|
|
4899
|
-
"id": "enterprise:keys:
|
|
4895
|
+
"id": "enterprise:keys:revoke",
|
|
4900
4896
|
"pluginAlias": "@sendly/cli",
|
|
4901
4897
|
"pluginName": "@sendly/cli",
|
|
4902
4898
|
"pluginType": "core",
|
|
@@ -4907,10 +4903,10 @@
|
|
|
4907
4903
|
"commands",
|
|
4908
4904
|
"enterprise",
|
|
4909
4905
|
"keys",
|
|
4910
|
-
"
|
|
4906
|
+
"revoke.js"
|
|
4911
4907
|
]
|
|
4912
4908
|
},
|
|
4913
|
-
"enterprise:
|
|
4909
|
+
"enterprise:quota:get": {
|
|
4914
4910
|
"aliases": [],
|
|
4915
4911
|
"args": {
|
|
4916
4912
|
"workspaceId": {
|
|
@@ -4919,10 +4915,10 @@
|
|
|
4919
4915
|
"required": true
|
|
4920
4916
|
}
|
|
4921
4917
|
},
|
|
4922
|
-
"description": "
|
|
4918
|
+
"description": "Get message quota for an enterprise workspace",
|
|
4923
4919
|
"examples": [
|
|
4924
|
-
"<%= config.bin %> enterprise
|
|
4925
|
-
"<%= config.bin %> enterprise
|
|
4920
|
+
"<%= config.bin %> enterprise quota get org_abc123",
|
|
4921
|
+
"<%= config.bin %> enterprise quota get org_abc123 --json"
|
|
4926
4922
|
],
|
|
4927
4923
|
"flags": {
|
|
4928
4924
|
"json": {
|
|
@@ -4941,7 +4937,7 @@
|
|
|
4941
4937
|
},
|
|
4942
4938
|
"hasDynamicHelp": false,
|
|
4943
4939
|
"hiddenAliases": [],
|
|
4944
|
-
"id": "enterprise:
|
|
4940
|
+
"id": "enterprise:quota:get",
|
|
4945
4941
|
"pluginAlias": "@sendly/cli",
|
|
4946
4942
|
"pluginName": "@sendly/cli",
|
|
4947
4943
|
"pluginType": "core",
|
|
@@ -4951,28 +4947,25 @@
|
|
|
4951
4947
|
"dist",
|
|
4952
4948
|
"commands",
|
|
4953
4949
|
"enterprise",
|
|
4954
|
-
"
|
|
4955
|
-
"
|
|
4950
|
+
"quota",
|
|
4951
|
+
"get.js"
|
|
4956
4952
|
]
|
|
4957
4953
|
},
|
|
4958
|
-
"enterprise:
|
|
4954
|
+
"enterprise:quota:set": {
|
|
4959
4955
|
"aliases": [],
|
|
4960
4956
|
"args": {
|
|
4961
4957
|
"workspaceId": {
|
|
4962
4958
|
"description": "Workspace ID",
|
|
4963
4959
|
"name": "workspaceId",
|
|
4964
4960
|
"required": true
|
|
4965
|
-
},
|
|
4966
|
-
"keyId": {
|
|
4967
|
-
"description": "API key ID to revoke",
|
|
4968
|
-
"name": "keyId",
|
|
4969
|
-
"required": true
|
|
4970
4961
|
}
|
|
4971
4962
|
},
|
|
4972
|
-
"description": "
|
|
4963
|
+
"description": "Set message quota for an enterprise workspace",
|
|
4973
4964
|
"examples": [
|
|
4974
|
-
"<%= config.bin %> enterprise
|
|
4975
|
-
"<%= config.bin %> enterprise
|
|
4965
|
+
"<%= config.bin %> enterprise quota set org_abc123 --daily 1000",
|
|
4966
|
+
"<%= config.bin %> enterprise quota set org_abc123 --monthly 25000",
|
|
4967
|
+
"<%= config.bin %> enterprise quota set org_abc123 --daily 1000 --monthly 25000",
|
|
4968
|
+
"<%= config.bin %> enterprise quota set org_abc123 --daily unlimited"
|
|
4976
4969
|
],
|
|
4977
4970
|
"flags": {
|
|
4978
4971
|
"json": {
|
|
@@ -4988,17 +4981,24 @@
|
|
|
4988
4981
|
"allowNo": false,
|
|
4989
4982
|
"type": "boolean"
|
|
4990
4983
|
},
|
|
4991
|
-
"
|
|
4992
|
-
"
|
|
4993
|
-
"
|
|
4994
|
-
"
|
|
4995
|
-
"
|
|
4996
|
-
"type": "
|
|
4984
|
+
"daily": {
|
|
4985
|
+
"description": "Daily message limit (number or \"unlimited\")",
|
|
4986
|
+
"name": "daily",
|
|
4987
|
+
"hasDynamicHelp": false,
|
|
4988
|
+
"multiple": false,
|
|
4989
|
+
"type": "option"
|
|
4990
|
+
},
|
|
4991
|
+
"monthly": {
|
|
4992
|
+
"description": "Monthly message limit (number or \"unlimited\")",
|
|
4993
|
+
"name": "monthly",
|
|
4994
|
+
"hasDynamicHelp": false,
|
|
4995
|
+
"multiple": false,
|
|
4996
|
+
"type": "option"
|
|
4997
4997
|
}
|
|
4998
4998
|
},
|
|
4999
4999
|
"hasDynamicHelp": false,
|
|
5000
5000
|
"hiddenAliases": [],
|
|
5001
|
-
"id": "enterprise:
|
|
5001
|
+
"id": "enterprise:quota:set",
|
|
5002
5002
|
"pluginAlias": "@sendly/cli",
|
|
5003
5003
|
"pluginName": "@sendly/cli",
|
|
5004
5004
|
"pluginType": "core",
|
|
@@ -5008,8 +5008,8 @@
|
|
|
5008
5008
|
"dist",
|
|
5009
5009
|
"commands",
|
|
5010
5010
|
"enterprise",
|
|
5011
|
-
"
|
|
5012
|
-
"
|
|
5011
|
+
"quota",
|
|
5012
|
+
"set.js"
|
|
5013
5013
|
]
|
|
5014
5014
|
},
|
|
5015
5015
|
"enterprise:webhooks:delete": {
|
|
@@ -5479,5 +5479,5 @@
|
|
|
5479
5479
|
]
|
|
5480
5480
|
}
|
|
5481
5481
|
},
|
|
5482
|
-
"version": "3.
|
|
5482
|
+
"version": "3.19.0"
|
|
5483
5483
|
}
|