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

App::Cme::Command::check - Check the configuration of an application

VERSION

version 1.003

SYNOPSIS

 # standard usage
 cme check popcon

 # read data from arbitrary file (with Config::Model::Dpkg)
 cme check dpkg-copyright path/to/file

DESCRIPTION

Checks the content of the configuration file of an application. Prints warnings and errors on STDOUT.

Example:

 cme check fstab

Some applications will allow to override the default configuration file. For instance:

  curl http://metadata.ftp-master.debian.org/changelogs/main/f/frozen-bubble/unstable_copyright \
  | cme check dpkg-copyright -

Common options

See "Global Options" in cme.

options

-strict

When set, cme will exit 1 if warnings are found during check (of left after fix)

EXIT CODE

cme exits 0 when no errors are found. Exit 1 otherwise.

If -strict option is set, cme will exit 1 when warnings are still present when the program ends.

SEE ALSO

cme

AUTHOR

Dominique Dumont

COPYRIGHT AND LICENSE

This software is Copyright (c) 2015 by Dominique Dumont.

This is free software, licensed under:

  The GNU Lesser General Public License, Version 2.1, February 1999