@devkong/cli 0.0.59 → 0.0.61
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 +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
## Publish to the @devkong
|
|
11
11
|
|
|
12
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`
|
|
13
|
+
2. Update versions: change manually or `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
16
|
5. Install kong-cli: `npm i -g @devkong/cli@latest`
|