Skip to content

Commit 72654b6

Browse files
authored
Merge pull request #1802 from contentstack/development
DX | 10-03-2025 | Release
2 parents 304e10e + 3aa8325 commit 72654b6

File tree

47 files changed

+898
-584
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+898
-584
lines changed

package-lock.json

Lines changed: 31 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/contentstack-audit/README.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ $ npm install -g @contentstack/cli-audit
1919
$ csdx COMMAND
2020
running command...
2121
$ csdx (--version|-v)
22-
@contentstack/cli-audit/1.7.5 darwin-arm64 node-v22.14.0
22+
@contentstack/cli-audit/1.8.0 darwin-arm64 node-v23.6.0
2323
$ csdx --help [COMMAND]
2424
USAGE
2525
$ csdx COMMAND
@@ -53,12 +53,12 @@ Perform audits and find possible errors in the exported Contentstack data
5353
```
5454
USAGE
5555
$ csdx audit [--report-path <value>] [--modules
56-
content-types|global-fields|entries|extensions|workflows|custom-roles] [--columns <value> | ] [--sort <value>]
57-
[--filter <value>] [--csv | --no-truncate]
56+
content-types|global-fields|entries|extensions|workflows|custom-roles|assets] [--columns <value> | ] [--sort
57+
<value>] [--filter <value>] [--csv | --no-truncate]
5858
5959
FLAGS
6060
--modules=<option>... Provide the list of modules to be audited
61-
<options: content-types|global-fields|entries|extensions|workflows|custom-roles>
61+
<options: content-types|global-fields|entries|extensions|workflows|custom-roles|assets>
6262
--report-path=<value> Path to store the audit reports
6363
6464
TABLE FLAGS
@@ -94,17 +94,17 @@ Perform audits and fix possible errors in the exported Contentstack data.
9494
```
9595
USAGE
9696
$ csdx audit:fix [--report-path <value>] [--modules
97-
content-types|global-fields|entries|extensions|workflows|custom-roles] [--copy-path <value> --copy-dir] [--fix-only
98-
reference|global_field|json:rte|json:extension|blocks|group|content_types] [--columns <value> | ] [--sort <value>]
99-
[--filter <value>] [--csv | --no-truncate]
97+
content-types|global-fields|entries|extensions|workflows|custom-roles|assets] [--copy-path <value> --copy-dir]
98+
[--fix-only reference|global_field|json:rte|json:extension|blocks|group|content_types] [--columns <value> | ]
99+
[--sort <value>] [--filter <value>] [--csv | --no-truncate]
100100
101101
FLAGS
102102
--copy-dir Create backup from the original data.
103103
--copy-path=<value> Provide the path to backup the copied data
104104
--fix-only=<option>... Provide the list of fix options
105105
<options: reference|global_field|json:rte|json:extension|blocks|group|content_types>
106106
--modules=<option>... Provide the list of modules to be audited
107-
<options: content-types|global-fields|entries|extensions|workflows|custom-roles>
107+
<options: content-types|global-fields|entries|extensions|workflows|custom-roles|assets>
108108
--report-path=<value> Path to store the audit reports
109109
110110
TABLE FLAGS
@@ -142,12 +142,12 @@ Perform audits and find possible errors in the exported Contentstack data
142142
```
143143
USAGE
144144
$ csdx cm:stacks:audit [--report-path <value>] [--modules
145-
content-types|global-fields|entries|extensions|workflows|custom-roles] [--columns <value> | ] [--sort <value>]
146-
[--filter <value>] [--csv | --no-truncate]
145+
content-types|global-fields|entries|extensions|workflows|custom-roles|assets] [--columns <value> | ] [--sort
146+
<value>] [--filter <value>] [--csv | --no-truncate]
147147
148148
FLAGS
149149
--modules=<option>... Provide the list of modules to be audited
150-
<options: content-types|global-fields|entries|extensions|workflows|custom-roles>
150+
<options: content-types|global-fields|entries|extensions|workflows|custom-roles|assets>
151151
--report-path=<value> Path to store the audit reports
152152
153153
TABLE FLAGS
@@ -185,17 +185,17 @@ Perform audits and fix possible errors in the exported Contentstack data.
185185
```
186186
USAGE
187187
$ csdx cm:stacks:audit:fix [--report-path <value>] [--modules
188-
content-types|global-fields|entries|extensions|workflows|custom-roles] [--copy-path <value> --copy-dir] [--fix-only
189-
reference|global_field|json:rte|json:extension|blocks|group|content_types] [--columns <value> | ] [--sort <value>]
190-
[--filter <value>] [--csv | --no-truncate]
188+
content-types|global-fields|entries|extensions|workflows|custom-roles|assets] [--copy-path <value> --copy-dir]
189+
[--fix-only reference|global_field|json:rte|json:extension|blocks|group|content_types] [--columns <value> | ]
190+
[--sort <value>] [--filter <value>] [--csv | --no-truncate]
191191
192192
FLAGS
193193
--copy-dir Create backup from the original data.
194194
--copy-path=<value> Provide the path to backup the copied data
195195
--fix-only=<option>... Provide the list of fix options
196196
<options: reference|global_field|json:rte|json:extension|blocks|group|content_types>
197197
--modules=<option>... Provide the list of modules to be audited
198-
<options: content-types|global-fields|entries|extensions|workflows|custom-roles>
198+
<options: content-types|global-fields|entries|extensions|workflows|custom-roles|assets>
199199
--report-path=<value> Path to store the audit reports
200200
201201
TABLE FLAGS

packages/contentstack-audit/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@contentstack/cli-audit",
3-
"version": "1.7.5",
3+
"version": "1.8.0",
44
"description": "Contentstack audit plugin",
55
"author": "Contentstack CLI",
66
"homepage": "https://github.com/contentstack/cli",
@@ -21,32 +21,32 @@
2121
"@contentstack/cli-command": "~1.3.3",
2222
"@contentstack/cli-utilities": "~1.8.3",
2323
"@oclif/plugin-help": "^5.2.20",
24-
"@oclif/plugin-plugins": "^5.4.24",
24+
"@oclif/plugin-plugins": "^5.4.34",
2525
"chalk": "^4.1.2",
2626
"fast-csv": "^4.3.6",
27-
"fs-extra": "^11.2.0",
27+
"fs-extra": "^11.3.0",
2828
"lodash": "^4.17.21",
2929
"uuid": "^9.0.1",
3030
"winston": "^3.17.0"
3131
},
3232
"devDependencies": {
33-
"@oclif/test": "^4.1.6",
33+
"@oclif/test": "^4.1.11",
3434
"@types/chai": "^4.3.20",
3535
"@types/fs-extra": "^11.0.4",
3636
"@types/mocha": "^10.0.10",
37-
"@types/node": "^20.17.10",
37+
"@types/node": "^20.17.19",
3838
"@types/uuid": "^9.0.8",
3939
"chai": "^4.5.0",
4040
"eslint": "^8.57.1",
4141
"eslint-config-oclif": "^4.0.0",
42-
"eslint-config-oclif-typescript": "^3.1.13",
42+
"eslint-config-oclif-typescript": "^3.1.14",
4343
"mocha": "^10.8.2",
4444
"nyc": "^15.1.0",
4545
"oclif": "^3.17.2",
4646
"shx": "^0.3.4",
4747
"sinon": "^19.0.2",
4848
"ts-node": "^10.9.2",
49-
"typescript": "^5.7.2"
49+
"typescript": "^5.7.3"
5050
},
5151
"oclif": {
5252
"bin": "csdx",

0 commit comments

Comments
 (0)