Class ReportCommand
Gets the report for a job.
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.Jobs.CommandHandlers.ReportCommandHandler
ReportCommand
Namespace: SitecoreSitecore.CHSitecore.CH.CliSitecore.CH.Cli.PluginSitecore.CH.Cli.Plugin.JobsCommands
Assembly: Sitecore.CH.Cli.Plugin.Jobs.dll
Syntax
RequestResponse
public class ReportCommand : BaseCommand<ReportCommandHandler>Remarks
Required parameters
--idSpecifies the job id
Optional parameters
--endpoint -eSpecifies an alternative endpoint name for the execution of this command.
Global parameters
-? --help -hShow this help message and exit.-v --verbosityEnables verbose logging.
Examples
RequestResponse
ch-cli jobs report --id "<job id>"