@contentstack/cli-audit 1.7.4 → 1.7.5
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 +8 -8
- package/oclif.manifest.json +1 -1
- package/package.json +5 -8
package/README.md
CHANGED
|
@@ -19,7 +19,7 @@ $ npm install -g @contentstack/cli-audit
|
|
|
19
19
|
$ csdx COMMAND
|
|
20
20
|
running command...
|
|
21
21
|
$ csdx (--version|-v)
|
|
22
|
-
@contentstack/cli-audit/1.7.
|
|
22
|
+
@contentstack/cli-audit/1.7.5 linux-x64 node-v18.20.6
|
|
23
23
|
$ csdx --help [COMMAND]
|
|
24
24
|
USAGE
|
|
25
25
|
$ csdx COMMAND
|
|
@@ -269,7 +269,7 @@ EXAMPLES
|
|
|
269
269
|
$ csdx plugins
|
|
270
270
|
```
|
|
271
271
|
|
|
272
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.
|
|
272
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.31/src/commands/plugins/index.ts)_
|
|
273
273
|
|
|
274
274
|
## `csdx plugins:add PLUGIN`
|
|
275
275
|
|
|
@@ -343,7 +343,7 @@ EXAMPLES
|
|
|
343
343
|
$ csdx plugins:inspect myplugin
|
|
344
344
|
```
|
|
345
345
|
|
|
346
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.
|
|
346
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.31/src/commands/plugins/inspect.ts)_
|
|
347
347
|
|
|
348
348
|
## `csdx plugins:install PLUGIN`
|
|
349
349
|
|
|
@@ -392,7 +392,7 @@ EXAMPLES
|
|
|
392
392
|
$ csdx plugins:install someuser/someplugin
|
|
393
393
|
```
|
|
394
394
|
|
|
395
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.
|
|
395
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.31/src/commands/plugins/install.ts)_
|
|
396
396
|
|
|
397
397
|
## `csdx plugins:link PATH`
|
|
398
398
|
|
|
@@ -423,7 +423,7 @@ EXAMPLES
|
|
|
423
423
|
$ csdx plugins:link myplugin
|
|
424
424
|
```
|
|
425
425
|
|
|
426
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.
|
|
426
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.31/src/commands/plugins/link.ts)_
|
|
427
427
|
|
|
428
428
|
## `csdx plugins:remove [PLUGIN]`
|
|
429
429
|
|
|
@@ -464,7 +464,7 @@ FLAGS
|
|
|
464
464
|
--reinstall Reinstall all plugins after uninstalling.
|
|
465
465
|
```
|
|
466
466
|
|
|
467
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.
|
|
467
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.31/src/commands/plugins/reset.ts)_
|
|
468
468
|
|
|
469
469
|
## `csdx plugins:uninstall [PLUGIN]`
|
|
470
470
|
|
|
@@ -492,7 +492,7 @@ EXAMPLES
|
|
|
492
492
|
$ csdx plugins:uninstall myplugin
|
|
493
493
|
```
|
|
494
494
|
|
|
495
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.
|
|
495
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.31/src/commands/plugins/uninstall.ts)_
|
|
496
496
|
|
|
497
497
|
## `csdx plugins:unlink [PLUGIN]`
|
|
498
498
|
|
|
@@ -536,5 +536,5 @@ DESCRIPTION
|
|
|
536
536
|
Update installed plugins.
|
|
537
537
|
```
|
|
538
538
|
|
|
539
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.
|
|
539
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.31/src/commands/plugins/update.ts)_
|
|
540
540
|
<!-- commandsstop -->
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contentstack/cli-audit",
|
|
3
|
-
"version": "1.7.
|
|
3
|
+
"version": "1.7.5",
|
|
4
4
|
"description": "Contentstack audit plugin",
|
|
5
5
|
"author": "Contentstack CLI",
|
|
6
6
|
"homepage": "https://github.com/contentstack/cli",
|
|
@@ -18,10 +18,10 @@
|
|
|
18
18
|
"/oclif.manifest.json"
|
|
19
19
|
],
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@contentstack/cli-command": "~1.3.
|
|
22
|
-
"@contentstack/cli-utilities": "~1.8.
|
|
21
|
+
"@contentstack/cli-command": "~1.3.3",
|
|
22
|
+
"@contentstack/cli-utilities": "~1.8.1",
|
|
23
23
|
"@oclif/plugin-help": "^5.2.20",
|
|
24
|
-
"@oclif/plugin-plugins": "^5.4.
|
|
24
|
+
"@oclif/plugin-plugins": "^5.4.24",
|
|
25
25
|
"chalk": "^4.1.2",
|
|
26
26
|
"fast-csv": "^4.3.6",
|
|
27
27
|
"fs-extra": "^11.2.0",
|
|
@@ -30,8 +30,7 @@
|
|
|
30
30
|
"winston": "^3.17.0"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
|
-
"@
|
|
34
|
-
"@oclif/test": "^4.1.4",
|
|
33
|
+
"@oclif/test": "^4.1.6",
|
|
35
34
|
"@types/chai": "^4.3.20",
|
|
36
35
|
"@types/fs-extra": "^11.0.4",
|
|
37
36
|
"@types/mocha": "^10.0.10",
|
|
@@ -46,9 +45,7 @@
|
|
|
46
45
|
"oclif": "^3.17.2",
|
|
47
46
|
"shx": "^0.3.4",
|
|
48
47
|
"sinon": "^19.0.2",
|
|
49
|
-
"ts-jest": "^29.2.5",
|
|
50
48
|
"ts-node": "^10.9.2",
|
|
51
|
-
"tslib": "^2.8.1",
|
|
52
49
|
"typescript": "^5.7.2"
|
|
53
50
|
},
|
|
54
51
|
"oclif": {
|