@devkong/cli-nx 0.0.31 → 0.0.33
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
|
@@ -11,6 +11,7 @@ Before you start, make sure you have the following installed depending on your O
|
|
|
11
11
|
[▶ Windows Setup](#windows-setup)
|
|
12
12
|
|
|
13
13
|
[▶ macOS Setup](#macos-setup)
|
|
14
|
+
|
|
14
15
|
- Mac M2 users, see [Troubleshooting](#Troubleshooting)
|
|
15
16
|
|
|
16
17
|
[▶ Ubuntu Linux Setup](#ubuntu-setup)
|
|
@@ -28,7 +29,7 @@ docker info
|
|
|
28
29
|
2. Run the following commands in your terminal:
|
|
29
30
|
|
|
30
31
|
```shell script
|
|
31
|
-
# configure the base Kong URL (e.g., https://
|
|
32
|
+
# configure the base Kong URL (e.g., https://sandbox.kong.dev.app-dts.net)
|
|
32
33
|
kong configure
|
|
33
34
|
```
|
|
34
35
|
|
|
@@ -80,7 +81,6 @@ To emulate a Linux platform, you need to install Rosetta:
|
|
|
80
81
|
softwareupdate --install-rosetta
|
|
81
82
|
```
|
|
82
83
|
|
|
83
|
-
|
|
84
84
|
<details id="windows-setup">
|
|
85
85
|
<summary><strong>Windows Setup</strong></summary>
|
|
86
86
|
|
|
@@ -18,11 +18,11 @@ Content-Type: application/cloudevents+json
|
|
|
18
18
|
"sessionagent": "JOB",
|
|
19
19
|
"sessionid": "1",
|
|
20
20
|
"sessionparentid": null,
|
|
21
|
-
"sessiontenant": "
|
|
21
|
+
"sessiontenant": "sanb",
|
|
22
22
|
"sessioncreated": "2024-01-01T12:00:00Z",
|
|
23
23
|
"sessionbusinesskey": "ABC123",
|
|
24
24
|
"sessionsource": "/idea/http",
|
|
25
|
-
"sessiontopic": "/
|
|
25
|
+
"sessiontopic": "/sandbox/test",
|
|
26
26
|
"sessionpartition": 0,
|
|
27
27
|
"sessionpriority": "MAIN",
|
|
28
28
|
"sessionexecutionmode": "SYNC",
|
|
@@ -16,7 +16,6 @@ Before you start, make sure you have the following installed depending on your O
|
|
|
16
16
|
|
|
17
17
|
- Mac M2 users, see [Troubleshooting](#Troubleshooting)
|
|
18
18
|
|
|
19
|
-
|
|
20
19
|
To verify the installation and check the versions, run the following commands:
|
|
21
20
|
|
|
22
21
|
```shell script
|
|
@@ -30,7 +29,7 @@ docker info
|
|
|
30
29
|
2. Run the following commands in your terminal:
|
|
31
30
|
|
|
32
31
|
```shell script
|
|
33
|
-
# configure the base Kong URL (e.g., https://
|
|
32
|
+
# configure the base Kong URL (e.g., https://sandbox.kong.dev.app-dts.net)
|
|
34
33
|
kong configure
|
|
35
34
|
|
|
36
35
|
# install Python dependencies from requirements.txt
|
|
@@ -85,7 +84,6 @@ To emulate a Linux platform, you need to install Rosetta:
|
|
|
85
84
|
softwareupdate --install-rosetta
|
|
86
85
|
```
|
|
87
86
|
|
|
88
|
-
|
|
89
87
|
<details id="windows-setup">
|
|
90
88
|
<summary><strong>Windows Setup</strong></summary>
|
|
91
89
|
|