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

NAME

Clustericious::Command::configdebug - Debug a clustericious configuration file

VERSION

version 1.00

SYNOPSIS

Given a YourApp clustericious Clustericious::App and yourapp starter script:

 % yourapp configdebug

or

 % clustericious configdebug YourApp

DESCRIPTION

This command prints out:

  • The pre-processed template configuration for each configuration file used by your application.

  • The post-processed template configuration for each configuration file used by your application.

  • The final merged configuration

SEE ALSO

Clustericious::Config, Clustericious

AUTHOR

original author: Brian Duggan

current maintainer: Graham Ollis <plicease@cpan.org>

contributors:

Curt Tilmes

COPYRIGHT AND LICENSE

This software is copyright (c) 2013 by NASA GSFC.

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