@devkong/cli-nx 0.0.30 → 0.0.32

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devkong/cli-nx",
3
- "version": "0.0.30",
3
+ "version": "0.0.32",
4
4
  "type": "commonjs",
5
5
  "main": "./src/index.js",
6
6
  "typings": "./src/index.d.ts",
@@ -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.