@contentstack/cli-cm-export 1.14.2 → 1.15.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 +1 -1
- package/lib/config/index.js +3 -0
- package/oclif.manifest.json +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -48,7 +48,7 @@ $ npm install -g @contentstack/cli-cm-export
|
|
|
48
48
|
$ csdx COMMAND
|
|
49
49
|
running command...
|
|
50
50
|
$ csdx (--version)
|
|
51
|
-
@contentstack/cli-cm-export/1.
|
|
51
|
+
@contentstack/cli-cm-export/1.15.0 linux-x64 node-v22.14.0
|
|
52
52
|
$ csdx --help [COMMAND]
|
|
53
53
|
USAGE
|
|
54
54
|
$ csdx COMMAND
|
package/lib/config/index.js
CHANGED
|
@@ -11,6 +11,7 @@ const config = {
|
|
|
11
11
|
'https://azure-na-api.contentstack.com': 'https://azure-na-developerhub-api.contentstack.com',
|
|
12
12
|
'https://azure-eu-api.contentstack.com': 'https://azure-eu-developerhub-api.contentstack.com',
|
|
13
13
|
'https://gcp-na-api.contentstack.com': 'https://gcp-na-developerhub-api.contentstack.com',
|
|
14
|
+
'https://gcp-eu-api.contentstack.com': 'https://gcp-eu-developerhub-api.contentstack.com',
|
|
14
15
|
},
|
|
15
16
|
// use below hosts for eu region
|
|
16
17
|
// host:'https://eu-api.contentstack.com/v3',
|
|
@@ -20,6 +21,8 @@ const config = {
|
|
|
20
21
|
// host:'https://azure-eu-api.contentstack.com/v3',
|
|
21
22
|
// use below hosts for gcp-na region
|
|
22
23
|
// host: 'https://gcp-na-api.contentstack.com'
|
|
24
|
+
// use below hosts for gcp-eu region
|
|
25
|
+
// host: 'https://gcp-eu-api.contentstack.com'
|
|
23
26
|
modules: {
|
|
24
27
|
types: [
|
|
25
28
|
'stack',
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contentstack/cli-cm-export",
|
|
3
3
|
"description": "Contentstack CLI plugin to export content from stack",
|
|
4
|
-
"version": "1.
|
|
4
|
+
"version": "1.15.0",
|
|
5
5
|
"author": "Contentstack",
|
|
6
6
|
"bugs": "https://github.com/contentstack/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
8
8
|
"@contentstack/cli-command": "~1.3.3",
|
|
9
9
|
"@contentstack/cli-variants": "~1.1.5",
|
|
10
|
-
"@contentstack/cli-utilities": "~1.8.
|
|
10
|
+
"@contentstack/cli-utilities": "~1.8.4",
|
|
11
11
|
"@oclif/core": "^3.27.0",
|
|
12
12
|
"async": "^3.2.6",
|
|
13
13
|
"big-json": "^3.2.0",
|
|
@@ -21,8 +21,8 @@
|
|
|
21
21
|
"winston": "^3.17.0"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
|
-
"@contentstack/cli-auth": "~1.3.
|
|
25
|
-
"@contentstack/cli-config": "~1.
|
|
24
|
+
"@contentstack/cli-auth": "~1.3.24",
|
|
25
|
+
"@contentstack/cli-config": "~1.10.0",
|
|
26
26
|
"@contentstack/cli-dev-dependencies": "~1.2.4",
|
|
27
27
|
"@oclif/plugin-help": "^5.2.20",
|
|
28
28
|
"@oclif/test": "^4.1.6",
|