@trayio/cdk-cli 4.8.1 → 4.10.0
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 +3 -3
- package/oclif.manifest.json +1 -1
- package/package.json +8 -8
package/README.md
CHANGED
|
@@ -19,7 +19,7 @@ $ npm install -g @trayio/cdk-cli
|
|
|
19
19
|
$ tray-cdk COMMAND
|
|
20
20
|
running command...
|
|
21
21
|
$ tray-cdk (--version|-v)
|
|
22
|
-
@trayio/cdk-cli/4.
|
|
22
|
+
@trayio/cdk-cli/4.10.0 linux-x64 node-v18.20.2
|
|
23
23
|
$ tray-cdk --help [COMMAND]
|
|
24
24
|
USAGE
|
|
25
25
|
$ tray-cdk COMMAND
|
|
@@ -342,7 +342,7 @@ GLOBAL FLAGS
|
|
|
342
342
|
DESCRIPTION
|
|
343
343
|
Installs a plugin into tray-cdk.
|
|
344
344
|
|
|
345
|
-
Uses bundled npm executable to install plugins into
|
|
345
|
+
Uses bundled npm executable to install plugins into ~/.local/share/@trayio/cdk-cli
|
|
346
346
|
|
|
347
347
|
Installation of a user-installed plugin will override a core plugin.
|
|
348
348
|
|
|
@@ -416,7 +416,7 @@ GLOBAL FLAGS
|
|
|
416
416
|
DESCRIPTION
|
|
417
417
|
Installs a plugin into tray-cdk.
|
|
418
418
|
|
|
419
|
-
Uses bundled npm executable to install plugins into
|
|
419
|
+
Uses bundled npm executable to install plugins into ~/.local/share/@trayio/cdk-cli
|
|
420
420
|
|
|
421
421
|
Installation of a user-installed plugin will override a core plugin.
|
|
422
422
|
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@trayio/cdk-cli",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.10.0",
|
|
4
4
|
"description": "A CLI for connector development",
|
|
5
5
|
"exports": {
|
|
6
6
|
"./*": "./dist/*.js"
|
|
@@ -20,12 +20,12 @@
|
|
|
20
20
|
"@oclif/plugin-plugins": "^5",
|
|
21
21
|
"@oclif/plugin-version": "2.0.11",
|
|
22
22
|
"@oclif/test": "3.1.12",
|
|
23
|
-
"@trayio/axios": "4.
|
|
24
|
-
"@trayio/cdk-build": "4.
|
|
25
|
-
"@trayio/commons": "4.
|
|
26
|
-
"@trayio/generator": "4.
|
|
27
|
-
"@trayio/tray-client": "4.
|
|
28
|
-
"@trayio/tray-openapi": "4.
|
|
23
|
+
"@trayio/axios": "4.10.0",
|
|
24
|
+
"@trayio/cdk-build": "4.10.0",
|
|
25
|
+
"@trayio/commons": "4.10.0",
|
|
26
|
+
"@trayio/generator": "4.10.0",
|
|
27
|
+
"@trayio/tray-client": "4.10.0",
|
|
28
|
+
"@trayio/tray-openapi": "4.10.0",
|
|
29
29
|
"chalk": "4.1.2",
|
|
30
30
|
"inquirer": "8.2.6"
|
|
31
31
|
},
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
},
|
|
77
77
|
"scripts": {
|
|
78
78
|
"oclif:clean": "rm -f oclif.manifest.json",
|
|
79
|
-
"postcompile": "oclif manifest && oclif readme"
|
|
79
|
+
"postcompile": "oclif manifest && oclif readme && perl -pi -e \"s|\\$ENV{HOME}|~|g\" README.md"
|
|
80
80
|
},
|
|
81
81
|
"devDependencies": {
|
|
82
82
|
"@types/inquirer": "8.2.6",
|