File tree Expand file tree Collapse file tree
contentstack-bulk-publish
contentstack-export-to-csv
contentstack-import-setup Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- fileignoreconfig:
2- - filename: pnpm-lock.yaml
3- checksum: 19a030bd06243389baa385fd58a90a595c9dd52590be8d15104e18443b9c4701
4- version: '1.0'
Original file line number Diff line number Diff line change 3434* [ ` csdx audit:fix ` ] ( #csdx-auditfix )
3535* [ ` csdx cm:stacks:audit ` ] ( #csdx-cmstacksaudit )
3636* [ ` csdx cm:stacks:audit:fix ` ] ( #csdx-cmstacksauditfix )
37- * [ ` csdx help [COMMAND] ` ] ( #csdx-help-command )
3837
3938## ` csdx audit `
4039
@@ -257,24 +256,4 @@ EXAMPLES
257256```
258257
259258_ See code: [ src/commands/cm/stacks/audit/fix.ts] ( https://github.com/contentstack/audit/blob/main/packages/contentstack-audit/src/commands/cm/stacks/audit/fix.ts ) _
260-
261- ## ` csdx help [COMMAND] `
262-
263- Display help for csdx.
264-
265- ```
266- USAGE
267- $ csdx help [COMMAND...] [-n]
268-
269- ARGUMENTS
270- [COMMAND...] Command to show help for.
271-
272- FLAGS
273- -n, --nested-commands Include all nested commands in the output.
274-
275- DESCRIPTION
276- Display help for csdx.
277- ```
278-
279- _ See code: [ @oclif/plugin-help ] ( https://github.com/oclif/plugin-help/blob/v6.2.37/src/commands/help.ts ) _
280259<!-- commandsstop -->
Original file line number Diff line number Diff line change 2121 "@contentstack/cli-command" : " ~1.8.1" ,
2222 "@contentstack/cli-utilities" : " ~1.18.2" ,
2323 "@oclif/core" : " ^4.10.5" ,
24- "@oclif/plugin-help" : " ^6.2.28" ,
2524 "chalk" : " ^4.1.2" ,
2625 "fast-csv" : " ^4.3.6" ,
2726 "fs-extra" : " ^11.3.0" ,
5049 "oclif" : {
5150 "bin" : " csdx" ,
5251 "commands" : " ./lib/commands" ,
53- "plugins" : [
54- " @oclif/plugin-help"
55- ],
5652 "topicSeparator" : " :" ,
5753 "additionalHelpFlags" : [
5854 " -h"
Original file line number Diff line number Diff line change 2121 "@contentstack/cli-config" : " ~1.20.2" ,
2222 "@contentstack/cli-utilities" : " ~1.18.2" ,
2323 "@oclif/core" : " ^4.10.5" ,
24- "@oclif/plugin-help" : " ^6.2.37" ,
2524 "inquirer" : " 8.2.7" ,
2625 "mkdirp" : " ^2.1.6" ,
2726 "tar" : " ^7.5.11"
3433 "@types/tar" : " ^6.1.13" ,
3534 "chai" : " ^4.5.0" ,
3635 "eslint" : " ^9.26.0" ,
37- "eslint-config-oclif" : " ^6.0.62" ,
38- "eslint-config-oclif-typescript" : " ^3.1.14" ,
3936 "mocha" : " 10.8.2" ,
4037 "nyc" : " ^15.1.0" ,
4138 "oclif" : " ^4.17.46" ,
4239 "tmp" : " ^0.2.5" ,
43- "ts-node" : " ^8.10.2" ,
4440 "typescript" : " ^4.9.5"
4541 },
4642 "engines" : {
Original file line number Diff line number Diff line change 77 "dependencies" : {
88 "@contentstack/cli-command" : " ~1.8.1" ,
99 "@oclif/core" : " ^4.10.5" ,
10- "@oclif/plugin-help" : " ^6.2.28" ,
1110 "@contentstack/cli-utilities" : " ~1.18.2" ,
1211 "chalk" : " ^4.1.2" ,
1312 "just-diff" : " ^6.0.2" ,
1413 "lodash" : " ^4.18.1"
1514 },
1615 "devDependencies" : {
17- "@contentstack/cli-dev-dependencies" : " ^1.3.1" ,
1816 "chai" : " ^4.5.0" ,
1917 "dotenv" : " ^16.5.0" ,
2018 "dotenv-expand" : " ^9.0.0" ,
Original file line number Diff line number Diff line change 99 "@contentstack/cli-config" : " ~1.20.2" ,
1010 "@contentstack/cli-utilities" : " ~1.18.2" ,
1111 "@oclif/core" : " ^4.10.5" ,
12- "@oclif/plugin-help" : " ^6.2.44" ,
1312 "chalk" : " ^4.1.2" ,
1413 "dotenv" : " ^16.6.1" ,
1514 "inquirer" : " 8.2.7" ,
Original file line number Diff line number Diff line change 1111 "@contentstack/cli-command" : " ~1.8.1" ,
1212 "@contentstack/cli-utilities" : " ~1.18.2" ,
1313 "@oclif/core" : " ^4.10.5" ,
14- "@oclif/plugin-help" : " ^6.2.28" ,
1514 "chalk" : " ^4.1.2" ,
1615 "inquirer" : " 8.2.7" ,
1716 "lodash" : " ^4.18.1" ,
Original file line number Diff line number Diff line change 88 "@contentstack/cli-command" : " ~1.8.1" ,
99 "@contentstack/cli-utilities" : " ~1.18.2" ,
1010 "@oclif/core" : " ^4.10.5" ,
11- "@oclif/plugin-help" : " ^6.2.32" ,
1211 "fast-csv" : " ^4.3.6" ,
1312 "inquirer" : " 8.2.7" ,
14- "inquirer-checkbox-plus-prompt" : " 1.4.2" ,
15- "mkdirp" : " ^3.0.1"
13+ "inquirer-checkbox-plus-prompt" : " 1.4.2"
1614 },
1715 "devDependencies" : {
1816 "@oclif/test" : " ^4.1.18" ,
1917 "@types/chai" : " ^4.3.20" ,
2018 "@types/inquirer" : " ^9.0.8" ,
2119 "@types/mocha" : " ^10.0.10" ,
22- "@types/mkdirp" : " ^1.0.2" ,
2320 "@types/node" : " ^20.17.50" ,
2421 "chai" : " ^4.5.0" ,
2522 "eslint" : " ^9.26.0" ,
2623 "eslint-config-oclif" : " ^6.0.62" ,
2724 "eslint-config-oclif-typescript" : " ^3.1.14" ,
2825 "mocha" : " ^10.8.2" ,
29- "nock" : " ^13.5.6" ,
3026 "nyc" : " ^15.1.0" ,
3127 "oclif" : " ^4.17.46" ,
3228 "sinon" : " ^19.0.5" ,
Original file line number Diff line number Diff line change 3636 "dotenv" : " ^16.5.0" ,
3737 "dotenv-expand" : " ^9.0.0" ,
3838 "eslint" : " ^9.26.0" ,
39- "eslint-config-oclif" : " ^6.0.68" ,
4039 "mocha" : " 10.8.2" ,
4140 "nyc" : " ^15.1.0" ,
4241 "oclif" : " ^4.17.46" ,
Original file line number Diff line number Diff line change 2626 "@typescript-eslint/eslint-plugin" : " ^5.62.0" ,
2727 "chai" : " ^4.5.0" ,
2828 "eslint" : " ^9.26.0" ,
29- "eslint-config-oclif" : " ^6.0.62" ,
3029 "mocha" : " ^10.8.2" ,
3130 "nyc" : " ^15.1.0" ,
3231 "oclif" : " ^4.17.46" ,
You can’t perform that action at this time.
0 commit comments