@sendly/cli 1.0.0 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/oclif.manifest.json +160 -160
- package/package.json +1 -1
package/oclif.manifest.json
CHANGED
|
@@ -398,165 +398,6 @@
|
|
|
398
398
|
"history.js"
|
|
399
399
|
]
|
|
400
400
|
},
|
|
401
|
-
"keys:create": {
|
|
402
|
-
"aliases": [],
|
|
403
|
-
"args": {},
|
|
404
|
-
"description": "Create a new API key",
|
|
405
|
-
"examples": [
|
|
406
|
-
"<%= config.bin %> keys create --name \"Production\"",
|
|
407
|
-
"<%= config.bin %> keys create --name \"CI Testing\" --type test",
|
|
408
|
-
"<%= config.bin %> keys create --name \"Backend\" --type live --json"
|
|
409
|
-
],
|
|
410
|
-
"flags": {
|
|
411
|
-
"json": {
|
|
412
|
-
"description": "Output in JSON format",
|
|
413
|
-
"name": "json",
|
|
414
|
-
"allowNo": false,
|
|
415
|
-
"type": "boolean"
|
|
416
|
-
},
|
|
417
|
-
"quiet": {
|
|
418
|
-
"char": "q",
|
|
419
|
-
"description": "Minimal output",
|
|
420
|
-
"name": "quiet",
|
|
421
|
-
"allowNo": false,
|
|
422
|
-
"type": "boolean"
|
|
423
|
-
},
|
|
424
|
-
"name": {
|
|
425
|
-
"char": "n",
|
|
426
|
-
"description": "Name for the API key",
|
|
427
|
-
"name": "name",
|
|
428
|
-
"required": true,
|
|
429
|
-
"hasDynamicHelp": false,
|
|
430
|
-
"multiple": false,
|
|
431
|
-
"type": "option"
|
|
432
|
-
},
|
|
433
|
-
"type": {
|
|
434
|
-
"char": "t",
|
|
435
|
-
"description": "Key type (test or live)",
|
|
436
|
-
"name": "type",
|
|
437
|
-
"default": "test",
|
|
438
|
-
"hasDynamicHelp": false,
|
|
439
|
-
"multiple": false,
|
|
440
|
-
"options": [
|
|
441
|
-
"test",
|
|
442
|
-
"live"
|
|
443
|
-
],
|
|
444
|
-
"type": "option"
|
|
445
|
-
}
|
|
446
|
-
},
|
|
447
|
-
"hasDynamicHelp": false,
|
|
448
|
-
"hiddenAliases": [],
|
|
449
|
-
"id": "keys:create",
|
|
450
|
-
"pluginAlias": "@sendly/cli",
|
|
451
|
-
"pluginName": "@sendly/cli",
|
|
452
|
-
"pluginType": "core",
|
|
453
|
-
"strict": true,
|
|
454
|
-
"isESM": true,
|
|
455
|
-
"relativePath": [
|
|
456
|
-
"dist",
|
|
457
|
-
"commands",
|
|
458
|
-
"keys",
|
|
459
|
-
"create.js"
|
|
460
|
-
]
|
|
461
|
-
},
|
|
462
|
-
"keys:list": {
|
|
463
|
-
"aliases": [],
|
|
464
|
-
"args": {},
|
|
465
|
-
"description": "List your API keys",
|
|
466
|
-
"examples": [
|
|
467
|
-
"<%= config.bin %> keys list",
|
|
468
|
-
"<%= config.bin %> keys list --json"
|
|
469
|
-
],
|
|
470
|
-
"flags": {
|
|
471
|
-
"json": {
|
|
472
|
-
"description": "Output in JSON format",
|
|
473
|
-
"name": "json",
|
|
474
|
-
"allowNo": false,
|
|
475
|
-
"type": "boolean"
|
|
476
|
-
},
|
|
477
|
-
"quiet": {
|
|
478
|
-
"char": "q",
|
|
479
|
-
"description": "Minimal output",
|
|
480
|
-
"name": "quiet",
|
|
481
|
-
"allowNo": false,
|
|
482
|
-
"type": "boolean"
|
|
483
|
-
}
|
|
484
|
-
},
|
|
485
|
-
"hasDynamicHelp": false,
|
|
486
|
-
"hiddenAliases": [],
|
|
487
|
-
"id": "keys:list",
|
|
488
|
-
"pluginAlias": "@sendly/cli",
|
|
489
|
-
"pluginName": "@sendly/cli",
|
|
490
|
-
"pluginType": "core",
|
|
491
|
-
"strict": true,
|
|
492
|
-
"isESM": true,
|
|
493
|
-
"relativePath": [
|
|
494
|
-
"dist",
|
|
495
|
-
"commands",
|
|
496
|
-
"keys",
|
|
497
|
-
"list.js"
|
|
498
|
-
]
|
|
499
|
-
},
|
|
500
|
-
"keys:revoke": {
|
|
501
|
-
"aliases": [],
|
|
502
|
-
"args": {
|
|
503
|
-
"keyId": {
|
|
504
|
-
"description": "Key ID to revoke (e.g., key_abc123)",
|
|
505
|
-
"name": "keyId",
|
|
506
|
-
"required": true
|
|
507
|
-
}
|
|
508
|
-
},
|
|
509
|
-
"description": "Revoke an API key",
|
|
510
|
-
"examples": [
|
|
511
|
-
"<%= config.bin %> keys revoke key_abc123",
|
|
512
|
-
"<%= config.bin %> keys revoke key_abc123 --reason \"Compromised\"",
|
|
513
|
-
"<%= config.bin %> keys revoke key_abc123 --yes"
|
|
514
|
-
],
|
|
515
|
-
"flags": {
|
|
516
|
-
"json": {
|
|
517
|
-
"description": "Output in JSON format",
|
|
518
|
-
"name": "json",
|
|
519
|
-
"allowNo": false,
|
|
520
|
-
"type": "boolean"
|
|
521
|
-
},
|
|
522
|
-
"quiet": {
|
|
523
|
-
"char": "q",
|
|
524
|
-
"description": "Minimal output",
|
|
525
|
-
"name": "quiet",
|
|
526
|
-
"allowNo": false,
|
|
527
|
-
"type": "boolean"
|
|
528
|
-
},
|
|
529
|
-
"reason": {
|
|
530
|
-
"char": "r",
|
|
531
|
-
"description": "Reason for revoking the key",
|
|
532
|
-
"name": "reason",
|
|
533
|
-
"hasDynamicHelp": false,
|
|
534
|
-
"multiple": false,
|
|
535
|
-
"type": "option"
|
|
536
|
-
},
|
|
537
|
-
"yes": {
|
|
538
|
-
"char": "y",
|
|
539
|
-
"description": "Skip confirmation prompt",
|
|
540
|
-
"name": "yes",
|
|
541
|
-
"allowNo": false,
|
|
542
|
-
"type": "boolean"
|
|
543
|
-
}
|
|
544
|
-
},
|
|
545
|
-
"hasDynamicHelp": false,
|
|
546
|
-
"hiddenAliases": [],
|
|
547
|
-
"id": "keys:revoke",
|
|
548
|
-
"pluginAlias": "@sendly/cli",
|
|
549
|
-
"pluginName": "@sendly/cli",
|
|
550
|
-
"pluginType": "core",
|
|
551
|
-
"strict": true,
|
|
552
|
-
"isESM": true,
|
|
553
|
-
"relativePath": [
|
|
554
|
-
"dist",
|
|
555
|
-
"commands",
|
|
556
|
-
"keys",
|
|
557
|
-
"revoke.js"
|
|
558
|
-
]
|
|
559
|
-
},
|
|
560
401
|
"logs:tail": {
|
|
561
402
|
"aliases": [],
|
|
562
403
|
"args": {},
|
|
@@ -1141,7 +982,166 @@
|
|
|
1141
982
|
"webhooks",
|
|
1142
983
|
"listen.js"
|
|
1143
984
|
]
|
|
985
|
+
},
|
|
986
|
+
"keys:create": {
|
|
987
|
+
"aliases": [],
|
|
988
|
+
"args": {},
|
|
989
|
+
"description": "Create a new API key",
|
|
990
|
+
"examples": [
|
|
991
|
+
"<%= config.bin %> keys create --name \"Production\"",
|
|
992
|
+
"<%= config.bin %> keys create --name \"CI Testing\" --type test",
|
|
993
|
+
"<%= config.bin %> keys create --name \"Backend\" --type live --json"
|
|
994
|
+
],
|
|
995
|
+
"flags": {
|
|
996
|
+
"json": {
|
|
997
|
+
"description": "Output in JSON format",
|
|
998
|
+
"name": "json",
|
|
999
|
+
"allowNo": false,
|
|
1000
|
+
"type": "boolean"
|
|
1001
|
+
},
|
|
1002
|
+
"quiet": {
|
|
1003
|
+
"char": "q",
|
|
1004
|
+
"description": "Minimal output",
|
|
1005
|
+
"name": "quiet",
|
|
1006
|
+
"allowNo": false,
|
|
1007
|
+
"type": "boolean"
|
|
1008
|
+
},
|
|
1009
|
+
"name": {
|
|
1010
|
+
"char": "n",
|
|
1011
|
+
"description": "Name for the API key",
|
|
1012
|
+
"name": "name",
|
|
1013
|
+
"required": true,
|
|
1014
|
+
"hasDynamicHelp": false,
|
|
1015
|
+
"multiple": false,
|
|
1016
|
+
"type": "option"
|
|
1017
|
+
},
|
|
1018
|
+
"type": {
|
|
1019
|
+
"char": "t",
|
|
1020
|
+
"description": "Key type (test or live)",
|
|
1021
|
+
"name": "type",
|
|
1022
|
+
"default": "test",
|
|
1023
|
+
"hasDynamicHelp": false,
|
|
1024
|
+
"multiple": false,
|
|
1025
|
+
"options": [
|
|
1026
|
+
"test",
|
|
1027
|
+
"live"
|
|
1028
|
+
],
|
|
1029
|
+
"type": "option"
|
|
1030
|
+
}
|
|
1031
|
+
},
|
|
1032
|
+
"hasDynamicHelp": false,
|
|
1033
|
+
"hiddenAliases": [],
|
|
1034
|
+
"id": "keys:create",
|
|
1035
|
+
"pluginAlias": "@sendly/cli",
|
|
1036
|
+
"pluginName": "@sendly/cli",
|
|
1037
|
+
"pluginType": "core",
|
|
1038
|
+
"strict": true,
|
|
1039
|
+
"isESM": true,
|
|
1040
|
+
"relativePath": [
|
|
1041
|
+
"dist",
|
|
1042
|
+
"commands",
|
|
1043
|
+
"keys",
|
|
1044
|
+
"create.js"
|
|
1045
|
+
]
|
|
1046
|
+
},
|
|
1047
|
+
"keys:list": {
|
|
1048
|
+
"aliases": [],
|
|
1049
|
+
"args": {},
|
|
1050
|
+
"description": "List your API keys",
|
|
1051
|
+
"examples": [
|
|
1052
|
+
"<%= config.bin %> keys list",
|
|
1053
|
+
"<%= config.bin %> keys list --json"
|
|
1054
|
+
],
|
|
1055
|
+
"flags": {
|
|
1056
|
+
"json": {
|
|
1057
|
+
"description": "Output in JSON format",
|
|
1058
|
+
"name": "json",
|
|
1059
|
+
"allowNo": false,
|
|
1060
|
+
"type": "boolean"
|
|
1061
|
+
},
|
|
1062
|
+
"quiet": {
|
|
1063
|
+
"char": "q",
|
|
1064
|
+
"description": "Minimal output",
|
|
1065
|
+
"name": "quiet",
|
|
1066
|
+
"allowNo": false,
|
|
1067
|
+
"type": "boolean"
|
|
1068
|
+
}
|
|
1069
|
+
},
|
|
1070
|
+
"hasDynamicHelp": false,
|
|
1071
|
+
"hiddenAliases": [],
|
|
1072
|
+
"id": "keys:list",
|
|
1073
|
+
"pluginAlias": "@sendly/cli",
|
|
1074
|
+
"pluginName": "@sendly/cli",
|
|
1075
|
+
"pluginType": "core",
|
|
1076
|
+
"strict": true,
|
|
1077
|
+
"isESM": true,
|
|
1078
|
+
"relativePath": [
|
|
1079
|
+
"dist",
|
|
1080
|
+
"commands",
|
|
1081
|
+
"keys",
|
|
1082
|
+
"list.js"
|
|
1083
|
+
]
|
|
1084
|
+
},
|
|
1085
|
+
"keys:revoke": {
|
|
1086
|
+
"aliases": [],
|
|
1087
|
+
"args": {
|
|
1088
|
+
"keyId": {
|
|
1089
|
+
"description": "Key ID to revoke (e.g., key_abc123)",
|
|
1090
|
+
"name": "keyId",
|
|
1091
|
+
"required": true
|
|
1092
|
+
}
|
|
1093
|
+
},
|
|
1094
|
+
"description": "Revoke an API key",
|
|
1095
|
+
"examples": [
|
|
1096
|
+
"<%= config.bin %> keys revoke key_abc123",
|
|
1097
|
+
"<%= config.bin %> keys revoke key_abc123 --reason \"Compromised\"",
|
|
1098
|
+
"<%= config.bin %> keys revoke key_abc123 --yes"
|
|
1099
|
+
],
|
|
1100
|
+
"flags": {
|
|
1101
|
+
"json": {
|
|
1102
|
+
"description": "Output in JSON format",
|
|
1103
|
+
"name": "json",
|
|
1104
|
+
"allowNo": false,
|
|
1105
|
+
"type": "boolean"
|
|
1106
|
+
},
|
|
1107
|
+
"quiet": {
|
|
1108
|
+
"char": "q",
|
|
1109
|
+
"description": "Minimal output",
|
|
1110
|
+
"name": "quiet",
|
|
1111
|
+
"allowNo": false,
|
|
1112
|
+
"type": "boolean"
|
|
1113
|
+
},
|
|
1114
|
+
"reason": {
|
|
1115
|
+
"char": "r",
|
|
1116
|
+
"description": "Reason for revoking the key",
|
|
1117
|
+
"name": "reason",
|
|
1118
|
+
"hasDynamicHelp": false,
|
|
1119
|
+
"multiple": false,
|
|
1120
|
+
"type": "option"
|
|
1121
|
+
},
|
|
1122
|
+
"yes": {
|
|
1123
|
+
"char": "y",
|
|
1124
|
+
"description": "Skip confirmation prompt",
|
|
1125
|
+
"name": "yes",
|
|
1126
|
+
"allowNo": false,
|
|
1127
|
+
"type": "boolean"
|
|
1128
|
+
}
|
|
1129
|
+
},
|
|
1130
|
+
"hasDynamicHelp": false,
|
|
1131
|
+
"hiddenAliases": [],
|
|
1132
|
+
"id": "keys:revoke",
|
|
1133
|
+
"pluginAlias": "@sendly/cli",
|
|
1134
|
+
"pluginName": "@sendly/cli",
|
|
1135
|
+
"pluginType": "core",
|
|
1136
|
+
"strict": true,
|
|
1137
|
+
"isESM": true,
|
|
1138
|
+
"relativePath": [
|
|
1139
|
+
"dist",
|
|
1140
|
+
"commands",
|
|
1141
|
+
"keys",
|
|
1142
|
+
"revoke.js"
|
|
1143
|
+
]
|
|
1144
1144
|
}
|
|
1145
1145
|
},
|
|
1146
|
-
"version": "1.0.
|
|
1146
|
+
"version": "1.0.2"
|
|
1147
1147
|
}
|