@asyncapi/cli 1.10.0 → 1.11.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/oclif.manifest.json +198 -198
- package/package.json +9 -2
package/oclif.manifest.json
CHANGED
|
@@ -499,6 +499,203 @@
|
|
|
499
499
|
"versions.js"
|
|
500
500
|
]
|
|
501
501
|
},
|
|
502
|
+
"new:file": {
|
|
503
|
+
"aliases": [],
|
|
504
|
+
"args": {},
|
|
505
|
+
"description": "Creates a new asyncapi file",
|
|
506
|
+
"examples": [
|
|
507
|
+
"asyncapi new\t - start creation of a file in interactive mode",
|
|
508
|
+
"asyncapi new --file-name=my-asyncapi.yml --example=default-example.yml --no-tty\t - create a new file with a specific name, using one of the examples and without interactive mode"
|
|
509
|
+
],
|
|
510
|
+
"flags": {
|
|
511
|
+
"help": {
|
|
512
|
+
"char": "h",
|
|
513
|
+
"description": "Show CLI help.",
|
|
514
|
+
"name": "help",
|
|
515
|
+
"allowNo": false,
|
|
516
|
+
"type": "boolean"
|
|
517
|
+
},
|
|
518
|
+
"file-name": {
|
|
519
|
+
"char": "n",
|
|
520
|
+
"description": "name of the file",
|
|
521
|
+
"name": "file-name",
|
|
522
|
+
"hasDynamicHelp": false,
|
|
523
|
+
"multiple": false,
|
|
524
|
+
"type": "option"
|
|
525
|
+
},
|
|
526
|
+
"example": {
|
|
527
|
+
"char": "e",
|
|
528
|
+
"description": "name of the example to use. Available examples are:\n\t - simple-asyncapi.yml\n\t - anyof-asyncapi.yml\n\t - application-headers-asyncapi.yml\n\t - correlation-id-asyncapi.yml\n\t - websocket-gemini-asyncapi.yml\n\t - gitter-streaming-asyncapi.yml\n\t - kraken-websocket-request-reply-message-filter-in-reply-asyncapi.yml\n\t - kraken-websocket-request-reply-multiple-channels-asyncapi.yml\n\t - mercure-asyncapi.yml\n\t - not-asyncapi.yml\n\t - operation-security-asyncapi.yml\n\t - oneof-asyncapi.yml\n\t - rpc-client-asyncapi.yml\n\t - rpc-server-asyncapi.yml\n\t - slack-rtm-asyncapi.yml\n\t - tutorial.yml\n\t - streetlights-kafka-asyncapi.yml\n\t - streetlights-operation-security-asyncapi.yml\n\t - streetlights-mqtt-asyncapi.yml",
|
|
529
|
+
"name": "example",
|
|
530
|
+
"hasDynamicHelp": false,
|
|
531
|
+
"multiple": false,
|
|
532
|
+
"type": "option"
|
|
533
|
+
},
|
|
534
|
+
"studio": {
|
|
535
|
+
"char": "s",
|
|
536
|
+
"description": "open in Studio",
|
|
537
|
+
"name": "studio",
|
|
538
|
+
"allowNo": false,
|
|
539
|
+
"type": "boolean"
|
|
540
|
+
},
|
|
541
|
+
"port": {
|
|
542
|
+
"char": "p",
|
|
543
|
+
"description": "port in which to start Studio",
|
|
544
|
+
"name": "port",
|
|
545
|
+
"hasDynamicHelp": false,
|
|
546
|
+
"multiple": false,
|
|
547
|
+
"type": "option"
|
|
548
|
+
},
|
|
549
|
+
"no-tty": {
|
|
550
|
+
"description": "do not use an interactive terminal",
|
|
551
|
+
"name": "no-tty",
|
|
552
|
+
"allowNo": false,
|
|
553
|
+
"type": "boolean"
|
|
554
|
+
}
|
|
555
|
+
},
|
|
556
|
+
"hasDynamicHelp": false,
|
|
557
|
+
"hiddenAliases": [],
|
|
558
|
+
"id": "new:file",
|
|
559
|
+
"pluginAlias": "@asyncapi/cli",
|
|
560
|
+
"pluginName": "@asyncapi/cli",
|
|
561
|
+
"pluginType": "core",
|
|
562
|
+
"strict": true,
|
|
563
|
+
"isESM": false,
|
|
564
|
+
"relativePath": [
|
|
565
|
+
"lib",
|
|
566
|
+
"commands",
|
|
567
|
+
"new",
|
|
568
|
+
"file.js"
|
|
569
|
+
]
|
|
570
|
+
},
|
|
571
|
+
"new:glee": {
|
|
572
|
+
"aliases": [],
|
|
573
|
+
"args": {},
|
|
574
|
+
"description": "Creates a new Glee project",
|
|
575
|
+
"flags": {
|
|
576
|
+
"help": {
|
|
577
|
+
"char": "h",
|
|
578
|
+
"description": "Show CLI help.",
|
|
579
|
+
"name": "help",
|
|
580
|
+
"allowNo": false,
|
|
581
|
+
"type": "boolean"
|
|
582
|
+
},
|
|
583
|
+
"name": {
|
|
584
|
+
"char": "n",
|
|
585
|
+
"description": "Name of the Project",
|
|
586
|
+
"name": "name",
|
|
587
|
+
"default": "project",
|
|
588
|
+
"hasDynamicHelp": false,
|
|
589
|
+
"multiple": false,
|
|
590
|
+
"type": "option"
|
|
591
|
+
},
|
|
592
|
+
"template": {
|
|
593
|
+
"char": "t",
|
|
594
|
+
"description": "Name of the Template",
|
|
595
|
+
"name": "template",
|
|
596
|
+
"default": "default",
|
|
597
|
+
"hasDynamicHelp": false,
|
|
598
|
+
"multiple": false,
|
|
599
|
+
"type": "option"
|
|
600
|
+
},
|
|
601
|
+
"file": {
|
|
602
|
+
"char": "f",
|
|
603
|
+
"description": "The path to the AsyncAPI file for generating a Glee project.",
|
|
604
|
+
"name": "file",
|
|
605
|
+
"hasDynamicHelp": false,
|
|
606
|
+
"multiple": false,
|
|
607
|
+
"type": "option"
|
|
608
|
+
},
|
|
609
|
+
"force-write": {
|
|
610
|
+
"description": "Force writing of the generated files to given directory even if it is a git repo with unstaged files or not empty dir (defaults to false)",
|
|
611
|
+
"name": "force-write",
|
|
612
|
+
"allowNo": false,
|
|
613
|
+
"type": "boolean"
|
|
614
|
+
}
|
|
615
|
+
},
|
|
616
|
+
"hasDynamicHelp": false,
|
|
617
|
+
"hiddenAliases": [],
|
|
618
|
+
"id": "new:glee",
|
|
619
|
+
"pluginAlias": "@asyncapi/cli",
|
|
620
|
+
"pluginName": "@asyncapi/cli",
|
|
621
|
+
"pluginType": "core",
|
|
622
|
+
"strict": true,
|
|
623
|
+
"isESM": false,
|
|
624
|
+
"relativePath": [
|
|
625
|
+
"lib",
|
|
626
|
+
"commands",
|
|
627
|
+
"new",
|
|
628
|
+
"glee.js"
|
|
629
|
+
]
|
|
630
|
+
},
|
|
631
|
+
"new": {
|
|
632
|
+
"aliases": [],
|
|
633
|
+
"args": {},
|
|
634
|
+
"description": "Creates a new asyncapi file",
|
|
635
|
+
"examples": [
|
|
636
|
+
"asyncapi new\t - start creation of a file in interactive mode",
|
|
637
|
+
"asyncapi new --file-name=my-asyncapi.yml --example=default-example.yml --no-tty\t - create a new file with a specific name, using one of the examples and without interactive mode"
|
|
638
|
+
],
|
|
639
|
+
"flags": {
|
|
640
|
+
"help": {
|
|
641
|
+
"char": "h",
|
|
642
|
+
"description": "Show CLI help.",
|
|
643
|
+
"name": "help",
|
|
644
|
+
"allowNo": false,
|
|
645
|
+
"type": "boolean"
|
|
646
|
+
},
|
|
647
|
+
"file-name": {
|
|
648
|
+
"char": "n",
|
|
649
|
+
"description": "name of the file",
|
|
650
|
+
"name": "file-name",
|
|
651
|
+
"hasDynamicHelp": false,
|
|
652
|
+
"multiple": false,
|
|
653
|
+
"type": "option"
|
|
654
|
+
},
|
|
655
|
+
"example": {
|
|
656
|
+
"char": "e",
|
|
657
|
+
"description": "name of the example to use. Available examples are:\n\t - simple-asyncapi.yml\n\t - anyof-asyncapi.yml\n\t - application-headers-asyncapi.yml\n\t - correlation-id-asyncapi.yml\n\t - websocket-gemini-asyncapi.yml\n\t - gitter-streaming-asyncapi.yml\n\t - kraken-websocket-request-reply-message-filter-in-reply-asyncapi.yml\n\t - kraken-websocket-request-reply-multiple-channels-asyncapi.yml\n\t - mercure-asyncapi.yml\n\t - not-asyncapi.yml\n\t - operation-security-asyncapi.yml\n\t - oneof-asyncapi.yml\n\t - rpc-client-asyncapi.yml\n\t - rpc-server-asyncapi.yml\n\t - slack-rtm-asyncapi.yml\n\t - tutorial.yml\n\t - streetlights-kafka-asyncapi.yml\n\t - streetlights-operation-security-asyncapi.yml\n\t - streetlights-mqtt-asyncapi.yml",
|
|
658
|
+
"name": "example",
|
|
659
|
+
"hasDynamicHelp": false,
|
|
660
|
+
"multiple": false,
|
|
661
|
+
"type": "option"
|
|
662
|
+
},
|
|
663
|
+
"studio": {
|
|
664
|
+
"char": "s",
|
|
665
|
+
"description": "open in Studio",
|
|
666
|
+
"name": "studio",
|
|
667
|
+
"allowNo": false,
|
|
668
|
+
"type": "boolean"
|
|
669
|
+
},
|
|
670
|
+
"port": {
|
|
671
|
+
"char": "p",
|
|
672
|
+
"description": "port in which to start Studio",
|
|
673
|
+
"name": "port",
|
|
674
|
+
"hasDynamicHelp": false,
|
|
675
|
+
"multiple": false,
|
|
676
|
+
"type": "option"
|
|
677
|
+
},
|
|
678
|
+
"no-tty": {
|
|
679
|
+
"description": "do not use an interactive terminal",
|
|
680
|
+
"name": "no-tty",
|
|
681
|
+
"allowNo": false,
|
|
682
|
+
"type": "boolean"
|
|
683
|
+
}
|
|
684
|
+
},
|
|
685
|
+
"hasDynamicHelp": false,
|
|
686
|
+
"hiddenAliases": [],
|
|
687
|
+
"id": "new",
|
|
688
|
+
"pluginAlias": "@asyncapi/cli",
|
|
689
|
+
"pluginName": "@asyncapi/cli",
|
|
690
|
+
"pluginType": "core",
|
|
691
|
+
"isESM": false,
|
|
692
|
+
"relativePath": [
|
|
693
|
+
"lib",
|
|
694
|
+
"commands",
|
|
695
|
+
"new",
|
|
696
|
+
"index.js"
|
|
697
|
+
]
|
|
698
|
+
},
|
|
502
699
|
"generate:fromTemplate": {
|
|
503
700
|
"aliases": [],
|
|
504
701
|
"args": {
|
|
@@ -901,203 +1098,6 @@
|
|
|
901
1098
|
"models.js"
|
|
902
1099
|
]
|
|
903
1100
|
},
|
|
904
|
-
"new:file": {
|
|
905
|
-
"aliases": [],
|
|
906
|
-
"args": {},
|
|
907
|
-
"description": "Creates a new asyncapi file",
|
|
908
|
-
"examples": [
|
|
909
|
-
"asyncapi new\t - start creation of a file in interactive mode",
|
|
910
|
-
"asyncapi new --file-name=my-asyncapi.yml --example=default-example.yml --no-tty\t - create a new file with a specific name, using one of the examples and without interactive mode"
|
|
911
|
-
],
|
|
912
|
-
"flags": {
|
|
913
|
-
"help": {
|
|
914
|
-
"char": "h",
|
|
915
|
-
"description": "Show CLI help.",
|
|
916
|
-
"name": "help",
|
|
917
|
-
"allowNo": false,
|
|
918
|
-
"type": "boolean"
|
|
919
|
-
},
|
|
920
|
-
"file-name": {
|
|
921
|
-
"char": "n",
|
|
922
|
-
"description": "name of the file",
|
|
923
|
-
"name": "file-name",
|
|
924
|
-
"hasDynamicHelp": false,
|
|
925
|
-
"multiple": false,
|
|
926
|
-
"type": "option"
|
|
927
|
-
},
|
|
928
|
-
"example": {
|
|
929
|
-
"char": "e",
|
|
930
|
-
"description": "name of the example to use. Available examples are:\n\t - simple-asyncapi.yml\n\t - anyof-asyncapi.yml\n\t - application-headers-asyncapi.yml\n\t - correlation-id-asyncapi.yml\n\t - websocket-gemini-asyncapi.yml\n\t - gitter-streaming-asyncapi.yml\n\t - kraken-websocket-request-reply-message-filter-in-reply-asyncapi.yml\n\t - kraken-websocket-request-reply-multiple-channels-asyncapi.yml\n\t - mercure-asyncapi.yml\n\t - not-asyncapi.yml\n\t - operation-security-asyncapi.yml\n\t - oneof-asyncapi.yml\n\t - rpc-client-asyncapi.yml\n\t - rpc-server-asyncapi.yml\n\t - slack-rtm-asyncapi.yml\n\t - tutorial.yml\n\t - streetlights-kafka-asyncapi.yml\n\t - streetlights-operation-security-asyncapi.yml\n\t - streetlights-mqtt-asyncapi.yml",
|
|
931
|
-
"name": "example",
|
|
932
|
-
"hasDynamicHelp": false,
|
|
933
|
-
"multiple": false,
|
|
934
|
-
"type": "option"
|
|
935
|
-
},
|
|
936
|
-
"studio": {
|
|
937
|
-
"char": "s",
|
|
938
|
-
"description": "open in Studio",
|
|
939
|
-
"name": "studio",
|
|
940
|
-
"allowNo": false,
|
|
941
|
-
"type": "boolean"
|
|
942
|
-
},
|
|
943
|
-
"port": {
|
|
944
|
-
"char": "p",
|
|
945
|
-
"description": "port in which to start Studio",
|
|
946
|
-
"name": "port",
|
|
947
|
-
"hasDynamicHelp": false,
|
|
948
|
-
"multiple": false,
|
|
949
|
-
"type": "option"
|
|
950
|
-
},
|
|
951
|
-
"no-tty": {
|
|
952
|
-
"description": "do not use an interactive terminal",
|
|
953
|
-
"name": "no-tty",
|
|
954
|
-
"allowNo": false,
|
|
955
|
-
"type": "boolean"
|
|
956
|
-
}
|
|
957
|
-
},
|
|
958
|
-
"hasDynamicHelp": false,
|
|
959
|
-
"hiddenAliases": [],
|
|
960
|
-
"id": "new:file",
|
|
961
|
-
"pluginAlias": "@asyncapi/cli",
|
|
962
|
-
"pluginName": "@asyncapi/cli",
|
|
963
|
-
"pluginType": "core",
|
|
964
|
-
"strict": true,
|
|
965
|
-
"isESM": false,
|
|
966
|
-
"relativePath": [
|
|
967
|
-
"lib",
|
|
968
|
-
"commands",
|
|
969
|
-
"new",
|
|
970
|
-
"file.js"
|
|
971
|
-
]
|
|
972
|
-
},
|
|
973
|
-
"new:glee": {
|
|
974
|
-
"aliases": [],
|
|
975
|
-
"args": {},
|
|
976
|
-
"description": "Creates a new Glee project",
|
|
977
|
-
"flags": {
|
|
978
|
-
"help": {
|
|
979
|
-
"char": "h",
|
|
980
|
-
"description": "Show CLI help.",
|
|
981
|
-
"name": "help",
|
|
982
|
-
"allowNo": false,
|
|
983
|
-
"type": "boolean"
|
|
984
|
-
},
|
|
985
|
-
"name": {
|
|
986
|
-
"char": "n",
|
|
987
|
-
"description": "Name of the Project",
|
|
988
|
-
"name": "name",
|
|
989
|
-
"default": "project",
|
|
990
|
-
"hasDynamicHelp": false,
|
|
991
|
-
"multiple": false,
|
|
992
|
-
"type": "option"
|
|
993
|
-
},
|
|
994
|
-
"template": {
|
|
995
|
-
"char": "t",
|
|
996
|
-
"description": "Name of the Template",
|
|
997
|
-
"name": "template",
|
|
998
|
-
"default": "default",
|
|
999
|
-
"hasDynamicHelp": false,
|
|
1000
|
-
"multiple": false,
|
|
1001
|
-
"type": "option"
|
|
1002
|
-
},
|
|
1003
|
-
"file": {
|
|
1004
|
-
"char": "f",
|
|
1005
|
-
"description": "The path to the AsyncAPI file for generating a Glee project.",
|
|
1006
|
-
"name": "file",
|
|
1007
|
-
"hasDynamicHelp": false,
|
|
1008
|
-
"multiple": false,
|
|
1009
|
-
"type": "option"
|
|
1010
|
-
},
|
|
1011
|
-
"force-write": {
|
|
1012
|
-
"description": "Force writing of the generated files to given directory even if it is a git repo with unstaged files or not empty dir (defaults to false)",
|
|
1013
|
-
"name": "force-write",
|
|
1014
|
-
"allowNo": false,
|
|
1015
|
-
"type": "boolean"
|
|
1016
|
-
}
|
|
1017
|
-
},
|
|
1018
|
-
"hasDynamicHelp": false,
|
|
1019
|
-
"hiddenAliases": [],
|
|
1020
|
-
"id": "new:glee",
|
|
1021
|
-
"pluginAlias": "@asyncapi/cli",
|
|
1022
|
-
"pluginName": "@asyncapi/cli",
|
|
1023
|
-
"pluginType": "core",
|
|
1024
|
-
"strict": true,
|
|
1025
|
-
"isESM": false,
|
|
1026
|
-
"relativePath": [
|
|
1027
|
-
"lib",
|
|
1028
|
-
"commands",
|
|
1029
|
-
"new",
|
|
1030
|
-
"glee.js"
|
|
1031
|
-
]
|
|
1032
|
-
},
|
|
1033
|
-
"new": {
|
|
1034
|
-
"aliases": [],
|
|
1035
|
-
"args": {},
|
|
1036
|
-
"description": "Creates a new asyncapi file",
|
|
1037
|
-
"examples": [
|
|
1038
|
-
"asyncapi new\t - start creation of a file in interactive mode",
|
|
1039
|
-
"asyncapi new --file-name=my-asyncapi.yml --example=default-example.yml --no-tty\t - create a new file with a specific name, using one of the examples and without interactive mode"
|
|
1040
|
-
],
|
|
1041
|
-
"flags": {
|
|
1042
|
-
"help": {
|
|
1043
|
-
"char": "h",
|
|
1044
|
-
"description": "Show CLI help.",
|
|
1045
|
-
"name": "help",
|
|
1046
|
-
"allowNo": false,
|
|
1047
|
-
"type": "boolean"
|
|
1048
|
-
},
|
|
1049
|
-
"file-name": {
|
|
1050
|
-
"char": "n",
|
|
1051
|
-
"description": "name of the file",
|
|
1052
|
-
"name": "file-name",
|
|
1053
|
-
"hasDynamicHelp": false,
|
|
1054
|
-
"multiple": false,
|
|
1055
|
-
"type": "option"
|
|
1056
|
-
},
|
|
1057
|
-
"example": {
|
|
1058
|
-
"char": "e",
|
|
1059
|
-
"description": "name of the example to use. Available examples are:\n\t - simple-asyncapi.yml\n\t - anyof-asyncapi.yml\n\t - application-headers-asyncapi.yml\n\t - correlation-id-asyncapi.yml\n\t - websocket-gemini-asyncapi.yml\n\t - gitter-streaming-asyncapi.yml\n\t - kraken-websocket-request-reply-message-filter-in-reply-asyncapi.yml\n\t - kraken-websocket-request-reply-multiple-channels-asyncapi.yml\n\t - mercure-asyncapi.yml\n\t - not-asyncapi.yml\n\t - operation-security-asyncapi.yml\n\t - oneof-asyncapi.yml\n\t - rpc-client-asyncapi.yml\n\t - rpc-server-asyncapi.yml\n\t - slack-rtm-asyncapi.yml\n\t - tutorial.yml\n\t - streetlights-kafka-asyncapi.yml\n\t - streetlights-operation-security-asyncapi.yml\n\t - streetlights-mqtt-asyncapi.yml",
|
|
1060
|
-
"name": "example",
|
|
1061
|
-
"hasDynamicHelp": false,
|
|
1062
|
-
"multiple": false,
|
|
1063
|
-
"type": "option"
|
|
1064
|
-
},
|
|
1065
|
-
"studio": {
|
|
1066
|
-
"char": "s",
|
|
1067
|
-
"description": "open in Studio",
|
|
1068
|
-
"name": "studio",
|
|
1069
|
-
"allowNo": false,
|
|
1070
|
-
"type": "boolean"
|
|
1071
|
-
},
|
|
1072
|
-
"port": {
|
|
1073
|
-
"char": "p",
|
|
1074
|
-
"description": "port in which to start Studio",
|
|
1075
|
-
"name": "port",
|
|
1076
|
-
"hasDynamicHelp": false,
|
|
1077
|
-
"multiple": false,
|
|
1078
|
-
"type": "option"
|
|
1079
|
-
},
|
|
1080
|
-
"no-tty": {
|
|
1081
|
-
"description": "do not use an interactive terminal",
|
|
1082
|
-
"name": "no-tty",
|
|
1083
|
-
"allowNo": false,
|
|
1084
|
-
"type": "boolean"
|
|
1085
|
-
}
|
|
1086
|
-
},
|
|
1087
|
-
"hasDynamicHelp": false,
|
|
1088
|
-
"hiddenAliases": [],
|
|
1089
|
-
"id": "new",
|
|
1090
|
-
"pluginAlias": "@asyncapi/cli",
|
|
1091
|
-
"pluginName": "@asyncapi/cli",
|
|
1092
|
-
"pluginType": "core",
|
|
1093
|
-
"isESM": false,
|
|
1094
|
-
"relativePath": [
|
|
1095
|
-
"lib",
|
|
1096
|
-
"commands",
|
|
1097
|
-
"new",
|
|
1098
|
-
"index.js"
|
|
1099
|
-
]
|
|
1100
|
-
},
|
|
1101
1101
|
"start": {
|
|
1102
1102
|
"aliases": [],
|
|
1103
1103
|
"args": {},
|
|
@@ -1436,5 +1436,5 @@
|
|
|
1436
1436
|
]
|
|
1437
1437
|
}
|
|
1438
1438
|
},
|
|
1439
|
-
"version": "1.
|
|
1439
|
+
"version": "1.11.0"
|
|
1440
1440
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@asyncapi/cli",
|
|
3
3
|
"description": "All in one CLI for all AsyncAPI tools",
|
|
4
|
-
"version": "1.
|
|
4
|
+
"version": "1.11.0",
|
|
5
5
|
"author": "@asyncapi",
|
|
6
6
|
"bin": {
|
|
7
7
|
"asyncapi": "./bin/run_bin"
|
|
@@ -111,7 +111,6 @@
|
|
|
111
111
|
"oclif": {
|
|
112
112
|
"commands": "./lib/commands",
|
|
113
113
|
"bin": "asyncapi",
|
|
114
|
-
"plugins": [],
|
|
115
114
|
"hooks": {
|
|
116
115
|
"command_not_found": [
|
|
117
116
|
"./lib/hooks/command_not_found/myhook"
|
|
@@ -129,6 +128,14 @@
|
|
|
129
128
|
"generate": {
|
|
130
129
|
"description": "Generate models and template"
|
|
131
130
|
}
|
|
131
|
+
},
|
|
132
|
+
"plugins": [
|
|
133
|
+
"@oclif/plugin-warn-if-update-available"
|
|
134
|
+
],
|
|
135
|
+
"warn-if-update-available": {
|
|
136
|
+
"frequency": 24,
|
|
137
|
+
"message": "\n<%= chalk.yellow('╭────────────────────────────────────────────────────────────────╮') %>\n<%= chalk.yellow('│ │') %>\n<%= chalk.yellow('│') %> Update available! <%= chalk.red(config.version) %> → <%= chalk.greenBright(latest) %>. <%= chalk.yellow('│') %>\n<%= chalk.yellow('│') %> <%= chalk.magentaBright('Changelog:') %> https://github.com/asyncapi/cli/releases/tag/v<%= latest %> <%= chalk.yellow('│') %>\n<%= chalk.yellow('│') %> Run \"<%= chalk.magentaBright('npm install -g @asyncapi/cli@latest') %>\" to update. <%= chalk.yellow('│') %>\n<%= chalk.yellow('│') %> <%= chalk.yellow('│') %>\n<%= chalk.yellow('╰────────────────────────────────────────────────────────────────╯') %>",
|
|
138
|
+
"frequencyUnit": "hours"
|
|
132
139
|
}
|
|
133
140
|
},
|
|
134
141
|
"publishConfig": {
|