@bussolabs/closeyourit-cli 0.0.9 → 0.0.10
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/README.md +3 -0
- package/dist/commands/alerts/channels/create.d.ts +16 -0
- package/dist/commands/alerts/channels/create.js +41 -0
- package/dist/commands/alerts/channels/delete.d.ts +12 -0
- package/dist/commands/alerts/channels/delete.js +25 -0
- package/dist/commands/alerts/channels/list.d.ts +9 -0
- package/dist/commands/alerts/channels/list.js +25 -0
- package/dist/commands/alerts/create.d.ts +2 -0
- package/dist/commands/alerts/create.js +8 -2
- package/dist/commands/alerts/update.d.ts +2 -0
- package/dist/commands/alerts/update.js +8 -2
- package/dist/lib/alert-events.d.ts +2 -0
- package/dist/lib/alert-events.js +21 -0
- package/oclif.manifest.json +1030 -816
- package/package.json +1 -1
package/oclif.manifest.json
CHANGED
|
@@ -135,7 +135,17 @@
|
|
|
135
135
|
"error_regression",
|
|
136
136
|
"uptime_down",
|
|
137
137
|
"uptime_up",
|
|
138
|
-
"metric_threshold"
|
|
138
|
+
"metric_threshold",
|
|
139
|
+
"uptime_ssl_expiring",
|
|
140
|
+
"cron_missed",
|
|
141
|
+
"server_down",
|
|
142
|
+
"server_up",
|
|
143
|
+
"server_cpu",
|
|
144
|
+
"server_mem",
|
|
145
|
+
"server_disk",
|
|
146
|
+
"server_temp",
|
|
147
|
+
"server_service_failed",
|
|
148
|
+
"server_smart_failing"
|
|
139
149
|
],
|
|
140
150
|
"type": "option"
|
|
141
151
|
},
|
|
@@ -153,6 +163,20 @@
|
|
|
153
163
|
"multiple": false,
|
|
154
164
|
"type": "option"
|
|
155
165
|
},
|
|
166
|
+
"threshold": {
|
|
167
|
+
"description": "Server threshold: percent for cpu/mem/disk, °C for temp",
|
|
168
|
+
"name": "threshold",
|
|
169
|
+
"hasDynamicHelp": false,
|
|
170
|
+
"multiple": false,
|
|
171
|
+
"type": "option"
|
|
172
|
+
},
|
|
173
|
+
"channel": {
|
|
174
|
+
"description": "External channel id to deliver to (repeatable; REPLACES the set)",
|
|
175
|
+
"name": "channel",
|
|
176
|
+
"hasDynamicHelp": false,
|
|
177
|
+
"multiple": true,
|
|
178
|
+
"type": "option"
|
|
179
|
+
},
|
|
156
180
|
"throttle-minutes": {
|
|
157
181
|
"description": "Minimum minutes between notifications",
|
|
158
182
|
"name": "throttle-minutes",
|
|
@@ -359,7 +383,17 @@
|
|
|
359
383
|
"error_regression",
|
|
360
384
|
"uptime_down",
|
|
361
385
|
"uptime_up",
|
|
362
|
-
"metric_threshold"
|
|
386
|
+
"metric_threshold",
|
|
387
|
+
"uptime_ssl_expiring",
|
|
388
|
+
"cron_missed",
|
|
389
|
+
"server_down",
|
|
390
|
+
"server_up",
|
|
391
|
+
"server_cpu",
|
|
392
|
+
"server_mem",
|
|
393
|
+
"server_disk",
|
|
394
|
+
"server_temp",
|
|
395
|
+
"server_service_failed",
|
|
396
|
+
"server_smart_failing"
|
|
363
397
|
],
|
|
364
398
|
"type": "option"
|
|
365
399
|
},
|
|
@@ -377,6 +411,20 @@
|
|
|
377
411
|
"multiple": false,
|
|
378
412
|
"type": "option"
|
|
379
413
|
},
|
|
414
|
+
"threshold": {
|
|
415
|
+
"description": "Server threshold: percent for cpu/mem/disk, °C for temp",
|
|
416
|
+
"name": "threshold",
|
|
417
|
+
"hasDynamicHelp": false,
|
|
418
|
+
"multiple": false,
|
|
419
|
+
"type": "option"
|
|
420
|
+
},
|
|
421
|
+
"channel": {
|
|
422
|
+
"description": "External channel id to deliver to (repeatable; REPLACES the set)",
|
|
423
|
+
"name": "channel",
|
|
424
|
+
"hasDynamicHelp": false,
|
|
425
|
+
"multiple": true,
|
|
426
|
+
"type": "option"
|
|
427
|
+
},
|
|
380
428
|
"throttle-minutes": {
|
|
381
429
|
"description": "Minimum minutes between notifications",
|
|
382
430
|
"name": "throttle-minutes",
|
|
@@ -648,6 +696,190 @@
|
|
|
648
696
|
"update.js"
|
|
649
697
|
]
|
|
650
698
|
},
|
|
699
|
+
"groups:create": {
|
|
700
|
+
"aliases": [],
|
|
701
|
+
"args": {
|
|
702
|
+
"name": {
|
|
703
|
+
"description": "Group name",
|
|
704
|
+
"name": "name",
|
|
705
|
+
"required": true
|
|
706
|
+
}
|
|
707
|
+
},
|
|
708
|
+
"description": "Create a group (a container of related projects, e.g. \"DriverOne\")",
|
|
709
|
+
"examples": [
|
|
710
|
+
"<%= config.bin %> groups create DriverOne",
|
|
711
|
+
"<%= config.bin %> groups create DriverOne --color indigo"
|
|
712
|
+
],
|
|
713
|
+
"flags": {
|
|
714
|
+
"json": {
|
|
715
|
+
"description": "Format output as json.",
|
|
716
|
+
"helpGroup": "GLOBAL",
|
|
717
|
+
"name": "json",
|
|
718
|
+
"allowNo": false,
|
|
719
|
+
"type": "boolean"
|
|
720
|
+
},
|
|
721
|
+
"color": {
|
|
722
|
+
"description": "Color label",
|
|
723
|
+
"name": "color",
|
|
724
|
+
"hasDynamicHelp": false,
|
|
725
|
+
"multiple": false,
|
|
726
|
+
"type": "option"
|
|
727
|
+
}
|
|
728
|
+
},
|
|
729
|
+
"hasDynamicHelp": false,
|
|
730
|
+
"hiddenAliases": [],
|
|
731
|
+
"id": "groups:create",
|
|
732
|
+
"pluginAlias": "@bussolabs/closeyourit-cli",
|
|
733
|
+
"pluginName": "@bussolabs/closeyourit-cli",
|
|
734
|
+
"pluginType": "core",
|
|
735
|
+
"strict": true,
|
|
736
|
+
"enableJsonFlag": true,
|
|
737
|
+
"isESM": false,
|
|
738
|
+
"relativePath": [
|
|
739
|
+
"dist",
|
|
740
|
+
"commands",
|
|
741
|
+
"groups",
|
|
742
|
+
"create.js"
|
|
743
|
+
]
|
|
744
|
+
},
|
|
745
|
+
"groups:delete": {
|
|
746
|
+
"aliases": [],
|
|
747
|
+
"args": {
|
|
748
|
+
"group": {
|
|
749
|
+
"description": "Group id (UUID) or name",
|
|
750
|
+
"name": "group",
|
|
751
|
+
"required": true
|
|
752
|
+
}
|
|
753
|
+
},
|
|
754
|
+
"description": "Delete a group (its projects are detached, not deleted)",
|
|
755
|
+
"examples": [
|
|
756
|
+
"<%= config.bin %> groups delete Backend --confirm"
|
|
757
|
+
],
|
|
758
|
+
"flags": {
|
|
759
|
+
"json": {
|
|
760
|
+
"description": "Format output as json.",
|
|
761
|
+
"helpGroup": "GLOBAL",
|
|
762
|
+
"name": "json",
|
|
763
|
+
"allowNo": false,
|
|
764
|
+
"type": "boolean"
|
|
765
|
+
},
|
|
766
|
+
"confirm": {
|
|
767
|
+
"description": "Required: confirm the deletion",
|
|
768
|
+
"name": "confirm",
|
|
769
|
+
"allowNo": false,
|
|
770
|
+
"type": "boolean"
|
|
771
|
+
}
|
|
772
|
+
},
|
|
773
|
+
"hasDynamicHelp": false,
|
|
774
|
+
"hiddenAliases": [],
|
|
775
|
+
"id": "groups:delete",
|
|
776
|
+
"pluginAlias": "@bussolabs/closeyourit-cli",
|
|
777
|
+
"pluginName": "@bussolabs/closeyourit-cli",
|
|
778
|
+
"pluginType": "core",
|
|
779
|
+
"strict": true,
|
|
780
|
+
"enableJsonFlag": true,
|
|
781
|
+
"isESM": false,
|
|
782
|
+
"relativePath": [
|
|
783
|
+
"dist",
|
|
784
|
+
"commands",
|
|
785
|
+
"groups",
|
|
786
|
+
"delete.js"
|
|
787
|
+
]
|
|
788
|
+
},
|
|
789
|
+
"groups:list": {
|
|
790
|
+
"aliases": [],
|
|
791
|
+
"args": {},
|
|
792
|
+
"description": "List the groups (macro-projects) in your organization",
|
|
793
|
+
"examples": [
|
|
794
|
+
"<%= config.bin %> groups list",
|
|
795
|
+
"<%= config.bin %> groups list --page 2 --json"
|
|
796
|
+
],
|
|
797
|
+
"flags": {
|
|
798
|
+
"json": {
|
|
799
|
+
"description": "Format output as json.",
|
|
800
|
+
"helpGroup": "GLOBAL",
|
|
801
|
+
"name": "json",
|
|
802
|
+
"allowNo": false,
|
|
803
|
+
"type": "boolean"
|
|
804
|
+
},
|
|
805
|
+
"page": {
|
|
806
|
+
"description": "Page number",
|
|
807
|
+
"name": "page",
|
|
808
|
+
"default": 1,
|
|
809
|
+
"hasDynamicHelp": false,
|
|
810
|
+
"multiple": false,
|
|
811
|
+
"type": "option"
|
|
812
|
+
}
|
|
813
|
+
},
|
|
814
|
+
"hasDynamicHelp": false,
|
|
815
|
+
"hiddenAliases": [],
|
|
816
|
+
"id": "groups:list",
|
|
817
|
+
"pluginAlias": "@bussolabs/closeyourit-cli",
|
|
818
|
+
"pluginName": "@bussolabs/closeyourit-cli",
|
|
819
|
+
"pluginType": "core",
|
|
820
|
+
"strict": true,
|
|
821
|
+
"enableJsonFlag": true,
|
|
822
|
+
"isESM": false,
|
|
823
|
+
"relativePath": [
|
|
824
|
+
"dist",
|
|
825
|
+
"commands",
|
|
826
|
+
"groups",
|
|
827
|
+
"list.js"
|
|
828
|
+
]
|
|
829
|
+
},
|
|
830
|
+
"groups:update": {
|
|
831
|
+
"aliases": [],
|
|
832
|
+
"args": {
|
|
833
|
+
"group": {
|
|
834
|
+
"description": "Group id (UUID) or name",
|
|
835
|
+
"name": "group",
|
|
836
|
+
"required": true
|
|
837
|
+
}
|
|
838
|
+
},
|
|
839
|
+
"description": "Update a group (rename or recolor)",
|
|
840
|
+
"examples": [
|
|
841
|
+
"<%= config.bin %> groups update Backend --name \"Backend services\"",
|
|
842
|
+
"<%= config.bin %> groups update Backend --color indigo"
|
|
843
|
+
],
|
|
844
|
+
"flags": {
|
|
845
|
+
"json": {
|
|
846
|
+
"description": "Format output as json.",
|
|
847
|
+
"helpGroup": "GLOBAL",
|
|
848
|
+
"name": "json",
|
|
849
|
+
"allowNo": false,
|
|
850
|
+
"type": "boolean"
|
|
851
|
+
},
|
|
852
|
+
"name": {
|
|
853
|
+
"description": "New name",
|
|
854
|
+
"name": "name",
|
|
855
|
+
"hasDynamicHelp": false,
|
|
856
|
+
"multiple": false,
|
|
857
|
+
"type": "option"
|
|
858
|
+
},
|
|
859
|
+
"color": {
|
|
860
|
+
"description": "Color label",
|
|
861
|
+
"name": "color",
|
|
862
|
+
"hasDynamicHelp": false,
|
|
863
|
+
"multiple": false,
|
|
864
|
+
"type": "option"
|
|
865
|
+
}
|
|
866
|
+
},
|
|
867
|
+
"hasDynamicHelp": false,
|
|
868
|
+
"hiddenAliases": [],
|
|
869
|
+
"id": "groups:update",
|
|
870
|
+
"pluginAlias": "@bussolabs/closeyourit-cli",
|
|
871
|
+
"pluginName": "@bussolabs/closeyourit-cli",
|
|
872
|
+
"pluginType": "core",
|
|
873
|
+
"strict": true,
|
|
874
|
+
"enableJsonFlag": true,
|
|
875
|
+
"isESM": false,
|
|
876
|
+
"relativePath": [
|
|
877
|
+
"dist",
|
|
878
|
+
"commands",
|
|
879
|
+
"groups",
|
|
880
|
+
"update.js"
|
|
881
|
+
]
|
|
882
|
+
},
|
|
651
883
|
"invitations:create": {
|
|
652
884
|
"aliases": [],
|
|
653
885
|
"args": {
|
|
@@ -1156,19 +1388,14 @@
|
|
|
1156
1388
|
"unmute.js"
|
|
1157
1389
|
]
|
|
1158
1390
|
},
|
|
1159
|
-
"
|
|
1391
|
+
"logs:list": {
|
|
1160
1392
|
"aliases": [],
|
|
1161
|
-
"args": {
|
|
1162
|
-
|
|
1163
|
-
"description": "Group name",
|
|
1164
|
-
"name": "name",
|
|
1165
|
-
"required": true
|
|
1166
|
-
}
|
|
1167
|
-
},
|
|
1168
|
-
"description": "Create a group (a container of related projects, e.g. \"DriverOne\")",
|
|
1393
|
+
"args": {},
|
|
1394
|
+
"description": "List structured log entries (cross-app stream)",
|
|
1169
1395
|
"examples": [
|
|
1170
|
-
"<%= config.bin %>
|
|
1171
|
-
"<%= config.bin %>
|
|
1396
|
+
"<%= config.bin %> logs list",
|
|
1397
|
+
"<%= config.bin %> logs list --project acme-api --level error",
|
|
1398
|
+
"<%= config.bin %> logs list --trace-id 7f3c… --json"
|
|
1172
1399
|
],
|
|
1173
1400
|
"flags": {
|
|
1174
1401
|
"json": {
|
|
@@ -1178,9 +1405,39 @@
|
|
|
1178
1405
|
"allowNo": false,
|
|
1179
1406
|
"type": "boolean"
|
|
1180
1407
|
},
|
|
1181
|
-
"
|
|
1182
|
-
"
|
|
1183
|
-
"
|
|
1408
|
+
"project": {
|
|
1409
|
+
"char": "p",
|
|
1410
|
+
"description": "Filter by project id (UUID) or key",
|
|
1411
|
+
"name": "project",
|
|
1412
|
+
"hasDynamicHelp": false,
|
|
1413
|
+
"multiple": false,
|
|
1414
|
+
"type": "option"
|
|
1415
|
+
},
|
|
1416
|
+
"level": {
|
|
1417
|
+
"description": "Filter by level (debug, info, warning, error, fatal)",
|
|
1418
|
+
"name": "level",
|
|
1419
|
+
"hasDynamicHelp": false,
|
|
1420
|
+
"multiple": false,
|
|
1421
|
+
"type": "option"
|
|
1422
|
+
},
|
|
1423
|
+
"trace-id": {
|
|
1424
|
+
"description": "Filter by trace id (correlate one request)",
|
|
1425
|
+
"name": "trace-id",
|
|
1426
|
+
"hasDynamicHelp": false,
|
|
1427
|
+
"multiple": false,
|
|
1428
|
+
"type": "option"
|
|
1429
|
+
},
|
|
1430
|
+
"environment": {
|
|
1431
|
+
"description": "Filter by environment (e.g. production)",
|
|
1432
|
+
"name": "environment",
|
|
1433
|
+
"hasDynamicHelp": false,
|
|
1434
|
+
"multiple": false,
|
|
1435
|
+
"type": "option"
|
|
1436
|
+
},
|
|
1437
|
+
"page": {
|
|
1438
|
+
"description": "Page number",
|
|
1439
|
+
"name": "page",
|
|
1440
|
+
"default": 1,
|
|
1184
1441
|
"hasDynamicHelp": false,
|
|
1185
1442
|
"multiple": false,
|
|
1186
1443
|
"type": "option"
|
|
@@ -1188,7 +1445,7 @@
|
|
|
1188
1445
|
},
|
|
1189
1446
|
"hasDynamicHelp": false,
|
|
1190
1447
|
"hiddenAliases": [],
|
|
1191
|
-
"id": "
|
|
1448
|
+
"id": "logs:list",
|
|
1192
1449
|
"pluginAlias": "@bussolabs/closeyourit-cli",
|
|
1193
1450
|
"pluginName": "@bussolabs/closeyourit-cli",
|
|
1194
1451
|
"pluginType": "core",
|
|
@@ -1198,61 +1455,17 @@
|
|
|
1198
1455
|
"relativePath": [
|
|
1199
1456
|
"dist",
|
|
1200
1457
|
"commands",
|
|
1201
|
-
"
|
|
1202
|
-
"
|
|
1203
|
-
]
|
|
1204
|
-
},
|
|
1205
|
-
"groups:delete": {
|
|
1206
|
-
"aliases": [],
|
|
1207
|
-
"args": {
|
|
1208
|
-
"group": {
|
|
1209
|
-
"description": "Group id (UUID) or name",
|
|
1210
|
-
"name": "group",
|
|
1211
|
-
"required": true
|
|
1212
|
-
}
|
|
1213
|
-
},
|
|
1214
|
-
"description": "Delete a group (its projects are detached, not deleted)",
|
|
1215
|
-
"examples": [
|
|
1216
|
-
"<%= config.bin %> groups delete Backend --confirm"
|
|
1217
|
-
],
|
|
1218
|
-
"flags": {
|
|
1219
|
-
"json": {
|
|
1220
|
-
"description": "Format output as json.",
|
|
1221
|
-
"helpGroup": "GLOBAL",
|
|
1222
|
-
"name": "json",
|
|
1223
|
-
"allowNo": false,
|
|
1224
|
-
"type": "boolean"
|
|
1225
|
-
},
|
|
1226
|
-
"confirm": {
|
|
1227
|
-
"description": "Required: confirm the deletion",
|
|
1228
|
-
"name": "confirm",
|
|
1229
|
-
"allowNo": false,
|
|
1230
|
-
"type": "boolean"
|
|
1231
|
-
}
|
|
1232
|
-
},
|
|
1233
|
-
"hasDynamicHelp": false,
|
|
1234
|
-
"hiddenAliases": [],
|
|
1235
|
-
"id": "groups:delete",
|
|
1236
|
-
"pluginAlias": "@bussolabs/closeyourit-cli",
|
|
1237
|
-
"pluginName": "@bussolabs/closeyourit-cli",
|
|
1238
|
-
"pluginType": "core",
|
|
1239
|
-
"strict": true,
|
|
1240
|
-
"enableJsonFlag": true,
|
|
1241
|
-
"isESM": false,
|
|
1242
|
-
"relativePath": [
|
|
1243
|
-
"dist",
|
|
1244
|
-
"commands",
|
|
1245
|
-
"groups",
|
|
1246
|
-
"delete.js"
|
|
1458
|
+
"logs",
|
|
1459
|
+
"list.js"
|
|
1247
1460
|
]
|
|
1248
1461
|
},
|
|
1249
|
-
"
|
|
1462
|
+
"metrics:list": {
|
|
1250
1463
|
"aliases": [],
|
|
1251
1464
|
"args": {},
|
|
1252
|
-
"description": "List
|
|
1465
|
+
"description": "List performance metric groups (slow queries/methods) for a project",
|
|
1253
1466
|
"examples": [
|
|
1254
|
-
"<%= config.bin %>
|
|
1255
|
-
"<%= config.bin %>
|
|
1467
|
+
"<%= config.bin %> metrics list --project acme-api",
|
|
1468
|
+
"<%= config.bin %> metrics list -p acme-api --kind sql --json"
|
|
1256
1469
|
],
|
|
1257
1470
|
"flags": {
|
|
1258
1471
|
"json": {
|
|
@@ -1262,6 +1475,15 @@
|
|
|
1262
1475
|
"allowNo": false,
|
|
1263
1476
|
"type": "boolean"
|
|
1264
1477
|
},
|
|
1478
|
+
"project": {
|
|
1479
|
+
"char": "p",
|
|
1480
|
+
"description": "Project id (UUID) or key",
|
|
1481
|
+
"name": "project",
|
|
1482
|
+
"required": true,
|
|
1483
|
+
"hasDynamicHelp": false,
|
|
1484
|
+
"multiple": false,
|
|
1485
|
+
"type": "option"
|
|
1486
|
+
},
|
|
1265
1487
|
"page": {
|
|
1266
1488
|
"description": "Page number",
|
|
1267
1489
|
"name": "page",
|
|
@@ -1269,11 +1491,18 @@
|
|
|
1269
1491
|
"hasDynamicHelp": false,
|
|
1270
1492
|
"multiple": false,
|
|
1271
1493
|
"type": "option"
|
|
1494
|
+
},
|
|
1495
|
+
"kind": {
|
|
1496
|
+
"description": "Filter by metric kind (e.g. sql, method)",
|
|
1497
|
+
"name": "kind",
|
|
1498
|
+
"hasDynamicHelp": false,
|
|
1499
|
+
"multiple": false,
|
|
1500
|
+
"type": "option"
|
|
1272
1501
|
}
|
|
1273
1502
|
},
|
|
1274
1503
|
"hasDynamicHelp": false,
|
|
1275
1504
|
"hiddenAliases": [],
|
|
1276
|
-
"id": "
|
|
1505
|
+
"id": "metrics:list",
|
|
1277
1506
|
"pluginAlias": "@bussolabs/closeyourit-cli",
|
|
1278
1507
|
"pluginName": "@bussolabs/closeyourit-cli",
|
|
1279
1508
|
"pluginType": "core",
|
|
@@ -1283,23 +1512,22 @@
|
|
|
1283
1512
|
"relativePath": [
|
|
1284
1513
|
"dist",
|
|
1285
1514
|
"commands",
|
|
1286
|
-
"
|
|
1515
|
+
"metrics",
|
|
1287
1516
|
"list.js"
|
|
1288
1517
|
]
|
|
1289
1518
|
},
|
|
1290
|
-
"
|
|
1519
|
+
"metrics:promote": {
|
|
1291
1520
|
"aliases": [],
|
|
1292
1521
|
"args": {
|
|
1293
|
-
"
|
|
1294
|
-
"description": "
|
|
1295
|
-
"name": "
|
|
1522
|
+
"id": {
|
|
1523
|
+
"description": "Metric group id",
|
|
1524
|
+
"name": "id",
|
|
1296
1525
|
"required": true
|
|
1297
1526
|
}
|
|
1298
1527
|
},
|
|
1299
|
-
"description": "
|
|
1528
|
+
"description": "Promote a metric group (slow query/method) to a ticket",
|
|
1300
1529
|
"examples": [
|
|
1301
|
-
"<%= config.bin %>
|
|
1302
|
-
"<%= config.bin %> groups update Backend --color indigo"
|
|
1530
|
+
"<%= config.bin %> metrics promote <group-id> --project acme-api"
|
|
1303
1531
|
],
|
|
1304
1532
|
"flags": {
|
|
1305
1533
|
"json": {
|
|
@@ -1309,16 +1537,11 @@
|
|
|
1309
1537
|
"allowNo": false,
|
|
1310
1538
|
"type": "boolean"
|
|
1311
1539
|
},
|
|
1312
|
-
"
|
|
1313
|
-
"
|
|
1314
|
-
"
|
|
1315
|
-
"
|
|
1316
|
-
"
|
|
1317
|
-
"type": "option"
|
|
1318
|
-
},
|
|
1319
|
-
"color": {
|
|
1320
|
-
"description": "Color label",
|
|
1321
|
-
"name": "color",
|
|
1540
|
+
"project": {
|
|
1541
|
+
"char": "p",
|
|
1542
|
+
"description": "Project id (UUID) or key",
|
|
1543
|
+
"name": "project",
|
|
1544
|
+
"required": true,
|
|
1322
1545
|
"hasDynamicHelp": false,
|
|
1323
1546
|
"multiple": false,
|
|
1324
1547
|
"type": "option"
|
|
@@ -1326,7 +1549,7 @@
|
|
|
1326
1549
|
},
|
|
1327
1550
|
"hasDynamicHelp": false,
|
|
1328
1551
|
"hiddenAliases": [],
|
|
1329
|
-
"id": "
|
|
1552
|
+
"id": "metrics:promote",
|
|
1330
1553
|
"pluginAlias": "@bussolabs/closeyourit-cli",
|
|
1331
1554
|
"pluginName": "@bussolabs/closeyourit-cli",
|
|
1332
1555
|
"pluginType": "core",
|
|
@@ -1336,18 +1559,22 @@
|
|
|
1336
1559
|
"relativePath": [
|
|
1337
1560
|
"dist",
|
|
1338
1561
|
"commands",
|
|
1339
|
-
"
|
|
1340
|
-
"
|
|
1562
|
+
"metrics",
|
|
1563
|
+
"promote.js"
|
|
1341
1564
|
]
|
|
1342
1565
|
},
|
|
1343
|
-
"
|
|
1566
|
+
"metrics:show": {
|
|
1344
1567
|
"aliases": [],
|
|
1345
|
-
"args": {
|
|
1346
|
-
|
|
1568
|
+
"args": {
|
|
1569
|
+
"id": {
|
|
1570
|
+
"description": "Metric group id",
|
|
1571
|
+
"name": "id",
|
|
1572
|
+
"required": true
|
|
1573
|
+
}
|
|
1574
|
+
},
|
|
1575
|
+
"description": "Show a single metric group",
|
|
1347
1576
|
"examples": [
|
|
1348
|
-
"<%= config.bin %>
|
|
1349
|
-
"<%= config.bin %> logs list --project acme-api --level error",
|
|
1350
|
-
"<%= config.bin %> logs list --trace-id 7f3c… --json"
|
|
1577
|
+
"<%= config.bin %> metrics show <group-id> --project acme-api"
|
|
1351
1578
|
],
|
|
1352
1579
|
"flags": {
|
|
1353
1580
|
"json": {
|
|
@@ -1359,37 +1586,9 @@
|
|
|
1359
1586
|
},
|
|
1360
1587
|
"project": {
|
|
1361
1588
|
"char": "p",
|
|
1362
|
-
"description": "
|
|
1589
|
+
"description": "Project id (UUID) or key",
|
|
1363
1590
|
"name": "project",
|
|
1364
|
-
"
|
|
1365
|
-
"multiple": false,
|
|
1366
|
-
"type": "option"
|
|
1367
|
-
},
|
|
1368
|
-
"level": {
|
|
1369
|
-
"description": "Filter by level (debug, info, warning, error, fatal)",
|
|
1370
|
-
"name": "level",
|
|
1371
|
-
"hasDynamicHelp": false,
|
|
1372
|
-
"multiple": false,
|
|
1373
|
-
"type": "option"
|
|
1374
|
-
},
|
|
1375
|
-
"trace-id": {
|
|
1376
|
-
"description": "Filter by trace id (correlate one request)",
|
|
1377
|
-
"name": "trace-id",
|
|
1378
|
-
"hasDynamicHelp": false,
|
|
1379
|
-
"multiple": false,
|
|
1380
|
-
"type": "option"
|
|
1381
|
-
},
|
|
1382
|
-
"environment": {
|
|
1383
|
-
"description": "Filter by environment (e.g. production)",
|
|
1384
|
-
"name": "environment",
|
|
1385
|
-
"hasDynamicHelp": false,
|
|
1386
|
-
"multiple": false,
|
|
1387
|
-
"type": "option"
|
|
1388
|
-
},
|
|
1389
|
-
"page": {
|
|
1390
|
-
"description": "Page number",
|
|
1391
|
-
"name": "page",
|
|
1392
|
-
"default": 1,
|
|
1591
|
+
"required": true,
|
|
1393
1592
|
"hasDynamicHelp": false,
|
|
1394
1593
|
"multiple": false,
|
|
1395
1594
|
"type": "option"
|
|
@@ -1397,7 +1596,7 @@
|
|
|
1397
1596
|
},
|
|
1398
1597
|
"hasDynamicHelp": false,
|
|
1399
1598
|
"hiddenAliases": [],
|
|
1400
|
-
"id": "
|
|
1599
|
+
"id": "metrics:show",
|
|
1401
1600
|
"pluginAlias": "@bussolabs/closeyourit-cli",
|
|
1402
1601
|
"pluginName": "@bussolabs/closeyourit-cli",
|
|
1403
1602
|
"pluginType": "core",
|
|
@@ -1407,8 +1606,8 @@
|
|
|
1407
1606
|
"relativePath": [
|
|
1408
1607
|
"dist",
|
|
1409
1608
|
"commands",
|
|
1410
|
-
"
|
|
1411
|
-
"
|
|
1609
|
+
"metrics",
|
|
1610
|
+
"show.js"
|
|
1412
1611
|
]
|
|
1413
1612
|
},
|
|
1414
1613
|
"members:list": {
|
|
@@ -1561,13 +1760,13 @@
|
|
|
1561
1760
|
"set-role.js"
|
|
1562
1761
|
]
|
|
1563
1762
|
},
|
|
1564
|
-
"
|
|
1763
|
+
"milestones:create": {
|
|
1565
1764
|
"aliases": [],
|
|
1566
1765
|
"args": {},
|
|
1567
|
-
"description": "
|
|
1766
|
+
"description": "Create a milestone for a project",
|
|
1568
1767
|
"examples": [
|
|
1569
|
-
"<%= config.bin %>
|
|
1570
|
-
"<%= config.bin %>
|
|
1768
|
+
"<%= config.bin %> milestones create --project acme-api --code v1 --label \"Version 1.0\"",
|
|
1769
|
+
"<%= config.bin %> milestones create -p acme-api --code v1 --label \"Version 1.0\" --due-on 2026-12-31"
|
|
1571
1770
|
],
|
|
1572
1771
|
"flags": {
|
|
1573
1772
|
"json": {
|
|
@@ -1586,25 +1785,46 @@
|
|
|
1586
1785
|
"multiple": false,
|
|
1587
1786
|
"type": "option"
|
|
1588
1787
|
},
|
|
1589
|
-
"
|
|
1590
|
-
"description": "
|
|
1591
|
-
"name": "
|
|
1592
|
-
"
|
|
1788
|
+
"code": {
|
|
1789
|
+
"description": "Milestone code (short identifier)",
|
|
1790
|
+
"name": "code",
|
|
1791
|
+
"required": true,
|
|
1593
1792
|
"hasDynamicHelp": false,
|
|
1594
1793
|
"multiple": false,
|
|
1595
1794
|
"type": "option"
|
|
1596
1795
|
},
|
|
1597
|
-
"
|
|
1598
|
-
"description": "
|
|
1599
|
-
"name": "
|
|
1796
|
+
"label": {
|
|
1797
|
+
"description": "Human-readable label",
|
|
1798
|
+
"name": "label",
|
|
1799
|
+
"required": true,
|
|
1800
|
+
"hasDynamicHelp": false,
|
|
1801
|
+
"multiple": false,
|
|
1802
|
+
"type": "option"
|
|
1803
|
+
},
|
|
1804
|
+
"color": {
|
|
1805
|
+
"description": "Color label",
|
|
1806
|
+
"name": "color",
|
|
1807
|
+
"hasDynamicHelp": false,
|
|
1808
|
+
"multiple": false,
|
|
1809
|
+
"type": "option"
|
|
1810
|
+
},
|
|
1811
|
+
"due-on": {
|
|
1812
|
+
"description": "Due date (YYYY-MM-DD)",
|
|
1813
|
+
"name": "due-on",
|
|
1600
1814
|
"hasDynamicHelp": false,
|
|
1601
1815
|
"multiple": false,
|
|
1602
1816
|
"type": "option"
|
|
1817
|
+
},
|
|
1818
|
+
"active": {
|
|
1819
|
+
"description": "Whether the milestone is active",
|
|
1820
|
+
"name": "active",
|
|
1821
|
+
"allowNo": true,
|
|
1822
|
+
"type": "boolean"
|
|
1603
1823
|
}
|
|
1604
1824
|
},
|
|
1605
1825
|
"hasDynamicHelp": false,
|
|
1606
1826
|
"hiddenAliases": [],
|
|
1607
|
-
"id": "
|
|
1827
|
+
"id": "milestones:create",
|
|
1608
1828
|
"pluginAlias": "@bussolabs/closeyourit-cli",
|
|
1609
1829
|
"pluginName": "@bussolabs/closeyourit-cli",
|
|
1610
1830
|
"pluginType": "core",
|
|
@@ -1614,22 +1834,22 @@
|
|
|
1614
1834
|
"relativePath": [
|
|
1615
1835
|
"dist",
|
|
1616
1836
|
"commands",
|
|
1617
|
-
"
|
|
1618
|
-
"
|
|
1837
|
+
"milestones",
|
|
1838
|
+
"create.js"
|
|
1619
1839
|
]
|
|
1620
1840
|
},
|
|
1621
|
-
"
|
|
1841
|
+
"milestones:delete": {
|
|
1622
1842
|
"aliases": [],
|
|
1623
1843
|
"args": {
|
|
1624
1844
|
"id": {
|
|
1625
|
-
"description": "
|
|
1845
|
+
"description": "Milestone id",
|
|
1626
1846
|
"name": "id",
|
|
1627
1847
|
"required": true
|
|
1628
1848
|
}
|
|
1629
1849
|
},
|
|
1630
|
-
"description": "
|
|
1850
|
+
"description": "Delete a milestone (irreversible)",
|
|
1631
1851
|
"examples": [
|
|
1632
|
-
"<%= config.bin %>
|
|
1852
|
+
"<%= config.bin %> milestones delete <milestone-id> --project acme-api --confirm"
|
|
1633
1853
|
],
|
|
1634
1854
|
"flags": {
|
|
1635
1855
|
"json": {
|
|
@@ -1647,11 +1867,17 @@
|
|
|
1647
1867
|
"hasDynamicHelp": false,
|
|
1648
1868
|
"multiple": false,
|
|
1649
1869
|
"type": "option"
|
|
1870
|
+
},
|
|
1871
|
+
"confirm": {
|
|
1872
|
+
"description": "Required: confirm the deletion",
|
|
1873
|
+
"name": "confirm",
|
|
1874
|
+
"allowNo": false,
|
|
1875
|
+
"type": "boolean"
|
|
1650
1876
|
}
|
|
1651
1877
|
},
|
|
1652
1878
|
"hasDynamicHelp": false,
|
|
1653
1879
|
"hiddenAliases": [],
|
|
1654
|
-
"id": "
|
|
1880
|
+
"id": "milestones:delete",
|
|
1655
1881
|
"pluginAlias": "@bussolabs/closeyourit-cli",
|
|
1656
1882
|
"pluginName": "@bussolabs/closeyourit-cli",
|
|
1657
1883
|
"pluginType": "core",
|
|
@@ -1661,22 +1887,17 @@
|
|
|
1661
1887
|
"relativePath": [
|
|
1662
1888
|
"dist",
|
|
1663
1889
|
"commands",
|
|
1664
|
-
"
|
|
1665
|
-
"
|
|
1890
|
+
"milestones",
|
|
1891
|
+
"delete.js"
|
|
1666
1892
|
]
|
|
1667
1893
|
},
|
|
1668
|
-
"
|
|
1894
|
+
"milestones:list": {
|
|
1669
1895
|
"aliases": [],
|
|
1670
|
-
"args": {
|
|
1671
|
-
|
|
1672
|
-
"description": "Metric group id",
|
|
1673
|
-
"name": "id",
|
|
1674
|
-
"required": true
|
|
1675
|
-
}
|
|
1676
|
-
},
|
|
1677
|
-
"description": "Show a single metric group",
|
|
1896
|
+
"args": {},
|
|
1897
|
+
"description": "List the milestones for a project",
|
|
1678
1898
|
"examples": [
|
|
1679
|
-
"<%= config.bin %>
|
|
1899
|
+
"<%= config.bin %> milestones list --project acme-api",
|
|
1900
|
+
"<%= config.bin %> milestones list -p acme-api --json"
|
|
1680
1901
|
],
|
|
1681
1902
|
"flags": {
|
|
1682
1903
|
"json": {
|
|
@@ -1691,187 +1912,14 @@
|
|
|
1691
1912
|
"description": "Project id (UUID) or key",
|
|
1692
1913
|
"name": "project",
|
|
1693
1914
|
"required": true,
|
|
1694
|
-
"hasDynamicHelp": false,
|
|
1695
|
-
"multiple": false,
|
|
1696
|
-
"type": "option"
|
|
1697
|
-
}
|
|
1698
|
-
|
|
1699
|
-
|
|
1700
|
-
|
|
1701
|
-
|
|
1702
|
-
"pluginAlias": "@bussolabs/closeyourit-cli",
|
|
1703
|
-
"pluginName": "@bussolabs/closeyourit-cli",
|
|
1704
|
-
"pluginType": "core",
|
|
1705
|
-
"strict": true,
|
|
1706
|
-
"enableJsonFlag": true,
|
|
1707
|
-
"isESM": false,
|
|
1708
|
-
"relativePath": [
|
|
1709
|
-
"dist",
|
|
1710
|
-
"commands",
|
|
1711
|
-
"metrics",
|
|
1712
|
-
"show.js"
|
|
1713
|
-
]
|
|
1714
|
-
},
|
|
1715
|
-
"milestones:create": {
|
|
1716
|
-
"aliases": [],
|
|
1717
|
-
"args": {},
|
|
1718
|
-
"description": "Create a milestone for a project",
|
|
1719
|
-
"examples": [
|
|
1720
|
-
"<%= config.bin %> milestones create --project acme-api --code v1 --label \"Version 1.0\"",
|
|
1721
|
-
"<%= config.bin %> milestones create -p acme-api --code v1 --label \"Version 1.0\" --due-on 2026-12-31"
|
|
1722
|
-
],
|
|
1723
|
-
"flags": {
|
|
1724
|
-
"json": {
|
|
1725
|
-
"description": "Format output as json.",
|
|
1726
|
-
"helpGroup": "GLOBAL",
|
|
1727
|
-
"name": "json",
|
|
1728
|
-
"allowNo": false,
|
|
1729
|
-
"type": "boolean"
|
|
1730
|
-
},
|
|
1731
|
-
"project": {
|
|
1732
|
-
"char": "p",
|
|
1733
|
-
"description": "Project id (UUID) or key",
|
|
1734
|
-
"name": "project",
|
|
1735
|
-
"required": true,
|
|
1736
|
-
"hasDynamicHelp": false,
|
|
1737
|
-
"multiple": false,
|
|
1738
|
-
"type": "option"
|
|
1739
|
-
},
|
|
1740
|
-
"code": {
|
|
1741
|
-
"description": "Milestone code (short identifier)",
|
|
1742
|
-
"name": "code",
|
|
1743
|
-
"required": true,
|
|
1744
|
-
"hasDynamicHelp": false,
|
|
1745
|
-
"multiple": false,
|
|
1746
|
-
"type": "option"
|
|
1747
|
-
},
|
|
1748
|
-
"label": {
|
|
1749
|
-
"description": "Human-readable label",
|
|
1750
|
-
"name": "label",
|
|
1751
|
-
"required": true,
|
|
1752
|
-
"hasDynamicHelp": false,
|
|
1753
|
-
"multiple": false,
|
|
1754
|
-
"type": "option"
|
|
1755
|
-
},
|
|
1756
|
-
"color": {
|
|
1757
|
-
"description": "Color label",
|
|
1758
|
-
"name": "color",
|
|
1759
|
-
"hasDynamicHelp": false,
|
|
1760
|
-
"multiple": false,
|
|
1761
|
-
"type": "option"
|
|
1762
|
-
},
|
|
1763
|
-
"due-on": {
|
|
1764
|
-
"description": "Due date (YYYY-MM-DD)",
|
|
1765
|
-
"name": "due-on",
|
|
1766
|
-
"hasDynamicHelp": false,
|
|
1767
|
-
"multiple": false,
|
|
1768
|
-
"type": "option"
|
|
1769
|
-
},
|
|
1770
|
-
"active": {
|
|
1771
|
-
"description": "Whether the milestone is active",
|
|
1772
|
-
"name": "active",
|
|
1773
|
-
"allowNo": true,
|
|
1774
|
-
"type": "boolean"
|
|
1775
|
-
}
|
|
1776
|
-
},
|
|
1777
|
-
"hasDynamicHelp": false,
|
|
1778
|
-
"hiddenAliases": [],
|
|
1779
|
-
"id": "milestones:create",
|
|
1780
|
-
"pluginAlias": "@bussolabs/closeyourit-cli",
|
|
1781
|
-
"pluginName": "@bussolabs/closeyourit-cli",
|
|
1782
|
-
"pluginType": "core",
|
|
1783
|
-
"strict": true,
|
|
1784
|
-
"enableJsonFlag": true,
|
|
1785
|
-
"isESM": false,
|
|
1786
|
-
"relativePath": [
|
|
1787
|
-
"dist",
|
|
1788
|
-
"commands",
|
|
1789
|
-
"milestones",
|
|
1790
|
-
"create.js"
|
|
1791
|
-
]
|
|
1792
|
-
},
|
|
1793
|
-
"milestones:delete": {
|
|
1794
|
-
"aliases": [],
|
|
1795
|
-
"args": {
|
|
1796
|
-
"id": {
|
|
1797
|
-
"description": "Milestone id",
|
|
1798
|
-
"name": "id",
|
|
1799
|
-
"required": true
|
|
1800
|
-
}
|
|
1801
|
-
},
|
|
1802
|
-
"description": "Delete a milestone (irreversible)",
|
|
1803
|
-
"examples": [
|
|
1804
|
-
"<%= config.bin %> milestones delete <milestone-id> --project acme-api --confirm"
|
|
1805
|
-
],
|
|
1806
|
-
"flags": {
|
|
1807
|
-
"json": {
|
|
1808
|
-
"description": "Format output as json.",
|
|
1809
|
-
"helpGroup": "GLOBAL",
|
|
1810
|
-
"name": "json",
|
|
1811
|
-
"allowNo": false,
|
|
1812
|
-
"type": "boolean"
|
|
1813
|
-
},
|
|
1814
|
-
"project": {
|
|
1815
|
-
"char": "p",
|
|
1816
|
-
"description": "Project id (UUID) or key",
|
|
1817
|
-
"name": "project",
|
|
1818
|
-
"required": true,
|
|
1819
|
-
"hasDynamicHelp": false,
|
|
1820
|
-
"multiple": false,
|
|
1821
|
-
"type": "option"
|
|
1822
|
-
},
|
|
1823
|
-
"confirm": {
|
|
1824
|
-
"description": "Required: confirm the deletion",
|
|
1825
|
-
"name": "confirm",
|
|
1826
|
-
"allowNo": false,
|
|
1827
|
-
"type": "boolean"
|
|
1828
|
-
}
|
|
1829
|
-
},
|
|
1830
|
-
"hasDynamicHelp": false,
|
|
1831
|
-
"hiddenAliases": [],
|
|
1832
|
-
"id": "milestones:delete",
|
|
1833
|
-
"pluginAlias": "@bussolabs/closeyourit-cli",
|
|
1834
|
-
"pluginName": "@bussolabs/closeyourit-cli",
|
|
1835
|
-
"pluginType": "core",
|
|
1836
|
-
"strict": true,
|
|
1837
|
-
"enableJsonFlag": true,
|
|
1838
|
-
"isESM": false,
|
|
1839
|
-
"relativePath": [
|
|
1840
|
-
"dist",
|
|
1841
|
-
"commands",
|
|
1842
|
-
"milestones",
|
|
1843
|
-
"delete.js"
|
|
1844
|
-
]
|
|
1845
|
-
},
|
|
1846
|
-
"milestones:list": {
|
|
1847
|
-
"aliases": [],
|
|
1848
|
-
"args": {},
|
|
1849
|
-
"description": "List the milestones for a project",
|
|
1850
|
-
"examples": [
|
|
1851
|
-
"<%= config.bin %> milestones list --project acme-api",
|
|
1852
|
-
"<%= config.bin %> milestones list -p acme-api --json"
|
|
1853
|
-
],
|
|
1854
|
-
"flags": {
|
|
1855
|
-
"json": {
|
|
1856
|
-
"description": "Format output as json.",
|
|
1857
|
-
"helpGroup": "GLOBAL",
|
|
1858
|
-
"name": "json",
|
|
1859
|
-
"allowNo": false,
|
|
1860
|
-
"type": "boolean"
|
|
1861
|
-
},
|
|
1862
|
-
"project": {
|
|
1863
|
-
"char": "p",
|
|
1864
|
-
"description": "Project id (UUID) or key",
|
|
1865
|
-
"name": "project",
|
|
1866
|
-
"required": true,
|
|
1867
|
-
"hasDynamicHelp": false,
|
|
1868
|
-
"multiple": false,
|
|
1869
|
-
"type": "option"
|
|
1870
|
-
},
|
|
1871
|
-
"page": {
|
|
1872
|
-
"description": "Page number",
|
|
1873
|
-
"name": "page",
|
|
1874
|
-
"default": 1,
|
|
1915
|
+
"hasDynamicHelp": false,
|
|
1916
|
+
"multiple": false,
|
|
1917
|
+
"type": "option"
|
|
1918
|
+
},
|
|
1919
|
+
"page": {
|
|
1920
|
+
"description": "Page number",
|
|
1921
|
+
"name": "page",
|
|
1922
|
+
"default": 1,
|
|
1875
1923
|
"hasDynamicHelp": false,
|
|
1876
1924
|
"multiple": false,
|
|
1877
1925
|
"type": "option"
|
|
@@ -2462,13 +2510,19 @@
|
|
|
2462
2510
|
"update.js"
|
|
2463
2511
|
]
|
|
2464
2512
|
},
|
|
2465
|
-
"
|
|
2513
|
+
"platforms:create": {
|
|
2466
2514
|
"aliases": [],
|
|
2467
|
-
"args": {
|
|
2468
|
-
|
|
2515
|
+
"args": {
|
|
2516
|
+
"code": {
|
|
2517
|
+
"description": "Platform code (e.g. \"ios\", \"android\", \"web\")",
|
|
2518
|
+
"name": "code",
|
|
2519
|
+
"required": true
|
|
2520
|
+
}
|
|
2521
|
+
},
|
|
2522
|
+
"description": "Create a platform (a device/system your projects run on)",
|
|
2469
2523
|
"examples": [
|
|
2470
|
-
"<%= config.bin %>
|
|
2471
|
-
"<%= config.bin %>
|
|
2524
|
+
"<%= config.bin %> platforms create ios --label iOS",
|
|
2525
|
+
"<%= config.bin %> platforms create android --label Android --color emerald --position 2"
|
|
2472
2526
|
],
|
|
2473
2527
|
"flags": {
|
|
2474
2528
|
"json": {
|
|
@@ -2477,11 +2531,40 @@
|
|
|
2477
2531
|
"name": "json",
|
|
2478
2532
|
"allowNo": false,
|
|
2479
2533
|
"type": "boolean"
|
|
2534
|
+
},
|
|
2535
|
+
"label": {
|
|
2536
|
+
"description": "Human-readable label",
|
|
2537
|
+
"name": "label",
|
|
2538
|
+
"required": true,
|
|
2539
|
+
"hasDynamicHelp": false,
|
|
2540
|
+
"multiple": false,
|
|
2541
|
+
"type": "option"
|
|
2542
|
+
},
|
|
2543
|
+
"color": {
|
|
2544
|
+
"description": "Color label",
|
|
2545
|
+
"name": "color",
|
|
2546
|
+
"default": "sky",
|
|
2547
|
+
"hasDynamicHelp": false,
|
|
2548
|
+
"multiple": false,
|
|
2549
|
+
"type": "option"
|
|
2550
|
+
},
|
|
2551
|
+
"position": {
|
|
2552
|
+
"description": "Sort position",
|
|
2553
|
+
"name": "position",
|
|
2554
|
+
"hasDynamicHelp": false,
|
|
2555
|
+
"multiple": false,
|
|
2556
|
+
"type": "option"
|
|
2557
|
+
},
|
|
2558
|
+
"active": {
|
|
2559
|
+
"description": "Whether the platform is active",
|
|
2560
|
+
"name": "active",
|
|
2561
|
+
"allowNo": true,
|
|
2562
|
+
"type": "boolean"
|
|
2480
2563
|
}
|
|
2481
2564
|
},
|
|
2482
2565
|
"hasDynamicHelp": false,
|
|
2483
2566
|
"hiddenAliases": [],
|
|
2484
|
-
"id": "
|
|
2567
|
+
"id": "platforms:create",
|
|
2485
2568
|
"pluginAlias": "@bussolabs/closeyourit-cli",
|
|
2486
2569
|
"pluginName": "@bussolabs/closeyourit-cli",
|
|
2487
2570
|
"pluginType": "core",
|
|
@@ -2491,18 +2574,22 @@
|
|
|
2491
2574
|
"relativePath": [
|
|
2492
2575
|
"dist",
|
|
2493
2576
|
"commands",
|
|
2494
|
-
"
|
|
2495
|
-
"
|
|
2577
|
+
"platforms",
|
|
2578
|
+
"create.js"
|
|
2496
2579
|
]
|
|
2497
2580
|
},
|
|
2498
|
-
"
|
|
2581
|
+
"platforms:delete": {
|
|
2499
2582
|
"aliases": [],
|
|
2500
|
-
"args": {
|
|
2501
|
-
|
|
2583
|
+
"args": {
|
|
2584
|
+
"platform": {
|
|
2585
|
+
"description": "Platform id (UUID) or code",
|
|
2586
|
+
"name": "platform",
|
|
2587
|
+
"required": true
|
|
2588
|
+
}
|
|
2589
|
+
},
|
|
2590
|
+
"description": "Delete a platform (blocked if any project or ticket still references it)",
|
|
2502
2591
|
"examples": [
|
|
2503
|
-
"<%= config.bin %>
|
|
2504
|
-
"<%= config.bin %> org update --slug acme-inc",
|
|
2505
|
-
"<%= config.bin %> org update --projects-view table"
|
|
2592
|
+
"<%= config.bin %> platforms delete legacy --confirm"
|
|
2506
2593
|
],
|
|
2507
2594
|
"flags": {
|
|
2508
2595
|
"json": {
|
|
@@ -2512,35 +2599,16 @@
|
|
|
2512
2599
|
"allowNo": false,
|
|
2513
2600
|
"type": "boolean"
|
|
2514
2601
|
},
|
|
2515
|
-
"
|
|
2516
|
-
"description": "
|
|
2517
|
-
"name": "
|
|
2518
|
-
"
|
|
2519
|
-
"
|
|
2520
|
-
"type": "option"
|
|
2521
|
-
},
|
|
2522
|
-
"slug": {
|
|
2523
|
-
"description": "New organization slug (lowercase, a-z 0-9 and hyphens)",
|
|
2524
|
-
"name": "slug",
|
|
2525
|
-
"hasDynamicHelp": false,
|
|
2526
|
-
"multiple": false,
|
|
2527
|
-
"type": "option"
|
|
2528
|
-
},
|
|
2529
|
-
"projects-view": {
|
|
2530
|
-
"description": "Default projects list view",
|
|
2531
|
-
"name": "projects-view",
|
|
2532
|
-
"hasDynamicHelp": false,
|
|
2533
|
-
"multiple": false,
|
|
2534
|
-
"options": [
|
|
2535
|
-
"cards",
|
|
2536
|
-
"table"
|
|
2537
|
-
],
|
|
2538
|
-
"type": "option"
|
|
2602
|
+
"confirm": {
|
|
2603
|
+
"description": "Required: confirm the deletion",
|
|
2604
|
+
"name": "confirm",
|
|
2605
|
+
"allowNo": false,
|
|
2606
|
+
"type": "boolean"
|
|
2539
2607
|
}
|
|
2540
2608
|
},
|
|
2541
2609
|
"hasDynamicHelp": false,
|
|
2542
2610
|
"hiddenAliases": [],
|
|
2543
|
-
"id": "
|
|
2611
|
+
"id": "platforms:delete",
|
|
2544
2612
|
"pluginAlias": "@bussolabs/closeyourit-cli",
|
|
2545
2613
|
"pluginName": "@bussolabs/closeyourit-cli",
|
|
2546
2614
|
"pluginType": "core",
|
|
@@ -2550,23 +2618,17 @@
|
|
|
2550
2618
|
"relativePath": [
|
|
2551
2619
|
"dist",
|
|
2552
2620
|
"commands",
|
|
2553
|
-
"
|
|
2554
|
-
"
|
|
2621
|
+
"platforms",
|
|
2622
|
+
"delete.js"
|
|
2555
2623
|
]
|
|
2556
2624
|
},
|
|
2557
|
-
"platforms:
|
|
2625
|
+
"platforms:list": {
|
|
2558
2626
|
"aliases": [],
|
|
2559
|
-
"args": {
|
|
2560
|
-
|
|
2561
|
-
"description": "Platform code (e.g. \"ios\", \"android\", \"web\")",
|
|
2562
|
-
"name": "code",
|
|
2563
|
-
"required": true
|
|
2564
|
-
}
|
|
2565
|
-
},
|
|
2566
|
-
"description": "Create a platform (a device/system your projects run on)",
|
|
2627
|
+
"args": {},
|
|
2628
|
+
"description": "List the platforms (devices/systems) in your organization",
|
|
2567
2629
|
"examples": [
|
|
2568
|
-
"<%= config.bin %> platforms
|
|
2569
|
-
"<%= config.bin %> platforms
|
|
2630
|
+
"<%= config.bin %> platforms list",
|
|
2631
|
+
"<%= config.bin %> platforms list --page 2 --json"
|
|
2570
2632
|
],
|
|
2571
2633
|
"flags": {
|
|
2572
2634
|
"json": {
|
|
@@ -2576,39 +2638,18 @@
|
|
|
2576
2638
|
"allowNo": false,
|
|
2577
2639
|
"type": "boolean"
|
|
2578
2640
|
},
|
|
2579
|
-
"
|
|
2580
|
-
"description": "
|
|
2581
|
-
"name": "
|
|
2582
|
-
"
|
|
2583
|
-
"hasDynamicHelp": false,
|
|
2584
|
-
"multiple": false,
|
|
2585
|
-
"type": "option"
|
|
2586
|
-
},
|
|
2587
|
-
"color": {
|
|
2588
|
-
"description": "Color label",
|
|
2589
|
-
"name": "color",
|
|
2590
|
-
"default": "sky",
|
|
2591
|
-
"hasDynamicHelp": false,
|
|
2592
|
-
"multiple": false,
|
|
2593
|
-
"type": "option"
|
|
2594
|
-
},
|
|
2595
|
-
"position": {
|
|
2596
|
-
"description": "Sort position",
|
|
2597
|
-
"name": "position",
|
|
2641
|
+
"page": {
|
|
2642
|
+
"description": "Page number",
|
|
2643
|
+
"name": "page",
|
|
2644
|
+
"default": 1,
|
|
2598
2645
|
"hasDynamicHelp": false,
|
|
2599
2646
|
"multiple": false,
|
|
2600
2647
|
"type": "option"
|
|
2601
|
-
},
|
|
2602
|
-
"active": {
|
|
2603
|
-
"description": "Whether the platform is active",
|
|
2604
|
-
"name": "active",
|
|
2605
|
-
"allowNo": true,
|
|
2606
|
-
"type": "boolean"
|
|
2607
2648
|
}
|
|
2608
2649
|
},
|
|
2609
2650
|
"hasDynamicHelp": false,
|
|
2610
2651
|
"hiddenAliases": [],
|
|
2611
|
-
"id": "platforms:
|
|
2652
|
+
"id": "platforms:list",
|
|
2612
2653
|
"pluginAlias": "@bussolabs/closeyourit-cli",
|
|
2613
2654
|
"pluginName": "@bussolabs/closeyourit-cli",
|
|
2614
2655
|
"pluginType": "core",
|
|
@@ -2619,10 +2660,10 @@
|
|
|
2619
2660
|
"dist",
|
|
2620
2661
|
"commands",
|
|
2621
2662
|
"platforms",
|
|
2622
|
-
"
|
|
2663
|
+
"list.js"
|
|
2623
2664
|
]
|
|
2624
2665
|
},
|
|
2625
|
-
"platforms:
|
|
2666
|
+
"platforms:update": {
|
|
2626
2667
|
"aliases": [],
|
|
2627
2668
|
"args": {
|
|
2628
2669
|
"platform": {
|
|
@@ -2631,9 +2672,11 @@
|
|
|
2631
2672
|
"required": true
|
|
2632
2673
|
}
|
|
2633
2674
|
},
|
|
2634
|
-
"description": "
|
|
2675
|
+
"description": "Update a platform (relabel, recolor, reorder, activate/deactivate)",
|
|
2635
2676
|
"examples": [
|
|
2636
|
-
"<%= config.bin %> platforms
|
|
2677
|
+
"<%= config.bin %> platforms update ios --label \"iOS / iPadOS\"",
|
|
2678
|
+
"<%= config.bin %> platforms update web --color indigo --position 1",
|
|
2679
|
+
"<%= config.bin %> platforms update legacy --no-active"
|
|
2637
2680
|
],
|
|
2638
2681
|
"flags": {
|
|
2639
2682
|
"json": {
|
|
@@ -2643,16 +2686,44 @@
|
|
|
2643
2686
|
"allowNo": false,
|
|
2644
2687
|
"type": "boolean"
|
|
2645
2688
|
},
|
|
2646
|
-
"
|
|
2647
|
-
"description": "
|
|
2648
|
-
"name": "
|
|
2649
|
-
"
|
|
2689
|
+
"code": {
|
|
2690
|
+
"description": "New code",
|
|
2691
|
+
"name": "code",
|
|
2692
|
+
"hasDynamicHelp": false,
|
|
2693
|
+
"multiple": false,
|
|
2694
|
+
"type": "option"
|
|
2695
|
+
},
|
|
2696
|
+
"label": {
|
|
2697
|
+
"description": "New label",
|
|
2698
|
+
"name": "label",
|
|
2699
|
+
"hasDynamicHelp": false,
|
|
2700
|
+
"multiple": false,
|
|
2701
|
+
"type": "option"
|
|
2702
|
+
},
|
|
2703
|
+
"color": {
|
|
2704
|
+
"description": "Color label",
|
|
2705
|
+
"name": "color",
|
|
2706
|
+
"hasDynamicHelp": false,
|
|
2707
|
+
"multiple": false,
|
|
2708
|
+
"type": "option"
|
|
2709
|
+
},
|
|
2710
|
+
"position": {
|
|
2711
|
+
"description": "Sort position",
|
|
2712
|
+
"name": "position",
|
|
2713
|
+
"hasDynamicHelp": false,
|
|
2714
|
+
"multiple": false,
|
|
2715
|
+
"type": "option"
|
|
2716
|
+
},
|
|
2717
|
+
"active": {
|
|
2718
|
+
"description": "Whether the platform is active",
|
|
2719
|
+
"name": "active",
|
|
2720
|
+
"allowNo": true,
|
|
2650
2721
|
"type": "boolean"
|
|
2651
2722
|
}
|
|
2652
2723
|
},
|
|
2653
2724
|
"hasDynamicHelp": false,
|
|
2654
2725
|
"hiddenAliases": [],
|
|
2655
|
-
"id": "platforms:
|
|
2726
|
+
"id": "platforms:update",
|
|
2656
2727
|
"pluginAlias": "@bussolabs/closeyourit-cli",
|
|
2657
2728
|
"pluginName": "@bussolabs/closeyourit-cli",
|
|
2658
2729
|
"pluginType": "core",
|
|
@@ -2663,16 +2734,16 @@
|
|
|
2663
2734
|
"dist",
|
|
2664
2735
|
"commands",
|
|
2665
2736
|
"platforms",
|
|
2666
|
-
"
|
|
2737
|
+
"update.js"
|
|
2667
2738
|
]
|
|
2668
2739
|
},
|
|
2669
|
-
"
|
|
2740
|
+
"org:show": {
|
|
2670
2741
|
"aliases": [],
|
|
2671
2742
|
"args": {},
|
|
2672
|
-
"description": "
|
|
2743
|
+
"description": "Show your organization settings",
|
|
2673
2744
|
"examples": [
|
|
2674
|
-
"<%= config.bin %>
|
|
2675
|
-
"<%= config.bin %>
|
|
2745
|
+
"<%= config.bin %> org show",
|
|
2746
|
+
"<%= config.bin %> org show --json"
|
|
2676
2747
|
],
|
|
2677
2748
|
"flags": {
|
|
2678
2749
|
"json": {
|
|
@@ -2681,19 +2752,11 @@
|
|
|
2681
2752
|
"name": "json",
|
|
2682
2753
|
"allowNo": false,
|
|
2683
2754
|
"type": "boolean"
|
|
2684
|
-
},
|
|
2685
|
-
"page": {
|
|
2686
|
-
"description": "Page number",
|
|
2687
|
-
"name": "page",
|
|
2688
|
-
"default": 1,
|
|
2689
|
-
"hasDynamicHelp": false,
|
|
2690
|
-
"multiple": false,
|
|
2691
|
-
"type": "option"
|
|
2692
2755
|
}
|
|
2693
2756
|
},
|
|
2694
2757
|
"hasDynamicHelp": false,
|
|
2695
2758
|
"hiddenAliases": [],
|
|
2696
|
-
"id": "
|
|
2759
|
+
"id": "org:show",
|
|
2697
2760
|
"pluginAlias": "@bussolabs/closeyourit-cli",
|
|
2698
2761
|
"pluginName": "@bussolabs/closeyourit-cli",
|
|
2699
2762
|
"pluginType": "core",
|
|
@@ -2703,24 +2766,18 @@
|
|
|
2703
2766
|
"relativePath": [
|
|
2704
2767
|
"dist",
|
|
2705
2768
|
"commands",
|
|
2706
|
-
"
|
|
2707
|
-
"
|
|
2769
|
+
"org",
|
|
2770
|
+
"show.js"
|
|
2708
2771
|
]
|
|
2709
2772
|
},
|
|
2710
|
-
"
|
|
2773
|
+
"org:update": {
|
|
2711
2774
|
"aliases": [],
|
|
2712
|
-
"args": {
|
|
2713
|
-
|
|
2714
|
-
"description": "Platform id (UUID) or code",
|
|
2715
|
-
"name": "platform",
|
|
2716
|
-
"required": true
|
|
2717
|
-
}
|
|
2718
|
-
},
|
|
2719
|
-
"description": "Update a platform (relabel, recolor, reorder, activate/deactivate)",
|
|
2775
|
+
"args": {},
|
|
2776
|
+
"description": "Update your organization settings (requires organization.manage)",
|
|
2720
2777
|
"examples": [
|
|
2721
|
-
"<%= config.bin %>
|
|
2722
|
-
"<%= config.bin %>
|
|
2723
|
-
"<%= config.bin %>
|
|
2778
|
+
"<%= config.bin %> org update --name \"Acme Inc\"",
|
|
2779
|
+
"<%= config.bin %> org update --slug acme-inc",
|
|
2780
|
+
"<%= config.bin %> org update --projects-view table"
|
|
2724
2781
|
],
|
|
2725
2782
|
"flags": {
|
|
2726
2783
|
"json": {
|
|
@@ -2730,44 +2787,35 @@
|
|
|
2730
2787
|
"allowNo": false,
|
|
2731
2788
|
"type": "boolean"
|
|
2732
2789
|
},
|
|
2733
|
-
"
|
|
2734
|
-
"description": "New
|
|
2735
|
-
"name": "
|
|
2736
|
-
"hasDynamicHelp": false,
|
|
2737
|
-
"multiple": false,
|
|
2738
|
-
"type": "option"
|
|
2739
|
-
},
|
|
2740
|
-
"label": {
|
|
2741
|
-
"description": "New label",
|
|
2742
|
-
"name": "label",
|
|
2790
|
+
"name": {
|
|
2791
|
+
"description": "New organization name",
|
|
2792
|
+
"name": "name",
|
|
2743
2793
|
"hasDynamicHelp": false,
|
|
2744
2794
|
"multiple": false,
|
|
2745
2795
|
"type": "option"
|
|
2746
2796
|
},
|
|
2747
|
-
"
|
|
2748
|
-
"description": "
|
|
2749
|
-
"name": "
|
|
2797
|
+
"slug": {
|
|
2798
|
+
"description": "New organization slug (lowercase, a-z 0-9 and hyphens)",
|
|
2799
|
+
"name": "slug",
|
|
2750
2800
|
"hasDynamicHelp": false,
|
|
2751
2801
|
"multiple": false,
|
|
2752
2802
|
"type": "option"
|
|
2753
2803
|
},
|
|
2754
|
-
"
|
|
2755
|
-
"description": "
|
|
2756
|
-
"name": "
|
|
2804
|
+
"projects-view": {
|
|
2805
|
+
"description": "Default projects list view",
|
|
2806
|
+
"name": "projects-view",
|
|
2757
2807
|
"hasDynamicHelp": false,
|
|
2758
2808
|
"multiple": false,
|
|
2809
|
+
"options": [
|
|
2810
|
+
"cards",
|
|
2811
|
+
"table"
|
|
2812
|
+
],
|
|
2759
2813
|
"type": "option"
|
|
2760
|
-
},
|
|
2761
|
-
"active": {
|
|
2762
|
-
"description": "Whether the platform is active",
|
|
2763
|
-
"name": "active",
|
|
2764
|
-
"allowNo": true,
|
|
2765
|
-
"type": "boolean"
|
|
2766
2814
|
}
|
|
2767
2815
|
},
|
|
2768
2816
|
"hasDynamicHelp": false,
|
|
2769
2817
|
"hiddenAliases": [],
|
|
2770
|
-
"id": "
|
|
2818
|
+
"id": "org:update",
|
|
2771
2819
|
"pluginAlias": "@bussolabs/closeyourit-cli",
|
|
2772
2820
|
"pluginName": "@bussolabs/closeyourit-cli",
|
|
2773
2821
|
"pluginType": "core",
|
|
@@ -2777,7 +2825,7 @@
|
|
|
2777
2825
|
"relativePath": [
|
|
2778
2826
|
"dist",
|
|
2779
2827
|
"commands",
|
|
2780
|
-
"
|
|
2828
|
+
"org",
|
|
2781
2829
|
"update.js"
|
|
2782
2830
|
]
|
|
2783
2831
|
},
|
|
@@ -3172,18 +3220,23 @@
|
|
|
3172
3220
|
"update.js"
|
|
3173
3221
|
]
|
|
3174
3222
|
},
|
|
3175
|
-
"
|
|
3223
|
+
"teams:add-member": {
|
|
3176
3224
|
"aliases": [],
|
|
3177
3225
|
"args": {
|
|
3178
|
-
"
|
|
3179
|
-
"description": "
|
|
3180
|
-
"name": "
|
|
3226
|
+
"team": {
|
|
3227
|
+
"description": "Team id (UUID) or name",
|
|
3228
|
+
"name": "team",
|
|
3229
|
+
"required": true
|
|
3230
|
+
},
|
|
3231
|
+
"member": {
|
|
3232
|
+
"description": "Member account id or email (must be an org member)",
|
|
3233
|
+
"name": "member",
|
|
3181
3234
|
"required": true
|
|
3182
3235
|
}
|
|
3183
3236
|
},
|
|
3184
|
-
"description": "
|
|
3237
|
+
"description": "Add a person to a team, keeping the existing members",
|
|
3185
3238
|
"examples": [
|
|
3186
|
-
"<%= config.bin %>
|
|
3239
|
+
"<%= config.bin %> teams add-member DriverOne client@acme.com"
|
|
3187
3240
|
],
|
|
3188
3241
|
"flags": {
|
|
3189
3242
|
"json": {
|
|
@@ -3192,25 +3245,11 @@
|
|
|
3192
3245
|
"name": "json",
|
|
3193
3246
|
"allowNo": false,
|
|
3194
3247
|
"type": "boolean"
|
|
3195
|
-
},
|
|
3196
|
-
"color": {
|
|
3197
|
-
"description": "Color label",
|
|
3198
|
-
"name": "color",
|
|
3199
|
-
"hasDynamicHelp": false,
|
|
3200
|
-
"multiple": false,
|
|
3201
|
-
"type": "option"
|
|
3202
|
-
},
|
|
3203
|
-
"permission": {
|
|
3204
|
-
"description": "Permission key from the catalog (repeatable)",
|
|
3205
|
-
"name": "permission",
|
|
3206
|
-
"hasDynamicHelp": false,
|
|
3207
|
-
"multiple": true,
|
|
3208
|
-
"type": "option"
|
|
3209
3248
|
}
|
|
3210
3249
|
},
|
|
3211
3250
|
"hasDynamicHelp": false,
|
|
3212
3251
|
"hiddenAliases": [],
|
|
3213
|
-
"id": "
|
|
3252
|
+
"id": "teams:add-member",
|
|
3214
3253
|
"pluginAlias": "@bussolabs/closeyourit-cli",
|
|
3215
3254
|
"pluginName": "@bussolabs/closeyourit-cli",
|
|
3216
3255
|
"pluginType": "core",
|
|
@@ -3220,22 +3259,23 @@
|
|
|
3220
3259
|
"relativePath": [
|
|
3221
3260
|
"dist",
|
|
3222
3261
|
"commands",
|
|
3223
|
-
"
|
|
3224
|
-
"
|
|
3262
|
+
"teams",
|
|
3263
|
+
"add-member.js"
|
|
3225
3264
|
]
|
|
3226
3265
|
},
|
|
3227
|
-
"
|
|
3266
|
+
"teams:create": {
|
|
3228
3267
|
"aliases": [],
|
|
3229
3268
|
"args": {
|
|
3230
|
-
"
|
|
3231
|
-
"description": "
|
|
3232
|
-
"name": "
|
|
3269
|
+
"name": {
|
|
3270
|
+
"description": "Team name",
|
|
3271
|
+
"name": "name",
|
|
3233
3272
|
"required": true
|
|
3234
3273
|
}
|
|
3235
3274
|
},
|
|
3236
|
-
"description": "
|
|
3275
|
+
"description": "Create a team and (optionally) set its roles, group/project scope and members",
|
|
3237
3276
|
"examples": [
|
|
3238
|
-
"<%= config.bin %>
|
|
3277
|
+
"<%= config.bin %> teams create DriverOne --role Client --group DriverOne",
|
|
3278
|
+
"<%= config.bin %> teams create DriverOne --role Client --group DriverOne --member client@acme.com"
|
|
3239
3279
|
],
|
|
3240
3280
|
"flags": {
|
|
3241
3281
|
"json": {
|
|
@@ -3244,11 +3284,46 @@
|
|
|
3244
3284
|
"name": "json",
|
|
3245
3285
|
"allowNo": false,
|
|
3246
3286
|
"type": "boolean"
|
|
3247
|
-
}
|
|
3248
|
-
|
|
3249
|
-
|
|
3250
|
-
|
|
3251
|
-
|
|
3287
|
+
},
|
|
3288
|
+
"color": {
|
|
3289
|
+
"description": "Color label",
|
|
3290
|
+
"name": "color",
|
|
3291
|
+
"hasDynamicHelp": false,
|
|
3292
|
+
"multiple": false,
|
|
3293
|
+
"type": "option"
|
|
3294
|
+
},
|
|
3295
|
+
"group": {
|
|
3296
|
+
"description": "Group id or name to scope the team to (repeatable)",
|
|
3297
|
+
"name": "group",
|
|
3298
|
+
"hasDynamicHelp": false,
|
|
3299
|
+
"multiple": true,
|
|
3300
|
+
"type": "option"
|
|
3301
|
+
},
|
|
3302
|
+
"member": {
|
|
3303
|
+
"description": "Member account id or email (repeatable; must be an org member)",
|
|
3304
|
+
"name": "member",
|
|
3305
|
+
"hasDynamicHelp": false,
|
|
3306
|
+
"multiple": true,
|
|
3307
|
+
"type": "option"
|
|
3308
|
+
},
|
|
3309
|
+
"project": {
|
|
3310
|
+
"description": "Project id or key to scope the team to (repeatable)",
|
|
3311
|
+
"name": "project",
|
|
3312
|
+
"hasDynamicHelp": false,
|
|
3313
|
+
"multiple": true,
|
|
3314
|
+
"type": "option"
|
|
3315
|
+
},
|
|
3316
|
+
"role": {
|
|
3317
|
+
"description": "Role id or name to grant to the team (repeatable)",
|
|
3318
|
+
"name": "role",
|
|
3319
|
+
"hasDynamicHelp": false,
|
|
3320
|
+
"multiple": true,
|
|
3321
|
+
"type": "option"
|
|
3322
|
+
}
|
|
3323
|
+
},
|
|
3324
|
+
"hasDynamicHelp": false,
|
|
3325
|
+
"hiddenAliases": [],
|
|
3326
|
+
"id": "teams:create",
|
|
3252
3327
|
"pluginAlias": "@bussolabs/closeyourit-cli",
|
|
3253
3328
|
"pluginName": "@bussolabs/closeyourit-cli",
|
|
3254
3329
|
"pluginType": "core",
|
|
@@ -3258,17 +3333,55 @@
|
|
|
3258
3333
|
"relativePath": [
|
|
3259
3334
|
"dist",
|
|
3260
3335
|
"commands",
|
|
3261
|
-
"
|
|
3336
|
+
"teams",
|
|
3337
|
+
"create.js"
|
|
3338
|
+
]
|
|
3339
|
+
},
|
|
3340
|
+
"teams:delete": {
|
|
3341
|
+
"aliases": [],
|
|
3342
|
+
"args": {
|
|
3343
|
+
"team": {
|
|
3344
|
+
"description": "Team id (UUID) or name",
|
|
3345
|
+
"name": "team",
|
|
3346
|
+
"required": true
|
|
3347
|
+
}
|
|
3348
|
+
},
|
|
3349
|
+
"description": "Delete a team (its members lose the access this team granted)",
|
|
3350
|
+
"examples": [
|
|
3351
|
+
"<%= config.bin %> teams delete DriverOne"
|
|
3352
|
+
],
|
|
3353
|
+
"flags": {
|
|
3354
|
+
"json": {
|
|
3355
|
+
"description": "Format output as json.",
|
|
3356
|
+
"helpGroup": "GLOBAL",
|
|
3357
|
+
"name": "json",
|
|
3358
|
+
"allowNo": false,
|
|
3359
|
+
"type": "boolean"
|
|
3360
|
+
}
|
|
3361
|
+
},
|
|
3362
|
+
"hasDynamicHelp": false,
|
|
3363
|
+
"hiddenAliases": [],
|
|
3364
|
+
"id": "teams:delete",
|
|
3365
|
+
"pluginAlias": "@bussolabs/closeyourit-cli",
|
|
3366
|
+
"pluginName": "@bussolabs/closeyourit-cli",
|
|
3367
|
+
"pluginType": "core",
|
|
3368
|
+
"strict": true,
|
|
3369
|
+
"enableJsonFlag": true,
|
|
3370
|
+
"isESM": false,
|
|
3371
|
+
"relativePath": [
|
|
3372
|
+
"dist",
|
|
3373
|
+
"commands",
|
|
3374
|
+
"teams",
|
|
3262
3375
|
"delete.js"
|
|
3263
3376
|
]
|
|
3264
3377
|
},
|
|
3265
|
-
"
|
|
3378
|
+
"teams:list": {
|
|
3266
3379
|
"aliases": [],
|
|
3267
3380
|
"args": {},
|
|
3268
|
-
"description": "List the
|
|
3381
|
+
"description": "List the teams (people with scope) in your organization",
|
|
3269
3382
|
"examples": [
|
|
3270
|
-
"<%= config.bin %>
|
|
3271
|
-
"<%= config.bin %>
|
|
3383
|
+
"<%= config.bin %> teams list",
|
|
3384
|
+
"<%= config.bin %> teams list --json"
|
|
3272
3385
|
],
|
|
3273
3386
|
"flags": {
|
|
3274
3387
|
"json": {
|
|
@@ -3289,7 +3402,7 @@
|
|
|
3289
3402
|
},
|
|
3290
3403
|
"hasDynamicHelp": false,
|
|
3291
3404
|
"hiddenAliases": [],
|
|
3292
|
-
"id": "
|
|
3405
|
+
"id": "teams:list",
|
|
3293
3406
|
"pluginAlias": "@bussolabs/closeyourit-cli",
|
|
3294
3407
|
"pluginName": "@bussolabs/closeyourit-cli",
|
|
3295
3408
|
"pluginType": "core",
|
|
@@ -3299,22 +3412,27 @@
|
|
|
3299
3412
|
"relativePath": [
|
|
3300
3413
|
"dist",
|
|
3301
3414
|
"commands",
|
|
3302
|
-
"
|
|
3415
|
+
"teams",
|
|
3303
3416
|
"list.js"
|
|
3304
3417
|
]
|
|
3305
3418
|
},
|
|
3306
|
-
"
|
|
3419
|
+
"teams:remove-member": {
|
|
3307
3420
|
"aliases": [],
|
|
3308
3421
|
"args": {
|
|
3309
|
-
"
|
|
3310
|
-
"description": "
|
|
3311
|
-
"name": "
|
|
3422
|
+
"team": {
|
|
3423
|
+
"description": "Team id (UUID) or name",
|
|
3424
|
+
"name": "team",
|
|
3425
|
+
"required": true
|
|
3426
|
+
},
|
|
3427
|
+
"member": {
|
|
3428
|
+
"description": "Member account id or email",
|
|
3429
|
+
"name": "member",
|
|
3312
3430
|
"required": true
|
|
3313
3431
|
}
|
|
3314
3432
|
},
|
|
3315
|
-
"description": "
|
|
3433
|
+
"description": "Remove a person from a team, keeping the other members",
|
|
3316
3434
|
"examples": [
|
|
3317
|
-
"<%= config.bin %>
|
|
3435
|
+
"<%= config.bin %> teams remove-member DriverOne client@acme.com"
|
|
3318
3436
|
],
|
|
3319
3437
|
"flags": {
|
|
3320
3438
|
"json": {
|
|
@@ -3327,7 +3445,7 @@
|
|
|
3327
3445
|
},
|
|
3328
3446
|
"hasDynamicHelp": false,
|
|
3329
3447
|
"hiddenAliases": [],
|
|
3330
|
-
"id": "
|
|
3448
|
+
"id": "teams:remove-member",
|
|
3331
3449
|
"pluginAlias": "@bussolabs/closeyourit-cli",
|
|
3332
3450
|
"pluginName": "@bussolabs/closeyourit-cli",
|
|
3333
3451
|
"pluginType": "core",
|
|
@@ -3337,23 +3455,61 @@
|
|
|
3337
3455
|
"relativePath": [
|
|
3338
3456
|
"dist",
|
|
3339
3457
|
"commands",
|
|
3340
|
-
"
|
|
3458
|
+
"teams",
|
|
3459
|
+
"remove-member.js"
|
|
3460
|
+
]
|
|
3461
|
+
},
|
|
3462
|
+
"teams:show": {
|
|
3463
|
+
"aliases": [],
|
|
3464
|
+
"args": {
|
|
3465
|
+
"team": {
|
|
3466
|
+
"description": "Team id (UUID) or name",
|
|
3467
|
+
"name": "team",
|
|
3468
|
+
"required": true
|
|
3469
|
+
}
|
|
3470
|
+
},
|
|
3471
|
+
"description": "Show a team by id or name (roles, group/project scope, members)",
|
|
3472
|
+
"examples": [
|
|
3473
|
+
"<%= config.bin %> teams show DriverOne"
|
|
3474
|
+
],
|
|
3475
|
+
"flags": {
|
|
3476
|
+
"json": {
|
|
3477
|
+
"description": "Format output as json.",
|
|
3478
|
+
"helpGroup": "GLOBAL",
|
|
3479
|
+
"name": "json",
|
|
3480
|
+
"allowNo": false,
|
|
3481
|
+
"type": "boolean"
|
|
3482
|
+
}
|
|
3483
|
+
},
|
|
3484
|
+
"hasDynamicHelp": false,
|
|
3485
|
+
"hiddenAliases": [],
|
|
3486
|
+
"id": "teams:show",
|
|
3487
|
+
"pluginAlias": "@bussolabs/closeyourit-cli",
|
|
3488
|
+
"pluginName": "@bussolabs/closeyourit-cli",
|
|
3489
|
+
"pluginType": "core",
|
|
3490
|
+
"strict": true,
|
|
3491
|
+
"enableJsonFlag": true,
|
|
3492
|
+
"isESM": false,
|
|
3493
|
+
"relativePath": [
|
|
3494
|
+
"dist",
|
|
3495
|
+
"commands",
|
|
3496
|
+
"teams",
|
|
3341
3497
|
"show.js"
|
|
3342
3498
|
]
|
|
3343
3499
|
},
|
|
3344
|
-
"
|
|
3500
|
+
"teams:update": {
|
|
3345
3501
|
"aliases": [],
|
|
3346
3502
|
"args": {
|
|
3347
|
-
"
|
|
3348
|
-
"description": "
|
|
3349
|
-
"name": "
|
|
3503
|
+
"team": {
|
|
3504
|
+
"description": "Team id (UUID) or name",
|
|
3505
|
+
"name": "team",
|
|
3350
3506
|
"required": true
|
|
3351
3507
|
}
|
|
3352
3508
|
},
|
|
3353
|
-
"description": "Update a
|
|
3509
|
+
"description": "Update a team. Each given dimension REPLACES the whole set for that dimension.",
|
|
3354
3510
|
"examples": [
|
|
3355
|
-
"<%= config.bin %>
|
|
3356
|
-
"<%= config.bin %>
|
|
3511
|
+
"<%= config.bin %> teams update DriverOne --role Client --group DriverOne",
|
|
3512
|
+
"<%= config.bin %> teams update DriverOne --name \"DriverOne clients\""
|
|
3357
3513
|
],
|
|
3358
3514
|
"flags": {
|
|
3359
3515
|
"json": {
|
|
@@ -3370,6 +3526,20 @@
|
|
|
3370
3526
|
"multiple": false,
|
|
3371
3527
|
"type": "option"
|
|
3372
3528
|
},
|
|
3529
|
+
"group": {
|
|
3530
|
+
"description": "Group id or name (repeatable; replaces the group scope)",
|
|
3531
|
+
"name": "group",
|
|
3532
|
+
"hasDynamicHelp": false,
|
|
3533
|
+
"multiple": true,
|
|
3534
|
+
"type": "option"
|
|
3535
|
+
},
|
|
3536
|
+
"member": {
|
|
3537
|
+
"description": "Member account id or email (repeatable; replaces the members)",
|
|
3538
|
+
"name": "member",
|
|
3539
|
+
"hasDynamicHelp": false,
|
|
3540
|
+
"multiple": true,
|
|
3541
|
+
"type": "option"
|
|
3542
|
+
},
|
|
3373
3543
|
"name": {
|
|
3374
3544
|
"description": "New name",
|
|
3375
3545
|
"name": "name",
|
|
@@ -3377,9 +3547,16 @@
|
|
|
3377
3547
|
"multiple": false,
|
|
3378
3548
|
"type": "option"
|
|
3379
3549
|
},
|
|
3380
|
-
"
|
|
3381
|
-
"description": "
|
|
3382
|
-
"name": "
|
|
3550
|
+
"project": {
|
|
3551
|
+
"description": "Project id or key (repeatable; replaces the project scope)",
|
|
3552
|
+
"name": "project",
|
|
3553
|
+
"hasDynamicHelp": false,
|
|
3554
|
+
"multiple": true,
|
|
3555
|
+
"type": "option"
|
|
3556
|
+
},
|
|
3557
|
+
"role": {
|
|
3558
|
+
"description": "Role id or name (repeatable; replaces the roles)",
|
|
3559
|
+
"name": "role",
|
|
3383
3560
|
"hasDynamicHelp": false,
|
|
3384
3561
|
"multiple": true,
|
|
3385
3562
|
"type": "option"
|
|
@@ -3387,7 +3564,7 @@
|
|
|
3387
3564
|
},
|
|
3388
3565
|
"hasDynamicHelp": false,
|
|
3389
3566
|
"hiddenAliases": [],
|
|
3390
|
-
"id": "
|
|
3567
|
+
"id": "teams:update",
|
|
3391
3568
|
"pluginAlias": "@bussolabs/closeyourit-cli",
|
|
3392
3569
|
"pluginName": "@bussolabs/closeyourit-cli",
|
|
3393
3570
|
"pluginType": "core",
|
|
@@ -3397,7 +3574,7 @@
|
|
|
3397
3574
|
"relativePath": [
|
|
3398
3575
|
"dist",
|
|
3399
3576
|
"commands",
|
|
3400
|
-
"
|
|
3577
|
+
"teams",
|
|
3401
3578
|
"update.js"
|
|
3402
3579
|
]
|
|
3403
3580
|
},
|
|
@@ -3741,12 +3918,18 @@
|
|
|
3741
3918
|
"unrevoke.js"
|
|
3742
3919
|
]
|
|
3743
3920
|
},
|
|
3744
|
-
"
|
|
3921
|
+
"roles:create": {
|
|
3745
3922
|
"aliases": [],
|
|
3746
|
-
"args": {
|
|
3747
|
-
|
|
3923
|
+
"args": {
|
|
3924
|
+
"name": {
|
|
3925
|
+
"description": "Role name",
|
|
3926
|
+
"name": "name",
|
|
3927
|
+
"required": true
|
|
3928
|
+
}
|
|
3929
|
+
},
|
|
3930
|
+
"description": "Create an RBAC role (a named bundle of permission keys)",
|
|
3748
3931
|
"examples": [
|
|
3749
|
-
"<%= config.bin %>
|
|
3932
|
+
"<%= config.bin %> roles create Client --permission tickets.edit --permission tickets.assign"
|
|
3750
3933
|
],
|
|
3751
3934
|
"flags": {
|
|
3752
3935
|
"json": {
|
|
@@ -3756,35 +3939,24 @@
|
|
|
3756
3939
|
"allowNo": false,
|
|
3757
3940
|
"type": "boolean"
|
|
3758
3941
|
},
|
|
3759
|
-
"
|
|
3760
|
-
"
|
|
3761
|
-
"
|
|
3762
|
-
"name": "project",
|
|
3763
|
-
"required": true,
|
|
3764
|
-
"hasDynamicHelp": false,
|
|
3765
|
-
"multiple": false,
|
|
3766
|
-
"type": "option"
|
|
3767
|
-
},
|
|
3768
|
-
"name": {
|
|
3769
|
-
"description": "Human-readable token name",
|
|
3770
|
-
"name": "name",
|
|
3771
|
-
"required": true,
|
|
3942
|
+
"color": {
|
|
3943
|
+
"description": "Color label",
|
|
3944
|
+
"name": "color",
|
|
3772
3945
|
"hasDynamicHelp": false,
|
|
3773
3946
|
"multiple": false,
|
|
3774
3947
|
"type": "option"
|
|
3775
3948
|
},
|
|
3776
|
-
"
|
|
3777
|
-
"description": "
|
|
3778
|
-
"name": "
|
|
3779
|
-
"required": true,
|
|
3949
|
+
"permission": {
|
|
3950
|
+
"description": "Permission key from the catalog (repeatable)",
|
|
3951
|
+
"name": "permission",
|
|
3780
3952
|
"hasDynamicHelp": false,
|
|
3781
|
-
"multiple":
|
|
3953
|
+
"multiple": true,
|
|
3782
3954
|
"type": "option"
|
|
3783
3955
|
}
|
|
3784
3956
|
},
|
|
3785
3957
|
"hasDynamicHelp": false,
|
|
3786
3958
|
"hiddenAliases": [],
|
|
3787
|
-
"id": "
|
|
3959
|
+
"id": "roles:create",
|
|
3788
3960
|
"pluginAlias": "@bussolabs/closeyourit-cli",
|
|
3789
3961
|
"pluginName": "@bussolabs/closeyourit-cli",
|
|
3790
3962
|
"pluginType": "core",
|
|
@@ -3794,17 +3966,22 @@
|
|
|
3794
3966
|
"relativePath": [
|
|
3795
3967
|
"dist",
|
|
3796
3968
|
"commands",
|
|
3797
|
-
"
|
|
3969
|
+
"roles",
|
|
3798
3970
|
"create.js"
|
|
3799
3971
|
]
|
|
3800
3972
|
},
|
|
3801
|
-
"
|
|
3973
|
+
"roles:delete": {
|
|
3802
3974
|
"aliases": [],
|
|
3803
|
-
"args": {
|
|
3804
|
-
|
|
3975
|
+
"args": {
|
|
3976
|
+
"role": {
|
|
3977
|
+
"description": "Role id (UUID) or name",
|
|
3978
|
+
"name": "role",
|
|
3979
|
+
"required": true
|
|
3980
|
+
}
|
|
3981
|
+
},
|
|
3982
|
+
"description": "Delete a role (its assignments to teams and accounts are removed)",
|
|
3805
3983
|
"examples": [
|
|
3806
|
-
"<%= config.bin %>
|
|
3807
|
-
"<%= config.bin %> tokens list -p acme-api --json"
|
|
3984
|
+
"<%= config.bin %> roles delete Client"
|
|
3808
3985
|
],
|
|
3809
3986
|
"flags": {
|
|
3810
3987
|
"json": {
|
|
@@ -3813,7 +3990,236 @@
|
|
|
3813
3990
|
"name": "json",
|
|
3814
3991
|
"allowNo": false,
|
|
3815
3992
|
"type": "boolean"
|
|
3816
|
-
}
|
|
3993
|
+
}
|
|
3994
|
+
},
|
|
3995
|
+
"hasDynamicHelp": false,
|
|
3996
|
+
"hiddenAliases": [],
|
|
3997
|
+
"id": "roles:delete",
|
|
3998
|
+
"pluginAlias": "@bussolabs/closeyourit-cli",
|
|
3999
|
+
"pluginName": "@bussolabs/closeyourit-cli",
|
|
4000
|
+
"pluginType": "core",
|
|
4001
|
+
"strict": true,
|
|
4002
|
+
"enableJsonFlag": true,
|
|
4003
|
+
"isESM": false,
|
|
4004
|
+
"relativePath": [
|
|
4005
|
+
"dist",
|
|
4006
|
+
"commands",
|
|
4007
|
+
"roles",
|
|
4008
|
+
"delete.js"
|
|
4009
|
+
]
|
|
4010
|
+
},
|
|
4011
|
+
"roles:list": {
|
|
4012
|
+
"aliases": [],
|
|
4013
|
+
"args": {},
|
|
4014
|
+
"description": "List the RBAC roles in your organization",
|
|
4015
|
+
"examples": [
|
|
4016
|
+
"<%= config.bin %> roles list",
|
|
4017
|
+
"<%= config.bin %> roles list --json"
|
|
4018
|
+
],
|
|
4019
|
+
"flags": {
|
|
4020
|
+
"json": {
|
|
4021
|
+
"description": "Format output as json.",
|
|
4022
|
+
"helpGroup": "GLOBAL",
|
|
4023
|
+
"name": "json",
|
|
4024
|
+
"allowNo": false,
|
|
4025
|
+
"type": "boolean"
|
|
4026
|
+
},
|
|
4027
|
+
"page": {
|
|
4028
|
+
"description": "Page number",
|
|
4029
|
+
"name": "page",
|
|
4030
|
+
"default": 1,
|
|
4031
|
+
"hasDynamicHelp": false,
|
|
4032
|
+
"multiple": false,
|
|
4033
|
+
"type": "option"
|
|
4034
|
+
}
|
|
4035
|
+
},
|
|
4036
|
+
"hasDynamicHelp": false,
|
|
4037
|
+
"hiddenAliases": [],
|
|
4038
|
+
"id": "roles:list",
|
|
4039
|
+
"pluginAlias": "@bussolabs/closeyourit-cli",
|
|
4040
|
+
"pluginName": "@bussolabs/closeyourit-cli",
|
|
4041
|
+
"pluginType": "core",
|
|
4042
|
+
"strict": true,
|
|
4043
|
+
"enableJsonFlag": true,
|
|
4044
|
+
"isESM": false,
|
|
4045
|
+
"relativePath": [
|
|
4046
|
+
"dist",
|
|
4047
|
+
"commands",
|
|
4048
|
+
"roles",
|
|
4049
|
+
"list.js"
|
|
4050
|
+
]
|
|
4051
|
+
},
|
|
4052
|
+
"roles:show": {
|
|
4053
|
+
"aliases": [],
|
|
4054
|
+
"args": {
|
|
4055
|
+
"role": {
|
|
4056
|
+
"description": "Role id (UUID) or name",
|
|
4057
|
+
"name": "role",
|
|
4058
|
+
"required": true
|
|
4059
|
+
}
|
|
4060
|
+
},
|
|
4061
|
+
"description": "Show a role by id or name (with its permission keys)",
|
|
4062
|
+
"examples": [
|
|
4063
|
+
"<%= config.bin %> roles show Client"
|
|
4064
|
+
],
|
|
4065
|
+
"flags": {
|
|
4066
|
+
"json": {
|
|
4067
|
+
"description": "Format output as json.",
|
|
4068
|
+
"helpGroup": "GLOBAL",
|
|
4069
|
+
"name": "json",
|
|
4070
|
+
"allowNo": false,
|
|
4071
|
+
"type": "boolean"
|
|
4072
|
+
}
|
|
4073
|
+
},
|
|
4074
|
+
"hasDynamicHelp": false,
|
|
4075
|
+
"hiddenAliases": [],
|
|
4076
|
+
"id": "roles:show",
|
|
4077
|
+
"pluginAlias": "@bussolabs/closeyourit-cli",
|
|
4078
|
+
"pluginName": "@bussolabs/closeyourit-cli",
|
|
4079
|
+
"pluginType": "core",
|
|
4080
|
+
"strict": true,
|
|
4081
|
+
"enableJsonFlag": true,
|
|
4082
|
+
"isESM": false,
|
|
4083
|
+
"relativePath": [
|
|
4084
|
+
"dist",
|
|
4085
|
+
"commands",
|
|
4086
|
+
"roles",
|
|
4087
|
+
"show.js"
|
|
4088
|
+
]
|
|
4089
|
+
},
|
|
4090
|
+
"roles:update": {
|
|
4091
|
+
"aliases": [],
|
|
4092
|
+
"args": {
|
|
4093
|
+
"role": {
|
|
4094
|
+
"description": "Role id (UUID) or name",
|
|
4095
|
+
"name": "role",
|
|
4096
|
+
"required": true
|
|
4097
|
+
}
|
|
4098
|
+
},
|
|
4099
|
+
"description": "Update a role (rename, recolor, or replace its permission keys)",
|
|
4100
|
+
"examples": [
|
|
4101
|
+
"<%= config.bin %> roles update Client --permission tickets.edit --permission tickets.assign",
|
|
4102
|
+
"<%= config.bin %> roles update Client --name \"Client manager\""
|
|
4103
|
+
],
|
|
4104
|
+
"flags": {
|
|
4105
|
+
"json": {
|
|
4106
|
+
"description": "Format output as json.",
|
|
4107
|
+
"helpGroup": "GLOBAL",
|
|
4108
|
+
"name": "json",
|
|
4109
|
+
"allowNo": false,
|
|
4110
|
+
"type": "boolean"
|
|
4111
|
+
},
|
|
4112
|
+
"color": {
|
|
4113
|
+
"description": "Color label",
|
|
4114
|
+
"name": "color",
|
|
4115
|
+
"hasDynamicHelp": false,
|
|
4116
|
+
"multiple": false,
|
|
4117
|
+
"type": "option"
|
|
4118
|
+
},
|
|
4119
|
+
"name": {
|
|
4120
|
+
"description": "New name",
|
|
4121
|
+
"name": "name",
|
|
4122
|
+
"hasDynamicHelp": false,
|
|
4123
|
+
"multiple": false,
|
|
4124
|
+
"type": "option"
|
|
4125
|
+
},
|
|
4126
|
+
"permission": {
|
|
4127
|
+
"description": "Permission key (repeatable); when given, REPLACES the whole set",
|
|
4128
|
+
"name": "permission",
|
|
4129
|
+
"hasDynamicHelp": false,
|
|
4130
|
+
"multiple": true,
|
|
4131
|
+
"type": "option"
|
|
4132
|
+
}
|
|
4133
|
+
},
|
|
4134
|
+
"hasDynamicHelp": false,
|
|
4135
|
+
"hiddenAliases": [],
|
|
4136
|
+
"id": "roles:update",
|
|
4137
|
+
"pluginAlias": "@bussolabs/closeyourit-cli",
|
|
4138
|
+
"pluginName": "@bussolabs/closeyourit-cli",
|
|
4139
|
+
"pluginType": "core",
|
|
4140
|
+
"strict": true,
|
|
4141
|
+
"enableJsonFlag": true,
|
|
4142
|
+
"isESM": false,
|
|
4143
|
+
"relativePath": [
|
|
4144
|
+
"dist",
|
|
4145
|
+
"commands",
|
|
4146
|
+
"roles",
|
|
4147
|
+
"update.js"
|
|
4148
|
+
]
|
|
4149
|
+
},
|
|
4150
|
+
"tokens:create": {
|
|
4151
|
+
"aliases": [],
|
|
4152
|
+
"args": {},
|
|
4153
|
+
"description": "Create an ingest token (the secret is shown only once)",
|
|
4154
|
+
"examples": [
|
|
4155
|
+
"<%= config.bin %> tokens create --project acme-api --name \"CI prod\" --environment-id <env-id>"
|
|
4156
|
+
],
|
|
4157
|
+
"flags": {
|
|
4158
|
+
"json": {
|
|
4159
|
+
"description": "Format output as json.",
|
|
4160
|
+
"helpGroup": "GLOBAL",
|
|
4161
|
+
"name": "json",
|
|
4162
|
+
"allowNo": false,
|
|
4163
|
+
"type": "boolean"
|
|
4164
|
+
},
|
|
4165
|
+
"project": {
|
|
4166
|
+
"char": "p",
|
|
4167
|
+
"description": "Project id (UUID) or key",
|
|
4168
|
+
"name": "project",
|
|
4169
|
+
"required": true,
|
|
4170
|
+
"hasDynamicHelp": false,
|
|
4171
|
+
"multiple": false,
|
|
4172
|
+
"type": "option"
|
|
4173
|
+
},
|
|
4174
|
+
"name": {
|
|
4175
|
+
"description": "Human-readable token name",
|
|
4176
|
+
"name": "name",
|
|
4177
|
+
"required": true,
|
|
4178
|
+
"hasDynamicHelp": false,
|
|
4179
|
+
"multiple": false,
|
|
4180
|
+
"type": "option"
|
|
4181
|
+
},
|
|
4182
|
+
"environment-id": {
|
|
4183
|
+
"description": "Environment id the token is scoped to",
|
|
4184
|
+
"name": "environment-id",
|
|
4185
|
+
"required": true,
|
|
4186
|
+
"hasDynamicHelp": false,
|
|
4187
|
+
"multiple": false,
|
|
4188
|
+
"type": "option"
|
|
4189
|
+
}
|
|
4190
|
+
},
|
|
4191
|
+
"hasDynamicHelp": false,
|
|
4192
|
+
"hiddenAliases": [],
|
|
4193
|
+
"id": "tokens:create",
|
|
4194
|
+
"pluginAlias": "@bussolabs/closeyourit-cli",
|
|
4195
|
+
"pluginName": "@bussolabs/closeyourit-cli",
|
|
4196
|
+
"pluginType": "core",
|
|
4197
|
+
"strict": true,
|
|
4198
|
+
"enableJsonFlag": true,
|
|
4199
|
+
"isESM": false,
|
|
4200
|
+
"relativePath": [
|
|
4201
|
+
"dist",
|
|
4202
|
+
"commands",
|
|
4203
|
+
"tokens",
|
|
4204
|
+
"create.js"
|
|
4205
|
+
]
|
|
4206
|
+
},
|
|
4207
|
+
"tokens:list": {
|
|
4208
|
+
"aliases": [],
|
|
4209
|
+
"args": {},
|
|
4210
|
+
"description": "List ingest tokens for a project",
|
|
4211
|
+
"examples": [
|
|
4212
|
+
"<%= config.bin %> tokens list --project acme-api",
|
|
4213
|
+
"<%= config.bin %> tokens list -p acme-api --json"
|
|
4214
|
+
],
|
|
4215
|
+
"flags": {
|
|
4216
|
+
"json": {
|
|
4217
|
+
"description": "Format output as json.",
|
|
4218
|
+
"helpGroup": "GLOBAL",
|
|
4219
|
+
"name": "json",
|
|
4220
|
+
"allowNo": false,
|
|
4221
|
+
"type": "boolean"
|
|
4222
|
+
},
|
|
3817
4223
|
"project": {
|
|
3818
4224
|
"char": "p",
|
|
3819
4225
|
"description": "Project id (UUID) or key",
|
|
@@ -5010,62 +5416,19 @@
|
|
|
5010
5416
|
"vote.js"
|
|
5011
5417
|
]
|
|
5012
5418
|
},
|
|
5013
|
-
"
|
|
5014
|
-
"aliases": [],
|
|
5015
|
-
"args": {
|
|
5016
|
-
"team": {
|
|
5017
|
-
"description": "Team id (UUID) or name",
|
|
5018
|
-
"name": "team",
|
|
5019
|
-
"required": true
|
|
5020
|
-
},
|
|
5021
|
-
"member": {
|
|
5022
|
-
"description": "Member account id or email (must be an org member)",
|
|
5023
|
-
"name": "member",
|
|
5024
|
-
"required": true
|
|
5025
|
-
}
|
|
5026
|
-
},
|
|
5027
|
-
"description": "Add a person to a team, keeping the existing members",
|
|
5028
|
-
"examples": [
|
|
5029
|
-
"<%= config.bin %> teams add-member DriverOne client@acme.com"
|
|
5030
|
-
],
|
|
5031
|
-
"flags": {
|
|
5032
|
-
"json": {
|
|
5033
|
-
"description": "Format output as json.",
|
|
5034
|
-
"helpGroup": "GLOBAL",
|
|
5035
|
-
"name": "json",
|
|
5036
|
-
"allowNo": false,
|
|
5037
|
-
"type": "boolean"
|
|
5038
|
-
}
|
|
5039
|
-
},
|
|
5040
|
-
"hasDynamicHelp": false,
|
|
5041
|
-
"hiddenAliases": [],
|
|
5042
|
-
"id": "teams:add-member",
|
|
5043
|
-
"pluginAlias": "@bussolabs/closeyourit-cli",
|
|
5044
|
-
"pluginName": "@bussolabs/closeyourit-cli",
|
|
5045
|
-
"pluginType": "core",
|
|
5046
|
-
"strict": true,
|
|
5047
|
-
"enableJsonFlag": true,
|
|
5048
|
-
"isESM": false,
|
|
5049
|
-
"relativePath": [
|
|
5050
|
-
"dist",
|
|
5051
|
-
"commands",
|
|
5052
|
-
"teams",
|
|
5053
|
-
"add-member.js"
|
|
5054
|
-
]
|
|
5055
|
-
},
|
|
5056
|
-
"teams:create": {
|
|
5419
|
+
"alerts:channels:create": {
|
|
5057
5420
|
"aliases": [],
|
|
5058
5421
|
"args": {
|
|
5059
5422
|
"name": {
|
|
5060
|
-
"description": "
|
|
5423
|
+
"description": "Channel name",
|
|
5061
5424
|
"name": "name",
|
|
5062
5425
|
"required": true
|
|
5063
5426
|
}
|
|
5064
5427
|
},
|
|
5065
|
-
"description": "Create
|
|
5428
|
+
"description": "Create an external alert channel (webhook or Telegram)",
|
|
5066
5429
|
"examples": [
|
|
5067
|
-
"<%= config.bin %>
|
|
5068
|
-
"<%= config.bin %>
|
|
5430
|
+
"<%= config.bin %> alerts channels create \"Ops Telegram\" --kind telegram --bot-token <token> --chat-id <id>",
|
|
5431
|
+
"<%= config.bin %> alerts channels create \"Ops hook\" --kind webhook --url https://example.com/hook --secret s3cret"
|
|
5069
5432
|
],
|
|
5070
5433
|
"flags": {
|
|
5071
5434
|
"json": {
|
|
@@ -5075,45 +5438,50 @@
|
|
|
5075
5438
|
"allowNo": false,
|
|
5076
5439
|
"type": "boolean"
|
|
5077
5440
|
},
|
|
5078
|
-
"
|
|
5079
|
-
"description": "
|
|
5080
|
-
"name": "
|
|
5441
|
+
"kind": {
|
|
5442
|
+
"description": "Channel kind",
|
|
5443
|
+
"name": "kind",
|
|
5444
|
+
"required": true,
|
|
5081
5445
|
"hasDynamicHelp": false,
|
|
5082
5446
|
"multiple": false,
|
|
5447
|
+
"options": [
|
|
5448
|
+
"webhook",
|
|
5449
|
+
"telegram"
|
|
5450
|
+
],
|
|
5083
5451
|
"type": "option"
|
|
5084
5452
|
},
|
|
5085
|
-
"
|
|
5086
|
-
"description": "
|
|
5087
|
-
"name": "
|
|
5453
|
+
"url": {
|
|
5454
|
+
"description": "Webhook URL (kind webhook)",
|
|
5455
|
+
"name": "url",
|
|
5088
5456
|
"hasDynamicHelp": false,
|
|
5089
|
-
"multiple":
|
|
5457
|
+
"multiple": false,
|
|
5090
5458
|
"type": "option"
|
|
5091
5459
|
},
|
|
5092
|
-
"
|
|
5093
|
-
"description": "
|
|
5094
|
-
"name": "
|
|
5460
|
+
"secret": {
|
|
5461
|
+
"description": "Webhook signing secret (kind webhook, optional)",
|
|
5462
|
+
"name": "secret",
|
|
5095
5463
|
"hasDynamicHelp": false,
|
|
5096
|
-
"multiple":
|
|
5464
|
+
"multiple": false,
|
|
5097
5465
|
"type": "option"
|
|
5098
5466
|
},
|
|
5099
|
-
"
|
|
5100
|
-
"description": "
|
|
5101
|
-
"name": "
|
|
5467
|
+
"bot-token": {
|
|
5468
|
+
"description": "Telegram bot token from @BotFather (kind telegram)",
|
|
5469
|
+
"name": "bot-token",
|
|
5102
5470
|
"hasDynamicHelp": false,
|
|
5103
|
-
"multiple":
|
|
5471
|
+
"multiple": false,
|
|
5104
5472
|
"type": "option"
|
|
5105
5473
|
},
|
|
5106
|
-
"
|
|
5107
|
-
"description": "
|
|
5108
|
-
"name": "
|
|
5474
|
+
"chat-id": {
|
|
5475
|
+
"description": "Telegram chat id receiving the messages (kind telegram)",
|
|
5476
|
+
"name": "chat-id",
|
|
5109
5477
|
"hasDynamicHelp": false,
|
|
5110
|
-
"multiple":
|
|
5478
|
+
"multiple": false,
|
|
5111
5479
|
"type": "option"
|
|
5112
5480
|
}
|
|
5113
5481
|
},
|
|
5114
5482
|
"hasDynamicHelp": false,
|
|
5115
5483
|
"hiddenAliases": [],
|
|
5116
|
-
"id": "
|
|
5484
|
+
"id": "alerts:channels:create",
|
|
5117
5485
|
"pluginAlias": "@bussolabs/closeyourit-cli",
|
|
5118
5486
|
"pluginName": "@bussolabs/closeyourit-cli",
|
|
5119
5487
|
"pluginType": "core",
|
|
@@ -5123,22 +5491,23 @@
|
|
|
5123
5491
|
"relativePath": [
|
|
5124
5492
|
"dist",
|
|
5125
5493
|
"commands",
|
|
5126
|
-
"
|
|
5494
|
+
"alerts",
|
|
5495
|
+
"channels",
|
|
5127
5496
|
"create.js"
|
|
5128
5497
|
]
|
|
5129
5498
|
},
|
|
5130
|
-
"
|
|
5499
|
+
"alerts:channels:delete": {
|
|
5131
5500
|
"aliases": [],
|
|
5132
5501
|
"args": {
|
|
5133
|
-
"
|
|
5134
|
-
"description": "
|
|
5135
|
-
"name": "
|
|
5502
|
+
"id": {
|
|
5503
|
+
"description": "Channel id",
|
|
5504
|
+
"name": "id",
|
|
5136
5505
|
"required": true
|
|
5137
5506
|
}
|
|
5138
5507
|
},
|
|
5139
|
-
"description": "Delete
|
|
5508
|
+
"description": "Delete an external alert channel (rules keep delivering in-app/email)",
|
|
5140
5509
|
"examples": [
|
|
5141
|
-
"<%= config.bin %>
|
|
5510
|
+
"<%= config.bin %> alerts channels delete <channel-id> --confirm"
|
|
5142
5511
|
],
|
|
5143
5512
|
"flags": {
|
|
5144
5513
|
"json": {
|
|
@@ -5147,11 +5516,17 @@
|
|
|
5147
5516
|
"name": "json",
|
|
5148
5517
|
"allowNo": false,
|
|
5149
5518
|
"type": "boolean"
|
|
5519
|
+
},
|
|
5520
|
+
"confirm": {
|
|
5521
|
+
"description": "Required: confirm the deletion",
|
|
5522
|
+
"name": "confirm",
|
|
5523
|
+
"allowNo": false,
|
|
5524
|
+
"type": "boolean"
|
|
5150
5525
|
}
|
|
5151
5526
|
},
|
|
5152
5527
|
"hasDynamicHelp": false,
|
|
5153
5528
|
"hiddenAliases": [],
|
|
5154
|
-
"id": "
|
|
5529
|
+
"id": "alerts:channels:delete",
|
|
5155
5530
|
"pluginAlias": "@bussolabs/closeyourit-cli",
|
|
5156
5531
|
"pluginName": "@bussolabs/closeyourit-cli",
|
|
5157
5532
|
"pluginType": "core",
|
|
@@ -5161,17 +5536,17 @@
|
|
|
5161
5536
|
"relativePath": [
|
|
5162
5537
|
"dist",
|
|
5163
5538
|
"commands",
|
|
5164
|
-
"
|
|
5539
|
+
"alerts",
|
|
5540
|
+
"channels",
|
|
5165
5541
|
"delete.js"
|
|
5166
5542
|
]
|
|
5167
5543
|
},
|
|
5168
|
-
"
|
|
5544
|
+
"alerts:channels:list": {
|
|
5169
5545
|
"aliases": [],
|
|
5170
5546
|
"args": {},
|
|
5171
|
-
"description": "List the
|
|
5547
|
+
"description": "List the external alert channels (webhook / Telegram)",
|
|
5172
5548
|
"examples": [
|
|
5173
|
-
"<%= config.bin %>
|
|
5174
|
-
"<%= config.bin %> teams list --json"
|
|
5549
|
+
"<%= config.bin %> alerts channels list"
|
|
5175
5550
|
],
|
|
5176
5551
|
"flags": {
|
|
5177
5552
|
"json": {
|
|
@@ -5192,7 +5567,7 @@
|
|
|
5192
5567
|
},
|
|
5193
5568
|
"hasDynamicHelp": false,
|
|
5194
5569
|
"hiddenAliases": [],
|
|
5195
|
-
"id": "
|
|
5570
|
+
"id": "alerts:channels:list",
|
|
5196
5571
|
"pluginAlias": "@bussolabs/closeyourit-cli",
|
|
5197
5572
|
"pluginName": "@bussolabs/closeyourit-cli",
|
|
5198
5573
|
"pluginType": "core",
|
|
@@ -5202,172 +5577,11 @@
|
|
|
5202
5577
|
"relativePath": [
|
|
5203
5578
|
"dist",
|
|
5204
5579
|
"commands",
|
|
5205
|
-
"
|
|
5580
|
+
"alerts",
|
|
5581
|
+
"channels",
|
|
5206
5582
|
"list.js"
|
|
5207
5583
|
]
|
|
5208
5584
|
},
|
|
5209
|
-
"teams:remove-member": {
|
|
5210
|
-
"aliases": [],
|
|
5211
|
-
"args": {
|
|
5212
|
-
"team": {
|
|
5213
|
-
"description": "Team id (UUID) or name",
|
|
5214
|
-
"name": "team",
|
|
5215
|
-
"required": true
|
|
5216
|
-
},
|
|
5217
|
-
"member": {
|
|
5218
|
-
"description": "Member account id or email",
|
|
5219
|
-
"name": "member",
|
|
5220
|
-
"required": true
|
|
5221
|
-
}
|
|
5222
|
-
},
|
|
5223
|
-
"description": "Remove a person from a team, keeping the other members",
|
|
5224
|
-
"examples": [
|
|
5225
|
-
"<%= config.bin %> teams remove-member DriverOne client@acme.com"
|
|
5226
|
-
],
|
|
5227
|
-
"flags": {
|
|
5228
|
-
"json": {
|
|
5229
|
-
"description": "Format output as json.",
|
|
5230
|
-
"helpGroup": "GLOBAL",
|
|
5231
|
-
"name": "json",
|
|
5232
|
-
"allowNo": false,
|
|
5233
|
-
"type": "boolean"
|
|
5234
|
-
}
|
|
5235
|
-
},
|
|
5236
|
-
"hasDynamicHelp": false,
|
|
5237
|
-
"hiddenAliases": [],
|
|
5238
|
-
"id": "teams:remove-member",
|
|
5239
|
-
"pluginAlias": "@bussolabs/closeyourit-cli",
|
|
5240
|
-
"pluginName": "@bussolabs/closeyourit-cli",
|
|
5241
|
-
"pluginType": "core",
|
|
5242
|
-
"strict": true,
|
|
5243
|
-
"enableJsonFlag": true,
|
|
5244
|
-
"isESM": false,
|
|
5245
|
-
"relativePath": [
|
|
5246
|
-
"dist",
|
|
5247
|
-
"commands",
|
|
5248
|
-
"teams",
|
|
5249
|
-
"remove-member.js"
|
|
5250
|
-
]
|
|
5251
|
-
},
|
|
5252
|
-
"teams:show": {
|
|
5253
|
-
"aliases": [],
|
|
5254
|
-
"args": {
|
|
5255
|
-
"team": {
|
|
5256
|
-
"description": "Team id (UUID) or name",
|
|
5257
|
-
"name": "team",
|
|
5258
|
-
"required": true
|
|
5259
|
-
}
|
|
5260
|
-
},
|
|
5261
|
-
"description": "Show a team by id or name (roles, group/project scope, members)",
|
|
5262
|
-
"examples": [
|
|
5263
|
-
"<%= config.bin %> teams show DriverOne"
|
|
5264
|
-
],
|
|
5265
|
-
"flags": {
|
|
5266
|
-
"json": {
|
|
5267
|
-
"description": "Format output as json.",
|
|
5268
|
-
"helpGroup": "GLOBAL",
|
|
5269
|
-
"name": "json",
|
|
5270
|
-
"allowNo": false,
|
|
5271
|
-
"type": "boolean"
|
|
5272
|
-
}
|
|
5273
|
-
},
|
|
5274
|
-
"hasDynamicHelp": false,
|
|
5275
|
-
"hiddenAliases": [],
|
|
5276
|
-
"id": "teams:show",
|
|
5277
|
-
"pluginAlias": "@bussolabs/closeyourit-cli",
|
|
5278
|
-
"pluginName": "@bussolabs/closeyourit-cli",
|
|
5279
|
-
"pluginType": "core",
|
|
5280
|
-
"strict": true,
|
|
5281
|
-
"enableJsonFlag": true,
|
|
5282
|
-
"isESM": false,
|
|
5283
|
-
"relativePath": [
|
|
5284
|
-
"dist",
|
|
5285
|
-
"commands",
|
|
5286
|
-
"teams",
|
|
5287
|
-
"show.js"
|
|
5288
|
-
]
|
|
5289
|
-
},
|
|
5290
|
-
"teams:update": {
|
|
5291
|
-
"aliases": [],
|
|
5292
|
-
"args": {
|
|
5293
|
-
"team": {
|
|
5294
|
-
"description": "Team id (UUID) or name",
|
|
5295
|
-
"name": "team",
|
|
5296
|
-
"required": true
|
|
5297
|
-
}
|
|
5298
|
-
},
|
|
5299
|
-
"description": "Update a team. Each given dimension REPLACES the whole set for that dimension.",
|
|
5300
|
-
"examples": [
|
|
5301
|
-
"<%= config.bin %> teams update DriverOne --role Client --group DriverOne",
|
|
5302
|
-
"<%= config.bin %> teams update DriverOne --name \"DriverOne clients\""
|
|
5303
|
-
],
|
|
5304
|
-
"flags": {
|
|
5305
|
-
"json": {
|
|
5306
|
-
"description": "Format output as json.",
|
|
5307
|
-
"helpGroup": "GLOBAL",
|
|
5308
|
-
"name": "json",
|
|
5309
|
-
"allowNo": false,
|
|
5310
|
-
"type": "boolean"
|
|
5311
|
-
},
|
|
5312
|
-
"color": {
|
|
5313
|
-
"description": "Color label",
|
|
5314
|
-
"name": "color",
|
|
5315
|
-
"hasDynamicHelp": false,
|
|
5316
|
-
"multiple": false,
|
|
5317
|
-
"type": "option"
|
|
5318
|
-
},
|
|
5319
|
-
"group": {
|
|
5320
|
-
"description": "Group id or name (repeatable; replaces the group scope)",
|
|
5321
|
-
"name": "group",
|
|
5322
|
-
"hasDynamicHelp": false,
|
|
5323
|
-
"multiple": true,
|
|
5324
|
-
"type": "option"
|
|
5325
|
-
},
|
|
5326
|
-
"member": {
|
|
5327
|
-
"description": "Member account id or email (repeatable; replaces the members)",
|
|
5328
|
-
"name": "member",
|
|
5329
|
-
"hasDynamicHelp": false,
|
|
5330
|
-
"multiple": true,
|
|
5331
|
-
"type": "option"
|
|
5332
|
-
},
|
|
5333
|
-
"name": {
|
|
5334
|
-
"description": "New name",
|
|
5335
|
-
"name": "name",
|
|
5336
|
-
"hasDynamicHelp": false,
|
|
5337
|
-
"multiple": false,
|
|
5338
|
-
"type": "option"
|
|
5339
|
-
},
|
|
5340
|
-
"project": {
|
|
5341
|
-
"description": "Project id or key (repeatable; replaces the project scope)",
|
|
5342
|
-
"name": "project",
|
|
5343
|
-
"hasDynamicHelp": false,
|
|
5344
|
-
"multiple": true,
|
|
5345
|
-
"type": "option"
|
|
5346
|
-
},
|
|
5347
|
-
"role": {
|
|
5348
|
-
"description": "Role id or name (repeatable; replaces the roles)",
|
|
5349
|
-
"name": "role",
|
|
5350
|
-
"hasDynamicHelp": false,
|
|
5351
|
-
"multiple": true,
|
|
5352
|
-
"type": "option"
|
|
5353
|
-
}
|
|
5354
|
-
},
|
|
5355
|
-
"hasDynamicHelp": false,
|
|
5356
|
-
"hiddenAliases": [],
|
|
5357
|
-
"id": "teams:update",
|
|
5358
|
-
"pluginAlias": "@bussolabs/closeyourit-cli",
|
|
5359
|
-
"pluginName": "@bussolabs/closeyourit-cli",
|
|
5360
|
-
"pluginType": "core",
|
|
5361
|
-
"strict": true,
|
|
5362
|
-
"enableJsonFlag": true,
|
|
5363
|
-
"isESM": false,
|
|
5364
|
-
"relativePath": [
|
|
5365
|
-
"dist",
|
|
5366
|
-
"commands",
|
|
5367
|
-
"teams",
|
|
5368
|
-
"update.js"
|
|
5369
|
-
]
|
|
5370
|
-
},
|
|
5371
5585
|
"servers:tokens:create": {
|
|
5372
5586
|
"aliases": [],
|
|
5373
5587
|
"args": {
|
|
@@ -5494,5 +5708,5 @@
|
|
|
5494
5708
|
]
|
|
5495
5709
|
}
|
|
5496
5710
|
},
|
|
5497
|
-
"version": "0.0.
|
|
5711
|
+
"version": "0.0.10"
|
|
5498
5712
|
}
|