@contentstack/cli 1.35.4 → 1.36.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 CHANGED
@@ -18,7 +18,7 @@ $ npm install -g @contentstack/cli
18
18
  $ csdx COMMAND
19
19
  running command...
20
20
  $ csdx (--version|-v)
21
- @contentstack/cli/1.35.4 linux-x64 node-v22.14.0
21
+ @contentstack/cli/1.36.0 linux-x64 node-v22.14.0
22
22
  $ csdx --help [COMMAND]
23
23
  USAGE
24
24
  $ csdx COMMAND
@@ -129,12 +129,12 @@ Perform audits and find possible errors in the exported Contentstack data
129
129
  ```
130
130
  USAGE
131
131
  $ csdx audit [--report-path <value>] [--modules
132
- content-types|global-fields|entries|extensions|workflows|custom-roles...] [--columns <value> | ] [--sort <value>]
133
- [--filter <value>] [--csv | --no-truncate]
132
+ content-types|global-fields|entries|extensions|workflows|custom-roles|assets...] [--columns <value> | ] [--sort
133
+ <value>] [--filter <value>] [--csv | --no-truncate]
134
134
 
135
135
  FLAGS
136
136
  --modules=<option>... Provide the list of modules to be audited
137
- <options: content-types|global-fields|entries|extensions|workflows|custom-roles>
137
+ <options: content-types|global-fields|entries|extensions|workflows|custom-roles|assets>
138
138
  --report-path=<value> Path to store the audit reports
139
139
 
140
140
  TABLE FLAGS
@@ -170,7 +170,7 @@ Perform audits and fix possible errors in the exported Contentstack data.
170
170
  ```
171
171
  USAGE
172
172
  $ csdx audit:fix [--report-path <value>] [--modules
173
- content-types|global-fields|entries|extensions|workflows|custom-roles...] [--copy-path <value> --copy-dir]
173
+ content-types|global-fields|entries|extensions|workflows|custom-roles|assets...] [--copy-path <value> --copy-dir]
174
174
  [--fix-only reference|global_field|json:rte|json:extension|blocks|group|content_types...] [--columns <value> | ]
175
175
  [--sort <value>] [--filter <value>] [--csv | --no-truncate]
176
176
 
@@ -180,7 +180,7 @@ FLAGS
180
180
  --fix-only=<option>... Provide the list of fix options
181
181
  <options: reference|global_field|json:rte|json:extension|blocks|group|content_types>
182
182
  --modules=<option>... Provide the list of modules to be audited
183
- <options: content-types|global-fields|entries|extensions|workflows|custom-roles>
183
+ <options: content-types|global-fields|entries|extensions|workflows|custom-roles|assets>
184
184
  --report-path=<value> Path to store the audit reports
185
185
 
186
186
  TABLE FLAGS
@@ -2346,7 +2346,9 @@ FLAGS
2346
2346
  --personalize-project-name=<value> (optional) Provide a unique name for the Personalize project.
2347
2347
  --replace-existing Replaces the existing module in the target stack.
2348
2348
  --skip-app-recreation (optional) Skips the recreation of private apps if they already exist.
2349
+ --skip-assets-publish Skips asset publishing during the import process.
2349
2350
  --skip-audit Skips the audit fix that occurs during an import operation.
2351
+ --skip-entries-publish Skips entry publishing during the import process
2350
2352
  --skip-existing Skips the module exists warning messages.
2351
2353
 
2352
2354
  DESCRIPTION
@@ -2608,12 +2610,12 @@ Perform audits and find possible errors in the exported Contentstack data
2608
2610
  ```
2609
2611
  USAGE
2610
2612
  $ csdx cm:stacks:audit [--report-path <value>] [--modules
2611
- content-types|global-fields|entries|extensions|workflows|custom-roles...] [--columns <value> | ] [--sort <value>]
2612
- [--filter <value>] [--csv | --no-truncate]
2613
+ content-types|global-fields|entries|extensions|workflows|custom-roles|assets...] [--columns <value> | ] [--sort
2614
+ <value>] [--filter <value>] [--csv | --no-truncate]
2613
2615
 
2614
2616
  FLAGS
2615
2617
  --modules=<option>... Provide the list of modules to be audited
2616
- <options: content-types|global-fields|entries|extensions|workflows|custom-roles>
2618
+ <options: content-types|global-fields|entries|extensions|workflows|custom-roles|assets>
2617
2619
  --report-path=<value> Path to store the audit reports
2618
2620
 
2619
2621
  TABLE FLAGS
@@ -2651,7 +2653,7 @@ Perform audits and fix possible errors in the exported Contentstack data.
2651
2653
  ```
2652
2654
  USAGE
2653
2655
  $ csdx cm:stacks:audit:fix [--report-path <value>] [--modules
2654
- content-types|global-fields|entries|extensions|workflows|custom-roles...] [--copy-path <value> --copy-dir]
2656
+ content-types|global-fields|entries|extensions|workflows|custom-roles|assets...] [--copy-path <value> --copy-dir]
2655
2657
  [--fix-only reference|global_field|json:rte|json:extension|blocks|group|content_types...] [--columns <value> | ]
2656
2658
  [--sort <value>] [--filter <value>] [--csv | --no-truncate]
2657
2659
 
@@ -2661,7 +2663,7 @@ FLAGS
2661
2663
  --fix-only=<option>... Provide the list of fix options
2662
2664
  <options: reference|global_field|json:rte|json:extension|blocks|group|content_types>
2663
2665
  --modules=<option>... Provide the list of modules to be audited
