Skip to content

Commit 71984a1

Browse files
committed
Cleanup unused plugins
1 parent 06a5de9 commit 71984a1

14 files changed

Lines changed: 1 addition & 120 deletions

File tree

.talismanrc

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +0,0 @@
1-
fileignoreconfig:
2-
- filename: pnpm-lock.yaml
3-
checksum: 19a030bd06243389baa385fd58a90a595c9dd52590be8d15104e18443b9c4701
4-
version: '1.0'

packages/contentstack-audit/README.md

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ USAGE
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 -->

packages/contentstack-audit/package.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
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",
@@ -50,9 +49,6 @@
5049
"oclif": {
5150
"bin": "csdx",
5251
"commands": "./lib/commands",
53-
"plugins": [
54-
"@oclif/plugin-help"
55-
],
5652
"topicSeparator": ":",
5753
"additionalHelpFlags": [
5854
"-h"

packages/contentstack-bootstrap/package.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
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"
@@ -34,13 +33,10 @@
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": {

packages/contentstack-branches/package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,12 @@
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",

packages/contentstack-bulk-publish/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
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",

packages/contentstack-clone/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
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",

packages/contentstack-export-to-csv/package.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,25 +8,21 @@
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",

packages/contentstack-export/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
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",

packages/contentstack-import-setup/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
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",

0 commit comments

Comments
 (0)