The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

qgoda config - Dump the content of a Qgoda site

SYNOPSIS

qgoda dump [<global options>] [--output-format=<format>]

Try 'qgoda --help' for a description of global options. The options '--log-stderr' and '--quiet' are forced in dump mode.

DESCRIPTION

Analyzes the current directory but unlike "qgoda build" dumps the content as one of the standard serialization formats.

One possible purpose is to dump the textual information into elasticsearch or other search engines.

OPTIONS

--output-format=<format>

Let's you override the default output format JSON with one of:

YAML

See http://yaml.oprg/

PERL

Serialized into Perl code.

STORABLE

See Storable.

JSON

The default output format.

-h, --help

Show this help page and exit.

SEE ALSO

qgoda(1), http://yaml.org/, Storable, perl(1)

QGODA

Part of Qgoda.