@asyncapi-actions-test/trusted-publishing-test_asyncapi-cli 5.0.0 → 5.1.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 +157 -157
- package/package.json +1 -1
package/oclif.manifest.json
CHANGED
|
@@ -1414,162 +1414,6 @@
|
|
|
1414
1414
|
"models.js"
|
|
1415
1415
|
]
|
|
1416
1416
|
},
|
|
1417
|
-
"new:file": {
|
|
1418
|
-
"aliases": [],
|
|
1419
|
-
"args": {},
|
|
1420
|
-
"description": "Creates a new asyncapi file",
|
|
1421
|
-
"examples": [
|
|
1422
|
-
"asyncapi new\t - start creation of a file in interactive mode",
|
|
1423
|
-
"asyncapi new --file-name=my-asyncapi.yaml --example=default-example.yaml --no-tty\t - create a new file with a specific name, using one of the examples and without interactive mode"
|
|
1424
|
-
],
|
|
1425
|
-
"flags": {
|
|
1426
|
-
"help": {
|
|
1427
|
-
"char": "h",
|
|
1428
|
-
"description": "Show CLI help.",
|
|
1429
|
-
"name": "help",
|
|
1430
|
-
"allowNo": false,
|
|
1431
|
-
"type": "boolean"
|
|
1432
|
-
},
|
|
1433
|
-
"file-name": {
|
|
1434
|
-
"char": "n",
|
|
1435
|
-
"description": "name of the file",
|
|
1436
|
-
"name": "file-name",
|
|
1437
|
-
"hasDynamicHelp": false,
|
|
1438
|
-
"multiple": false,
|
|
1439
|
-
"type": "option"
|
|
1440
|
-
},
|
|
1441
|
-
"example": {
|
|
1442
|
-
"char": "e",
|
|
1443
|
-
"description": "name of the example to use. Available examples are:\n\t - simple-asyncapi.yml\n\t - adeo-kafka-request-reply-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",
|
|
1444
|
-
"name": "example",
|
|
1445
|
-
"hasDynamicHelp": false,
|
|
1446
|
-
"multiple": false,
|
|
1447
|
-
"type": "option"
|
|
1448
|
-
},
|
|
1449
|
-
"studio": {
|
|
1450
|
-
"char": "s",
|
|
1451
|
-
"description": "open in Studio",
|
|
1452
|
-
"name": "studio",
|
|
1453
|
-
"allowNo": false,
|
|
1454
|
-
"type": "boolean"
|
|
1455
|
-
},
|
|
1456
|
-
"port": {
|
|
1457
|
-
"char": "p",
|
|
1458
|
-
"description": "port in which to start Studio",
|
|
1459
|
-
"name": "port",
|
|
1460
|
-
"hasDynamicHelp": false,
|
|
1461
|
-
"multiple": false,
|
|
1462
|
-
"type": "option"
|
|
1463
|
-
},
|
|
1464
|
-
"no-tty": {
|
|
1465
|
-
"description": "do not use an interactive terminal",
|
|
1466
|
-
"name": "no-tty",
|
|
1467
|
-
"allowNo": false,
|
|
1468
|
-
"type": "boolean"
|
|
1469
|
-
}
|
|
1470
|
-
},
|
|
1471
|
-
"hasDynamicHelp": false,
|
|
1472
|
-
"hiddenAliases": [],
|
|
1473
|
-
"id": "new:file",
|
|
1474
|
-
"pluginAlias": "@asyncapi-actions-test/trusted-publishing-test_asyncapi-cli",
|
|
1475
|
-
"pluginName": "@asyncapi-actions-test/trusted-publishing-test_asyncapi-cli",
|
|
1476
|
-
"pluginType": "core",
|
|
1477
|
-
"strict": true,
|
|
1478
|
-
"isESM": false,
|
|
1479
|
-
"relativePath": [
|
|
1480
|
-
"lib",
|
|
1481
|
-
"apps",
|
|
1482
|
-
"cli",
|
|
1483
|
-
"commands",
|
|
1484
|
-
"new",
|
|
1485
|
-
"file.js"
|
|
1486
|
-
]
|
|
1487
|
-
},
|
|
1488
|
-
"new": {
|
|
1489
|
-
"aliases": [],
|
|
1490
|
-
"args": {},
|
|
1491
|
-
"description": "Create a new AsyncAPI project, specification files, or templates for clients and applications.",
|
|
1492
|
-
"flags": {},
|
|
1493
|
-
"hasDynamicHelp": false,
|
|
1494
|
-
"hiddenAliases": [],
|
|
1495
|
-
"id": "new",
|
|
1496
|
-
"pluginAlias": "@asyncapi-actions-test/trusted-publishing-test_asyncapi-cli",
|
|
1497
|
-
"pluginName": "@asyncapi-actions-test/trusted-publishing-test_asyncapi-cli",
|
|
1498
|
-
"pluginType": "core",
|
|
1499
|
-
"strict": true,
|
|
1500
|
-
"isESM": false,
|
|
1501
|
-
"relativePath": [
|
|
1502
|
-
"lib",
|
|
1503
|
-
"apps",
|
|
1504
|
-
"cli",
|
|
1505
|
-
"commands",
|
|
1506
|
-
"new",
|
|
1507
|
-
"index.js"
|
|
1508
|
-
]
|
|
1509
|
-
},
|
|
1510
|
-
"new:template": {
|
|
1511
|
-
"aliases": [],
|
|
1512
|
-
"args": {},
|
|
1513
|
-
"description": "Creates a new template",
|
|
1514
|
-
"flags": {
|
|
1515
|
-
"help": {
|
|
1516
|
-
"char": "h",
|
|
1517
|
-
"description": "Show CLI help.",
|
|
1518
|
-
"name": "help",
|
|
1519
|
-
"allowNo": false,
|
|
1520
|
-
"type": "boolean"
|
|
1521
|
-
},
|
|
1522
|
-
"name": {
|
|
1523
|
-
"char": "n",
|
|
1524
|
-
"description": "Name of the Project",
|
|
1525
|
-
"name": "name",
|
|
1526
|
-
"default": "project",
|
|
1527
|
-
"hasDynamicHelp": false,
|
|
1528
|
-
"multiple": false,
|
|
1529
|
-
"type": "option"
|
|
1530
|
-
},
|
|
1531
|
-
"template": {
|
|
1532
|
-
"char": "t",
|
|
1533
|
-
"description": "Name of the Template",
|
|
1534
|
-
"name": "template",
|
|
1535
|
-
"default": "default",
|
|
1536
|
-
"hasDynamicHelp": false,
|
|
1537
|
-
"multiple": false,
|
|
1538
|
-
"type": "option"
|
|
1539
|
-
},
|
|
1540
|
-
"file": {
|
|
1541
|
-
"char": "f",
|
|
1542
|
-
"description": "The path to the AsyncAPI file for generating a template.",
|
|
1543
|
-
"name": "file",
|
|
1544
|
-
"hasDynamicHelp": false,
|
|
1545
|
-
"multiple": false,
|
|
1546
|
-
"type": "option"
|
|
1547
|
-
},
|
|
1548
|
-
"force-write": {
|
|
1549
|
-
"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)",
|
|
1550
|
-
"name": "force-write",
|
|
1551
|
-
"allowNo": false,
|
|
1552
|
-
"type": "boolean"
|
|
1553
|
-
}
|
|
1554
|
-
},
|
|
1555
|
-
"hasDynamicHelp": false,
|
|
1556
|
-
"hiddenAliases": [],
|
|
1557
|
-
"id": "new:template",
|
|
1558
|
-
"pluginAlias": "@asyncapi-actions-test/trusted-publishing-test_asyncapi-cli",
|
|
1559
|
-
"pluginName": "@asyncapi-actions-test/trusted-publishing-test_asyncapi-cli",
|
|
1560
|
-
"pluginType": "core",
|
|
1561
|
-
"strict": true,
|
|
1562
|
-
"errorMessages": {},
|
|
1563
|
-
"isESM": false,
|
|
1564
|
-
"relativePath": [
|
|
1565
|
-
"lib",
|
|
1566
|
-
"apps",
|
|
1567
|
-
"cli",
|
|
1568
|
-
"commands",
|
|
1569
|
-
"new",
|
|
1570
|
-
"template.js"
|
|
1571
|
-
]
|
|
1572
|
-
},
|
|
1573
1417
|
"start:api": {
|
|
1574
1418
|
"aliases": [],
|
|
1575
1419
|
"args": {},
|
|
@@ -1792,6 +1636,162 @@
|
|
|
1792
1636
|
"studio.js"
|
|
1793
1637
|
]
|
|
1794
1638
|
},
|
|
1639
|
+
"new:file": {
|
|
1640
|
+
"aliases": [],
|
|
1641
|
+
"args": {},
|
|
1642
|
+
"description": "Creates a new asyncapi file",
|
|
1643
|
+
"examples": [
|
|
1644
|
+
"asyncapi new\t - start creation of a file in interactive mode",
|
|
1645
|
+
"asyncapi new --file-name=my-asyncapi.yaml --example=default-example.yaml --no-tty\t - create a new file with a specific name, using one of the examples and without interactive mode"
|
|
1646
|
+
],
|
|
1647
|
+
"flags": {
|
|
1648
|
+
"help": {
|
|
1649
|
+
"char": "h",
|
|
1650
|
+
"description": "Show CLI help.",
|
|
1651
|
+
"name": "help",
|
|
1652
|
+
"allowNo": false,
|
|
1653
|
+
"type": "boolean"
|
|
1654
|
+
},
|
|
1655
|
+
"file-name": {
|
|
1656
|
+
"char": "n",
|
|
1657
|
+
"description": "name of the file",
|
|
1658
|
+
"name": "file-name",
|
|
1659
|
+
"hasDynamicHelp": false,
|
|
1660
|
+
"multiple": false,
|
|
1661
|
+
"type": "option"
|
|
1662
|
+
},
|
|
1663
|
+
"example": {
|
|
1664
|
+
"char": "e",
|
|
1665
|
+
"description": "name of the example to use. Available examples are:\n\t - simple-asyncapi.yml\n\t - adeo-kafka-request-reply-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",
|
|
1666
|
+
"name": "example",
|
|
1667
|
+
"hasDynamicHelp": false,
|
|
1668
|
+
"multiple": false,
|
|
1669
|
+
"type": "option"
|
|
1670
|
+
},
|
|
1671
|
+
"studio": {
|
|
1672
|
+
"char": "s",
|
|
1673
|
+
"description": "open in Studio",
|
|
1674
|
+
"name": "studio",
|
|
1675
|
+
"allowNo": false,
|
|
1676
|
+
"type": "boolean"
|
|
1677
|
+
},
|
|
1678
|
+
"port": {
|
|
1679
|
+
"char": "p",
|
|
1680
|
+
"description": "port in which to start Studio",
|
|
1681
|
+
"name": "port",
|
|
1682
|
+
"hasDynamicHelp": false,
|
|
1683
|
+
"multiple": false,
|
|
1684
|
+
"type": "option"
|
|
1685
|
+
},
|
|
1686
|
+
"no-tty": {
|
|
1687
|
+
"description": "do not use an interactive terminal",
|
|
1688
|
+
"name": "no-tty",
|
|
1689
|
+
"allowNo": false,
|
|
1690
|
+
"type": "boolean"
|
|
1691
|
+
}
|
|
1692
|
+
},
|
|
1693
|
+
"hasDynamicHelp": false,
|
|
1694
|
+
"hiddenAliases": [],
|
|
1695
|
+
"id": "new:file",
|
|
1696
|
+
"pluginAlias": "@asyncapi-actions-test/trusted-publishing-test_asyncapi-cli",
|
|
1697
|
+
"pluginName": "@asyncapi-actions-test/trusted-publishing-test_asyncapi-cli",
|
|
1698
|
+
"pluginType": "core",
|
|
1699
|
+
"strict": true,
|
|
1700
|
+
"isESM": false,
|
|
1701
|
+
"relativePath": [
|
|
1702
|
+
"lib",
|
|
1703
|
+
"apps",
|
|
1704
|
+
"cli",
|
|
1705
|
+
"commands",
|
|
1706
|
+
"new",
|
|
1707
|
+
"file.js"
|
|
1708
|
+
]
|
|
1709
|
+
},
|
|
1710
|
+
"new": {
|
|
1711
|
+
"aliases": [],
|
|
1712
|
+
"args": {},
|
|
1713
|
+
"description": "Create a new AsyncAPI project, specification files, or templates for clients and applications.",
|
|
1714
|
+
"flags": {},
|
|
1715
|
+
"hasDynamicHelp": false,
|
|
1716
|
+
"hiddenAliases": [],
|
|
1717
|
+
"id": "new",
|
|
1718
|
+
"pluginAlias": "@asyncapi-actions-test/trusted-publishing-test_asyncapi-cli",
|
|
1719
|
+
"pluginName": "@asyncapi-actions-test/trusted-publishing-test_asyncapi-cli",
|
|
1720
|
+
"pluginType": "core",
|
|
1721
|
+
"strict": true,
|
|
1722
|
+
"isESM": false,
|
|
1723
|
+
"relativePath": [
|
|
1724
|
+
"lib",
|
|
1725
|
+
"apps",
|
|
1726
|
+
"cli",
|
|
1727
|
+
"commands",
|
|
1728
|
+
"new",
|
|
1729
|
+
"index.js"
|
|
1730
|
+
]
|
|
1731
|
+
},
|
|
1732
|
+
"new:template": {
|
|
1733
|
+
"aliases": [],
|
|
1734
|
+
"args": {},
|
|
1735
|
+
"description": "Creates a new template",
|
|
1736
|
+
"flags": {
|
|
1737
|
+
"help": {
|
|
1738
|
+
"char": "h",
|
|
1739
|
+
"description": "Show CLI help.",
|
|
1740
|
+
"name": "help",
|
|
1741
|
+
"allowNo": false,
|
|
1742
|
+
"type": "boolean"
|
|
1743
|
+
},
|
|
1744
|
+
"name": {
|
|
1745
|
+
"char": "n",
|
|
1746
|
+
"description": "Name of the Project",
|
|
1747
|
+
"name": "name",
|
|
1748
|
+
"default": "project",
|
|
1749
|
+
"hasDynamicHelp": false,
|
|
1750
|
+
"multiple": false,
|
|
1751
|
+
"type": "option"
|
|
1752
|
+
},
|
|
1753
|
+
"template": {
|
|
1754
|
+
"char": "t",
|
|
1755
|
+
"description": "Name of the Template",
|
|
1756
|
+
"name": "template",
|
|
1757
|
+
"default": "default",
|
|
1758
|
+
"hasDynamicHelp": false,
|
|
1759
|
+
"multiple": false,
|
|
1760
|
+
"type": "option"
|
|
1761
|
+
},
|
|
1762
|
+
"file": {
|
|
1763
|
+
"char": "f",
|
|
1764
|
+
"description": "The path to the AsyncAPI file for generating a template.",
|
|
1765
|
+
"name": "file",
|
|
1766
|
+
"hasDynamicHelp": false,
|
|
1767
|
+
"multiple": false,
|
|
1768
|
+
"type": "option"
|
|
1769
|
+
},
|
|
1770
|
+
"force-write": {
|
|
1771
|
+
"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)",
|
|
1772
|
+
"name": "force-write",
|
|
1773
|
+
"allowNo": false,
|
|
1774
|
+
"type": "boolean"
|
|
1775
|
+
}
|
|
1776
|
+
},
|
|
1777
|
+
"hasDynamicHelp": false,
|
|
1778
|
+
"hiddenAliases": [],
|
|
1779
|
+
"id": "new:template",
|
|
1780
|
+
"pluginAlias": "@asyncapi-actions-test/trusted-publishing-test_asyncapi-cli",
|
|
1781
|
+
"pluginName": "@asyncapi-actions-test/trusted-publishing-test_asyncapi-cli",
|
|
1782
|
+
"pluginType": "core",
|
|
1783
|
+
"strict": true,
|
|
1784
|
+
"errorMessages": {},
|
|
1785
|
+
"isESM": false,
|
|
1786
|
+
"relativePath": [
|
|
1787
|
+
"lib",
|
|
1788
|
+
"apps",
|
|
1789
|
+
"cli",
|
|
1790
|
+
"commands",
|
|
1791
|
+
"new",
|
|
1792
|
+
"template.js"
|
|
1793
|
+
]
|
|
1794
|
+
},
|
|
1795
1795
|
"config:auth:add": {
|
|
1796
1796
|
"aliases": [],
|
|
1797
1797
|
"args": {
|
|
@@ -2133,5 +2133,5 @@
|
|
|
2133
2133
|
]
|
|
2134
2134
|
}
|
|
2135
2135
|
},
|
|
2136
|
-
"version": "5.
|
|
2136
|
+
"version": "5.1.0"
|
|
2137
2137
|
}
|
package/package.json
CHANGED