Skip to content

validate-component-config

Used to validate the configuration file for a component of the S-Filer Portal solution.

Syntax:

shell
sfiler-cli [options] validate-component-config [command options]
Command optionsRequired / OptionalDescription
-ccfRequiredThe Component Configuration File that will be validated.

Example:

This command validated the configuration of the component configuration file conf/sfiler.conf.

shell
./sfiler-config-cli.sh -l my-user -p my-password -cf "conf/sfiler.conf" validate-component-config -ccf "conf/sfiler.conf"