The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

HiD::App::Command::config - dump configuration

SYNOPSIS

    $ hid config
    \ {
        destination   "_site",
        include_dir   "_includes",
        layout_dir   "_layouts",
        posts_dir   "_posts",
        source   "."
    }
    $ hid config pages
    [ massive output elided ]

DESCRIPTION

Dumps the active configuration (using Data::Printer)

If given an argument, will dump the corresponding attribute from the active HiD instance. This can be useful when debugging, because it allows you to see precisely what data structures are being built.

SEE ALSO

See HiD::App::Command for additional command line options supported by all sub commands.

VERSION

version 1.992

AUTHOR

John SJ Anderson <genehack@genehack.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2015 by John SJ Anderson.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.