@devkong/cli 0.0.49 → 0.0.52

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
@@ -9,8 +9,8 @@
9
9
 
10
10
  ## Publish to the @devkong
11
11
 
12
- 1. Login as kong-admin user: `npm login`
13
- 2. Update versions: `npx nx release version --git-commit=false --stage-changes=false`
12
+ 1. Modify .npmrc file: `//registry.npmjs.org/:_authToken=<PUT ACCESS TOKEN>`
13
+ 2. Update versions: `npx nx release version --git-commit=false --stage-changes=false` or change manually
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
16
  5. Install kong-cli: `npm i -g @devkong/cli@latest`