Class ValidateOptionListCommand
Validates the known option lists in the local file system.
Inheritance
object
Sitecore.CH.Cli.Core.Abstractions.Commands.BaseCommand<THandler>Sitecore.CH.Cli.Plugin.Serialization.CommandHandlers.ValidateOptionListCommandHandler
ValidateOptionListCommand
Namespace: SitecoreSitecore.CHSitecore.CH.CliSitecore.CH.Cli.PluginSitecore.CH.Cli.Plugin.SerializationCommands
Assembly: Sitecore.CH.Cli.Plugin.Serialization.dll
Syntax
RequestResponse
public sealed class ValidateOptionListCommand : BaseCommand<ValidateOptionListCommandHandler>
Remarks
Optional parameters
--endpoint -e
Specifies an alternative endpoint name for the execution of this command.--folder -f
Specifies the a working directory other than the current folder.
Global parameters
-? --help -h
Show this help message and exit.-v --verbosity
Enables verbose logging.
Examples
Validate option lists, using the specified working directory:
RequestResponse
ch-cli serialization validate option-list --folder "<local path>"