@devkong/cli-nx 0.0.30 → 0.0.31
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/package.json
CHANGED
|
@@ -32,6 +32,9 @@ docker info
|
|
|
32
32
|
```shell script
|
|
33
33
|
# configure the base Kong URL (e.g., https://dev.kong.dev.app-dts.net)
|
|
34
34
|
kong configure
|
|
35
|
+
|
|
36
|
+
# install Python dependencies from requirements.txt
|
|
37
|
+
kong install --verbose
|
|
35
38
|
```
|
|
36
39
|
|
|
37
40
|
That's it! Now, modify [main.kt](./src/main/kotlin/io/kong/extension/Main.kt), tag it by publishing a new version, and assign aliases for use in the workflow.
|