NAME
Footprintless::App::Command::config - Prints the config at the coordinate.
VERSION
version 1.28
SYNOPSIS
fpl config project
fpl config project.environment
fpl config project.environment --format json2
fpl config project --format dumper3
DESCRIPTION
Prints out the config at the specified coordinate. The supported formats are:
dumper Same as dumper1
dumper0 Perl Data::Dumper without newlines
dumper1 Perl Data::Dumper with fixed indentation (2 spaces)
dumper2 Perl Data::Dumper with dynamic indent
dumper3 Perl Data::Dumper with dynamic indent and annotations
json Same as json3
json0 Compact JSON
json1 Pretty printed JSON
json2 JSON with canonically sorted keys
json3 Pretty printed JSON with canonically sorted keys
properties Java properties format alphabetically sorted (EXPERIMENTAL)
If no format is specified, dumper1 is implied.
AUTHOR
Lucas Theisen <lucastheisen@pastdev.com>
COPYRIGHT AND LICENSE
This software is copyright (c) 2016 by Lucas Theisen.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
SEE ALSO
Please see those modules/websites for more information related to this module.