2664
- <options: content-types|global-fields|entries|extensions|workflows|custom-roles>
2666
+ <options: content-types|global-fields|entries|extensions|workflows|custom-roles|assets>
2665
2667
  --report-path=<value> Path to store the audit reports
2666
2668
 
2667
2669
  TABLE FLAGS
@@ -2837,7 +2839,9 @@ FLAGS
2837
2839
  --personalize-project-name=<value> (optional) Provide a unique name for the Personalize project.
2838
2840
  --replace-existing Replaces the existing module in the target stack.
2839
2841
  --skip-app-recreation (optional) Skips the recreation of private apps if they already exist.
2842
+ --skip-assets-publish Skips asset publishing during the import process.
2840
2843
  --skip-audit Skips the audit fix that occurs during an import operation.
2844
+ --skip-entries-publish Skips entry publishing during the import process
2841
2845
  --skip-existing Skips the module exists warning messages.
2842
2846
 
2843
2847
  DESCRIPTION
@@ -3560,6 +3564,8 @@ EXAMPLES
3560
3564
 
3561
3565
  $ csdx config:set:region GCP-NA
3562
3566
 
3567
+ $ csdx config:set:region GCP-EU
3568
+
3563
3569
  $ csdx config:set:region --cma <custom_cma_host_url> --cda <custom_cda_host_url> --ui-host <custom_ui_host_url> --name "India"
3564
3570
 
3565
3571
  $ csdx config:set:region --cma <custom_cma_host_url> --cda <custom_cda_host_url> --ui-host <custom_ui_host_url> --name "India" --developer-hub <custom_developer_hub_url>
@@ -1,4 +1,4 @@
1
1
  {
2
- "version": "1.35.4",
2
+ "version": "1.36.0",
3
3
  "commands": {}
4
4
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@contentstack/cli",
3
3
  "description": "Command-line tool (CLI) to interact with Contentstack",
4
- "version": "1.35.4",
4
+ "version": "1.36.0",
5
5
  "author": "Contentstack",
6
6
  "bin": {
7
7
  "csdx": "./bin/run.js"
@@ -22,23 +22,23 @@
22
22
  "prepack": "pnpm compile && oclif manifest && oclif readme"
23
23
  },
24
24
  "dependencies": {
25
- "@contentstack/cli-audit": "~1.7.5",
25
+ "@contentstack/cli-audit": "~1.8.0",
26
26
  "@contentstack/cli-auth": "~1.3.24",
27
- "@contentstack/cli-cm-bootstrap": "~1.13.1",
28
- "@contentstack/cli-cm-branches": "~1.2.1",
29
- "@contentstack/cli-cm-bulk-publish": "~1.7.2",
30
- "@contentstack/cli-cm-clone": "~1.13.1",
31
- "@contentstack/cli-cm-export": "~1.14.2",
27
+ "@contentstack/cli-cm-bootstrap": "~1.13.2",
28
+ "@contentstack/cli-cm-branches": "~1.3.0",
29
+ "@contentstack/cli-cm-bulk-publish": "~1.7.3",
30
+ "@contentstack/cli-cm-clone": "~1.13.2",
31
+ "@contentstack/cli-cm-export": "~1.15.0",
32
32
  "@contentstack/cli-cm-export-to-csv": "~1.7.3",
33
- "@contentstack/cli-cm-import": "~1.19.5",
34
- "@contentstack/cli-cm-import-setup": "1.0.1",
33
+ "@contentstack/cli-cm-import": "~1.20.0",
34
+ "@contentstack/cli-cm-import-setup": "1.1.0",
35
35
  "@contentstack/cli-cm-migrate-rte": "~1.4.21",
36
- "@contentstack/cli-cm-seed": "~1.10.1",
36
+ "@contentstack/cli-cm-seed": "~1.10.2",
37
37
  "@contentstack/cli-command": "~1.3.3",
38
- "@contentstack/cli-config": "~1.9.1",
39
- "@contentstack/cli-launch": "^1.5.1",
38
+ "@contentstack/cli-config": "~1.10.0",
39
+ "@contentstack/cli-launch": "^1.6.0",
40
40
  "@contentstack/cli-migration": "~1.6.5",
41
- "@contentstack/cli-utilities": "~1.8.2",
41
+ "@contentstack/cli-utilities": "~1.8.4",
42
42
  "@contentstack/cli-variants": "~1.1.5",
43
43
  "@contentstack/management": "~1.18.4",
44
44
  "@oclif/core": "^3.27.0",
@@ -52,13 +52,13 @@
52
52
  "inquirer": "8.2.6",
53
53
  "node-machine-id": "^1.1.12",
54
54
  "open": "^8.4.2",
55
- "semver": "^7.6.3",
55
+ "semver": "^7.7.1",
56
56
  "short-uuid": "^4.2.2",
57
57
  "uuid": "^9.0.1",
58
58
  "winston": "^3.17.0"
59
59
  },
60
60
  "devDependencies": {
61
- "@oclif/test": "^4.1.6",
61
+ "@oclif/test": "^4.1.12",
62
62
  "@types/chai": "^4.3.20",
63
63
  "@types/inquirer": "^9.0.7",
64
64
  "@types/mkdirp": "^1.0.2",
@@ -69,7 +69,7 @@
69
69
  "chai": "^4.5.0",
70
70
  "eslint": "^8.57.1",
71
71
  "eslint-config-oclif": "^4.0.0",
72
- "eslint-config-oclif-typescript": "^3.1.13",
72
+ "eslint-config-oclif-typescript": "^3.1.14",
73
73
  "globby": "^10.0.2",
74
74
  "mocha": "10.8.2",
75
75
  "nock": "^13.5.6",