Class InitializeCommand
Initializes a folder with the files needed to serialize Content Hub entities.
Inheritance
object
System.CommandLine.Symbol
System.CommandLine.IdentifierSymbol
Sitecore.CH.Cli.Core.Abstractions.Commands.BaseCommand
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 -fSpecifies the a working directory other than the current folder.
Global parameters
-? --help -hShow this help message and exit.-v --verbosityEnables verbose logging.
Examples
Initialize the current directory:
RequestResponse
ch-cli scripting initializeInitialize the specified directory:
RequestResponse
ch-cli scripting initialize --folder "<local path>"