@devkong/cli 0.0.18-0 → 0.0.21

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 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. Install kong-cli: `npm i -g @devkong/cli@latest`
17
- 6. Generate test template: `kong generate <extension-name>`
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