@contentstack/cli-audit 1.17.0 → 1.17.1
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 +9 -9
- package/oclif.manifest.json +1 -1
- package/package.json +4 -4
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.17.
|
|
22
|
+
@contentstack/cli-audit/1.17.1 linux-x64 node-v22.22.0
|
|
23
23
|
$ csdx --help [COMMAND]
|
|
24
24
|
USAGE
|
|
25
25
|
$ csdx COMMAND
|
|
@@ -286,7 +286,7 @@ DESCRIPTION
|
|
|
286
286
|
Display help for csdx.
|
|
287
287
|
```
|
|
288
288
|
|
|
289
|
-
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v6.2.
|
|
289
|
+
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v6.2.37/src/commands/help.ts)_
|
|
290
290
|
|
|
291
291
|
## `csdx plugins`
|
|
292
292
|
|
|
@@ -309,7 +309,7 @@ EXAMPLES
|
|
|
309
309
|
$ csdx plugins
|
|
310
310
|
```
|
|
311
311
|
|
|
312
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.
|
|
312
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.55/src/commands/plugins/index.ts)_
|
|
313
313
|
|
|
314
314
|
## `csdx plugins:add PLUGIN`
|
|
315
315
|
|
|
@@ -383,7 +383,7 @@ EXAMPLES
|
|
|
383
383
|
$ csdx plugins:inspect myplugin
|
|
384
384
|
```
|
|
385
385
|
|
|
386
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.
|
|
386
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.55/src/commands/plugins/inspect.ts)_
|
|
387
387
|
|
|
388
388
|
## `csdx plugins:install PLUGIN`
|
|
389
389
|
|
|
@@ -432,7 +432,7 @@ EXAMPLES
|
|
|
432
432
|
$ csdx plugins:install someuser/someplugin
|
|
433
433
|
```
|
|
434
434
|
|
|
435
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.
|
|
435
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.55/src/commands/plugins/install.ts)_
|
|
436
436
|
|
|
437
437
|
## `csdx plugins:link PATH`
|
|
438
438
|
|
|
@@ -463,7 +463,7 @@ EXAMPLES
|
|
|
463
463
|
$ csdx plugins:link myplugin
|
|
464
464
|
```
|
|
465
465
|
|
|
466
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.
|
|
466
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.55/src/commands/plugins/link.ts)_
|
|
467
467
|
|
|
468
468
|
## `csdx plugins:remove [PLUGIN]`
|
|
469
469
|
|
|
@@ -504,7 +504,7 @@ FLAGS
|
|
|
504
504
|
--reinstall Reinstall all plugins after uninstalling.
|
|
505
505
|
```
|
|
506
506
|
|
|
507
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.
|
|
507
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.55/src/commands/plugins/reset.ts)_
|
|
508
508
|
|
|
509
509
|
## `csdx plugins:uninstall [PLUGIN]`
|
|
510
510
|
|
|
@@ -532,7 +532,7 @@ EXAMPLES
|
|
|
532
532
|
$ csdx plugins:uninstall myplugin
|
|
533
533
|
```
|
|
534
534
|
|
|
535
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.
|
|
535
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.55/src/commands/plugins/uninstall.ts)_
|
|
536
536
|
|
|
537
537
|
## `csdx plugins:unlink [PLUGIN]`
|
|
538
538
|
|
|
@@ -576,5 +576,5 @@ DESCRIPTION
|
|
|
576
576
|
Update installed plugins.
|
|
577
577
|
```
|
|
578
578
|
|
|
579
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.
|
|
579
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.55/src/commands/plugins/update.ts)_
|
|
580
580
|
<!-- 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.17.
|
|
3
|
+
"version": "1.17.1",
|
|
4
4
|
"description": "Contentstack audit plugin",
|
|
5
5
|
"author": "Contentstack CLI",
|
|
6
6
|
"homepage": "https://github.com/contentstack/cli",
|
|
@@ -18,8 +18,8 @@
|
|
|
18
18
|
"/oclif.manifest.json"
|
|
19
19
|
],
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@contentstack/cli-command": "~1.7.
|
|
22
|
-
"@contentstack/cli-utilities": "~1.
|
|
21
|
+
"@contentstack/cli-command": "~1.7.2",
|
|
22
|
+
"@contentstack/cli-utilities": "~1.17.0",
|
|
23
23
|
"@oclif/core": "^4.3.0",
|
|
24
24
|
"@oclif/plugin-help": "^6.2.28",
|
|
25
25
|
"@oclif/plugin-plugins": "^5.4.54",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"nyc": "^15.1.0",
|
|
46
46
|
"oclif": "^4.17.46",
|
|
47
47
|
"shx": "^0.4.0",
|
|
48
|
-
"sinon": "^
|
|
48
|
+
"sinon": "^21.0.1",
|
|
49
49
|
"ts-node": "^10.9.2",
|
|
50
50
|
"typescript": "^5.8.3"
|
|
51
51
|
},
|