@asyncapi/cli 0.46.0 → 0.47.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 +1 -1
- package/package.json +2 -1
package/oclif.manifest.json
CHANGED
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": "0.
|
|
4
|
+
"version": "0.47.0",
|
|
5
5
|
"author": "@asyncapi",
|
|
6
6
|
"bin": {
|
|
7
7
|
"asyncapi": "./bin/run"
|
|
@@ -155,6 +155,7 @@
|
|
|
155
155
|
"build": "rimraf lib && node scripts/fetch-asyncapi-example.js && tsc && echo \"Build Completed\"",
|
|
156
156
|
"bump:version": "npm --no-git-tag-version --allow-same-version version $VERSION",
|
|
157
157
|
"dev": "tsc --watch",
|
|
158
|
+
"docker:build": "docker build -t asyncapi/cli:latest .",
|
|
158
159
|
"generate:readme:create": "printf '\n\n# Usage\n\n<!-- usage -->\n\n# Commands\n\n<!-- commands -->\n' > scripts/README.md",
|
|
159
160
|
"generate:readme:commands": "npm run build && cd scripts && DEBUG=* oclif readme",
|
|
160
161
|
"generate:assets": "npm run generate:readme:toc && npm run generate:commands",
|