Scroll to navigation

Catmandu::Cmd::info(3pm) User Contributed Perl Documentation Catmandu::Cmd::info(3pm)

NAME

Catmandu::Cmd::info - list installed Catmandu modules

DESCRIPTION

This Catmandu::Cmd uses Catmandu::Importer::Modules to list all modules. By default modules are listed in tabular form, like Catmandu::Exporter::Table.

EXAMPLES

  catmandu info --exporters
  catmandu info --importers
  catmandu info --fixes
  catmandu info --stores
  catmandu info --validators
  catmandu info --namespace=Catmandu
  catmandu info --all
  # export list of exporter modules to JSON
  catmandu info --exporters to JSON
2023-03-03 perl v5.36.0