@@ -19,7 +19,7 @@ $ npm install -g @contentstack/cli-audit
1919$ csdx COMMAND
2020running command...
2121$ csdx (--version| -v)
22- @contentstack/cli-audit/1.19.1 darwin-arm64 node-v22.13.1
22+ @contentstack/cli-audit/1.19.2 darwin-arm64 node-v24.14.0
2323$ csdx --help [COMMAND]
2424USAGE
2525 $ csdx COMMAND
3535* [ ` csdx cm:stacks:audit ` ] ( #csdx-cmstacksaudit )
3636* [ ` csdx cm:stacks:audit:fix ` ] ( #csdx-cmstacksauditfix )
3737* [ ` csdx help [COMMAND] ` ] ( #csdx-help-command )
38- * [ ` csdx plugins ` ] ( #csdx-plugins )
39- * [ ` csdx plugins:add PLUGIN ` ] ( #csdx-pluginsadd-plugin )
40- * [ ` csdx plugins:inspect PLUGIN... ` ] ( #csdx-pluginsinspect-plugin )
41- * [ ` csdx plugins:install PLUGIN ` ] ( #csdx-pluginsinstall-plugin )
42- * [ ` csdx plugins:link PATH ` ] ( #csdx-pluginslink-path )
43- * [ ` csdx plugins:remove [PLUGIN] ` ] ( #csdx-pluginsremove-plugin )
44- * [ ` csdx plugins:reset ` ] ( #csdx-pluginsreset )
45- * [ ` csdx plugins:uninstall [PLUGIN] ` ] ( #csdx-pluginsuninstall-plugin )
46- * [ ` csdx plugins:unlink [PLUGIN] ` ] ( #csdx-pluginsunlink-plugin )
47- * [ ` csdx plugins:update ` ] ( #csdx-pluginsupdate )
4838
4939## ` csdx audit `
5040
@@ -287,294 +277,4 @@ DESCRIPTION
287277```
288278
289279_ See code: [ @oclif/plugin-help ] ( https://github.com/oclif/plugin-help/blob/v6.2.37/src/commands/help.ts ) _
290-
291- ## ` csdx plugins `
292-
293- List installed plugins.
294-
295- ```
296- USAGE
297- $ csdx plugins [--json] [--core]
298-
299- FLAGS
300- --core Show core plugins.
301-
302- GLOBAL FLAGS
303- --json Format output as json.
304-
305- DESCRIPTION
306- List installed plugins.
307-
308- EXAMPLES
309- $ csdx plugins
310- ```
311-
312- _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v5.4.56/src/commands/plugins/index.ts ) _
313-
314- ## ` csdx plugins:add PLUGIN `
315-
316- Installs a plugin into csdx.
317-
318- ```
319- USAGE
320- $ csdx plugins:add PLUGIN... [--json] [-f] [-h] [-s | -v]
321-
322- ARGUMENTS
323- PLUGIN... Plugin to install.
324-
325- FLAGS
326- -f, --force Force npm to fetch remote resources even if a local copy exists on disk.
327- -h, --help Show CLI help.
328- -s, --silent Silences npm output.
329- -v, --verbose Show verbose npm output.
330-
331- GLOBAL FLAGS
332- --json Format output as json.
333-
334- DESCRIPTION
335- Installs a plugin into csdx.
336-
337- Uses npm to install plugins.
338-
339- Installation of a user-installed plugin will override a core plugin.
340-
341- Use the CSDX_NPM_LOG_LEVEL environment variable to set the npm loglevel.
342- Use the CSDX_NPM_REGISTRY environment variable to set the npm registry.
343-
344- ALIASES
345- $ csdx plugins:add
346-
347- EXAMPLES
348- Install a plugin from npm registry.
349-
350- $ csdx plugins:add myplugin
351-
352- Install a plugin from a github url.
353-
354- $ csdx plugins:add https://github.com/someuser/someplugin
355-
356- Install a plugin from a github slug.
357-
358- $ csdx plugins:add someuser/someplugin
359- ```
360-
361- ## ` csdx plugins:inspect PLUGIN... `
362-
363- Displays installation properties of a plugin.
364-
365- ```
366- USAGE
367- $ csdx plugins:inspect PLUGIN...
368-
369- ARGUMENTS
370- PLUGIN... [default: .] Plugin to inspect.
371-
372- FLAGS
373- -h, --help Show CLI help.
374- -v, --verbose
375-
376- GLOBAL FLAGS
377- --json Format output as json.
378-
379- DESCRIPTION
380- Displays installation properties of a plugin.
381-
382- EXAMPLES
383- $ csdx plugins:inspect myplugin
384- ```
385-
386- _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v5.4.56/src/commands/plugins/inspect.ts ) _
387-
388- ## ` csdx plugins:install PLUGIN `
389-
390- Installs a plugin into csdx.
391-
392- ```
393- USAGE
394- $ csdx plugins:install PLUGIN... [--json] [-f] [-h] [-s | -v]
395-
396- ARGUMENTS
397- PLUGIN... Plugin to install.
398-
399- FLAGS
400- -f, --force Force npm to fetch remote resources even if a local copy exists on disk.
401- -h, --help Show CLI help.
402- -s, --silent Silences npm output.
403- -v, --verbose Show verbose npm output.
404-
405- GLOBAL FLAGS
406- --json Format output as json.
407-
408- DESCRIPTION
409- Installs a plugin into csdx.
410-
411- Uses npm to install plugins.
412-
413- Installation of a user-installed plugin will override a core plugin.
414-
415- Use the CSDX_NPM_LOG_LEVEL environment variable to set the npm loglevel.
416- Use the CSDX_NPM_REGISTRY environment variable to set the npm registry.
417-
418- ALIASES
419- $ csdx plugins:add
420-
421- EXAMPLES
422- Install a plugin from npm registry.
423-
424- $ csdx plugins:install myplugin
425-
426- Install a plugin from a github url.
427-
428- $ csdx plugins:install https://github.com/someuser/someplugin
429-
430- Install a plugin from a github slug.
431-
432- $ csdx plugins:install someuser/someplugin
433- ```
434-
435- _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v5.4.56/src/commands/plugins/install.ts ) _
436-
437- ## ` csdx plugins:link PATH `
438-
439- Links a plugin into the CLI for development.
440-
441- ```
442- USAGE
443- $ csdx plugins:link PATH [-h] [--install] [-v]
444-
445- ARGUMENTS
446- PATH [default: .] path to plugin
447-
448- FLAGS
449- -h, --help Show CLI help.
450- -v, --verbose
451- --[no-]install Install dependencies after linking the plugin.
452-
453- DESCRIPTION
454- Links a plugin into the CLI for development.
455-
456- Installation of a linked plugin will override a user-installed or core plugin.
457-
458- e.g. If you have a user-installed or core plugin that has a 'hello' command, installing a linked plugin with a 'hello'
459- command will override the user-installed or core plugin implementation. This is useful for development work.
460-
461-
462- EXAMPLES
463- $ csdx plugins:link myplugin
464- ```
465-
466- _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v5.4.56/src/commands/plugins/link.ts ) _
467-
468- ## ` csdx plugins:remove [PLUGIN] `
469-
470- Removes a plugin from the CLI.
471-
472- ```
473- USAGE
474- $ csdx plugins:remove [PLUGIN...] [-h] [-v]
475-
476- ARGUMENTS
477- [PLUGIN...] plugin to uninstall
478-
479- FLAGS
480- -h, --help Show CLI help.
481- -v, --verbose
482-
483- DESCRIPTION
484- Removes a plugin from the CLI.
485-
486- ALIASES
487- $ csdx plugins:unlink
488- $ csdx plugins:remove
489-
490- EXAMPLES
491- $ csdx plugins:remove myplugin
492- ```
493-
494- ## ` csdx plugins:reset `
495-
496- Remove all user-installed and linked plugins.
497-
498- ```
499- USAGE
500- $ csdx plugins:reset [--hard] [--reinstall]
501-
502- FLAGS
503- --hard Delete node_modules and package manager related files in addition to uninstalling plugins.
504- --reinstall Reinstall all plugins after uninstalling.
505- ```
506-
507- _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v5.4.56/src/commands/plugins/reset.ts ) _
508-
509- ## ` csdx plugins:uninstall [PLUGIN] `
510-
511- Removes a plugin from the CLI.
512-
513- ```
514- USAGE
515- $ csdx plugins:uninstall [PLUGIN...] [-h] [-v]
516-
517- ARGUMENTS
518- [PLUGIN...] plugin to uninstall
519-
520- FLAGS
521- -h, --help Show CLI help.
522- -v, --verbose
523-
524- DESCRIPTION
525- Removes a plugin from the CLI.
526-
527- ALIASES
528- $ csdx plugins:unlink
529- $ csdx plugins:remove
530-
531- EXAMPLES
532- $ csdx plugins:uninstall myplugin
533- ```
534-
535- _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v5.4.56/src/commands/plugins/uninstall.ts ) _
536-
537- ## ` csdx plugins:unlink [PLUGIN] `
538-
539- Removes a plugin from the CLI.
540-
541- ```
542- USAGE
543- $ csdx plugins:unlink [PLUGIN...] [-h] [-v]
544-
545- ARGUMENTS
546- [PLUGIN...] plugin to uninstall
547-
548- FLAGS
549- -h, --help Show CLI help.
550- -v, --verbose
551-
552- DESCRIPTION
553- Removes a plugin from the CLI.
554-
555- ALIASES
556- $ csdx plugins:unlink
557- $ csdx plugins:remove
558-
559- EXAMPLES
560- $ csdx plugins:unlink myplugin
561- ```
562-
563- ## ` csdx plugins:update `
564-
565- Update installed plugins.
566-
567- ```
568- USAGE
569- $ csdx plugins:update [-h] [-v]
570-
571- FLAGS
572- -h, --help Show CLI help.
573- -v, --verbose
574-
575- DESCRIPTION
576- Update installed plugins.
577- ```
578-
579- _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v5.4.56/src/commands/plugins/update.ts ) _
580280<!-- commandsstop -->
0 commit comments