Class InitializeCommand
Initializes a folder with the files needed to serialize Content Hub entities.
Inheritance
object
Sitecore.CH.Cli.Core.Abstractions.Commands.BaseCommand<THandler>Sitecore.CH.Cli.Plugin.Serialization.CommandHandlers.InitializeCommandHandler
InitializeCommand
Namespace: SitecoreSitecore.CHSitecore.CH.CliSitecore.CH.Cli.PluginSitecore.CH.Cli.Plugin.SerializationCommands
Assembly: Sitecore.CH.Cli.Plugin.Serialization.dll
Syntax
RequestResponse
public class InitializeCommand : BaseCommand<InitializeCommandHandler>
Remarks
Optional parameters
--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
Initialize the current directory:
RequestResponse
ch-cli scripting initialize
Initialize the specified directory:
RequestResponse
ch-cli scripting initialize --folder "<local path>"