Class StatusCommand
Gets the status for an order.
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.Orders.CommandHandlers.StatusCommandHandler
StatusCommand
Namespace: SitecoreSitecore.CHSitecore.CH.CliSitecore.CH.Cli.PluginSitecore.CH.Cli.Plugin.OrdersCommands
Assembly: Sitecore.CH.Cli.Plugin.Orders.dll
Syntax
RequestResponse
public class StatusCommand : BaseCommand<StatusCommandHandler>Remarks
Required parameters
--idSpecifies the order 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 orders status --id "<order id>"