@devkong/cli 0.0.19 → 0.0.22
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 -2
- package/index.js +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -13,8 +13,9 @@
|
|
|
13
13
|
2. Update versions: `npx nx release version --git-commit=false --stage-changes=false`
|
|
14
14
|
3. Build kong-cli: `npx nx run-many -t build -p kong-cli kong-cli-nx`
|
|
15
15
|
4. Publish kong-cli: `npx nx release publish --git-commit=false --access=public`
|
|
16
|
-
5.
|
|
17
|
-
6.
|
|
16
|
+
5. Change and install cli version in the kotlin-template
|
|
17
|
+
6. Install kong-cli: `npm i -g @devkong/cli@latest`
|
|
18
|
+
7. Generate test template: `kong generate <extension-name>`
|
|
18
19
|
|
|
19
20
|
## Publish to the Nexus
|
|
20
21
|
|
package/index.js
CHANGED
|
@@ -73494,7 +73494,7 @@ var KONG_JSON_SCHEMA = {
|
|
|
73494
73494
|
type: "string"
|
|
73495
73495
|
},
|
|
73496
73496
|
schema: {
|
|
73497
|
-
$ref: "
|
|
73497
|
+
$ref: "http://json-schema.org/draft-07/schema#"
|
|
73498
73498
|
}
|
|
73499
73499
|
},
|
|
73500
73500
|
required: ["schema", "filter"]
|
|
@@ -73506,7 +73506,7 @@ var KONG_JSON_SCHEMA = {
|
|
|
73506
73506
|
type: "string"
|
|
73507
73507
|
},
|
|
73508
73508
|
schema: {
|
|
73509
|
-
$ref: "
|
|
73509
|
+
$ref: "http://json-schema.org/draft-07/schema#"
|
|
73510
73510
|
}
|
|
73511
73511
|
},
|
|
73512
73512
|
required: ["schema", "filter"]
|