Class GenerateCommand
Generates the specified entity print template against the specified entity and shows the final PDF.
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.Content.CommandHandlers.Print.GenerateCommandHandler
GenerateCommand
Namespace: SitecoreSitecore.CHSitecore.CH.CliSitecore.CH.Cli.PluginSitecore.CH.Cli.Plugin.ContentSitecore.CH.Cli.Plugin.Content.CommandsPrint
Assembly: Sitecore.CH.Cli.Plugin.Content.dll
Syntax
RequestResponse
public class GenerateCommand : BaseCommand<GenerateCommandHandler>Remarks
Required parameters
--name -nSpecifies the template name.--entityId -iSpecifies the entity id.
Optional parameters
--endpoint -eSpecifies an alternative endpoint name for the execution of this command.--culture -cSpecifies the culture.
Global parameters
-? --help -hShow this help message and exit.-v --verbosityEnables verbose logging.
Examples
Generates the entity print template:
RequestResponse
ch-cli print execute --name "<template name>" --entityId "<entity id>" --culture "<culture>"