@contentstack/cli 1.14.0 → 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 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.14.0 linux-x64 node-v18.19.0
21
+ @contentstack/cli/1.15.0 linux-x64 node-v18.19.1
22
22
  $ csdx --help [COMMAND]
23
23
  USAGE
24
24
  $ csdx COMMAND
@@ -169,14 +169,14 @@ Perform audits and fix possible errors in the exported Contentstack data.
169
169
  USAGE
170
170
  $ csdx audit:fix [-c <value>] [-d <value>] [--report-path <value>] [--modules
171
171
  content-types|global-fields|entries] [--copy-path <value> --copy-dir] [--fix-only
172
- reference|global_field|json:rte|json:custom-field|blocks|group] [--columns <value> | ] [--sort <value>] [--filter
172
+ reference|global_field|json:rte|json:extension|blocks|group] [--columns <value> | ] [--sort <value>] [--filter
173
173
  <value>] [--csv | --no-truncate]
174
174
 
175
175
  FLAGS
176
176
  --copy-dir Create backup from the original data.
177
177
  --copy-path=<value> Provide the path to backup the copied data
178
178
  --fix-only=<option>... Provide the list of fix options
179
- <options: reference|global_field|json:rte|json:custom-field|blocks|group>
179
+ <options: reference|global_field|json:rte|json:extension|blocks|group>
180
180
  --modules=<option>... Provide the list of modules to be audited
181
181
  <options: content-types|global-fields|entries>
182
182
  --report-path=<value> Path to store the audit reports
@@ -2427,14 +2427,14 @@ Perform audits and fix possible errors in the exported Contentstack data.
2427
2427
  USAGE
2428
2428
  $ csdx cm:stacks:audit:fix [-c <value>] [-d <value>] [--report-path <value>] [--modules
2429
2429
  content-types|global-fields|entries] [--copy-path <value> --copy-dir] [--fix-only
2430
- reference|global_field|json:rte|json:custom-field|blocks|group] [--columns <value> | ] [--sort <value>] [--filter
2430
+ reference|global_field|json:rte|json:extension|blocks|group] [--columns <value> | ] [--sort <value>] [--filter
2431
2431
  <value>] [--csv | --no-truncate]
2432
2432
 
2433
2433
  FLAGS
2434
2434
  --copy-dir Create backup from the original data.
2435
2435
  --copy-path=<value> Provide the path to backup the copied data
2436
2436
  --fix-only=<option>... Provide the list of fix options
2437
- <options: reference|global_field|json:rte|json:custom-field|blocks|group>
2437
+ <options: reference|global_field|json:rte|json:extension|blocks|group>
2438
2438
  --modules=<option>... Provide the list of modules to be audited
2439
2439
  <options: content-types|global-fields|entries>
2440
2440
  --report-path=<value> Path to store the audit reports
@@ -1,4 +1,4 @@
1
1
  {
2
- "version": "1.14.0",
2
+ "version": "1.15.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.14.0",
4
+ "version": "1.15.0",
5
5
  "author": "Contentstack",
6
6
  "bin": {
7
7
  "csdx": "./bin/run"
@@ -22,23 +22,23 @@
22
22
  "prepack": "pnpm compile && oclif manifest && oclif readme"
23
23
  },
24
24
  "dependencies": {
25
- "@contentstack/cli-audit": "~1.3.5",
25
+ "@contentstack/cli-audit": "~1.4.0",
26
26
  "@contentstack/cli-auth": "~1.3.17",
27
- "@contentstack/cli-cm-bootstrap": "~1.8.0",
27
+ "@contentstack/cli-cm-bootstrap": "~1.9.0",
28
28
  "@contentstack/cli-cm-branches": "~1.0.22",
29
- "@contentstack/cli-cm-bulk-publish": "~1.4.0",
30
- "@contentstack/cli-cm-export": "~1.10.5",
31
- "@contentstack/cli-cm-clone": "~1.10.0",
32
- "@contentstack/cli-cm-export-to-csv": "~1.6.2",
33
- "@contentstack/cli-cm-import": "~1.13.3",
29
+ "@contentstack/cli-cm-bulk-publish": "~1.4.2",
30
+ "@contentstack/cli-cm-export": "~1.11.0",
31
+ "@contentstack/cli-cm-clone": "~1.10.1",
32
+ "@contentstack/cli-cm-export-to-csv": "~1.7.0",
33
+ "@contentstack/cli-cm-import": "~1.14.0",
34
34
  "@contentstack/cli-cm-migrate-rte": "~1.4.15",
35
35
  "@contentstack/cli-cm-seed": "~1.7.1",
36
36
  "@contentstack/cli-command": "~1.2.17",
37
37
  "@contentstack/cli-config": "~1.6.2",
38
38
  "@contentstack/cli-launch": "~1.0.16",
39
- "@contentstack/cli-migration": "~1.4.2",
40
- "@contentstack/cli-utilities": "~1.5.11",
41
- "@contentstack/management": "~1.13.0",
39
+ "@contentstack/cli-migration": "~1.5.0",
40
+ "@contentstack/cli-utilities": "~1.5.12",
41
+ "@contentstack/management": "~1.15.3",
42
42
  "@oclif/core": "^2.9.3",
43
43
  "@oclif/plugin-help": "^5",
44
44
  "@oclif/plugin-not-found": "^2.4.0",
@@ -73,7 +73,7 @@
73
73
  "rimraf": "^2.7.1",
74
74
  "shelljs": "^0.8.4",
75
75
  "sinon": "^15.0.1",
76
- "tmp": "^0.2.1",
76
+ "tmp": "^0.2.2",
77
77
  "ts-node": "^10.9.1",
78
78
  "tslib": "^2.4.1",
79
79
  "typescript": "^4.9.3"