1. StatusCommand

Class StatusCommand

Version:
日本語翻訳に関する免責事項

このページの翻訳はAIによって自動的に行われました。可能な限り正確な翻訳を心掛けていますが、原文と異なる表現や解釈が含まれる場合があります。正確で公式な情報については、必ず英語の原文をご参照ください。

Gets the status for an order.

Inheritance
System.Object
System.CommandLine.Symbol
System.CommandLine.NamedSymbol
System.CommandLine.Command
Sitecore.CH.Cli.Core.Abstractions.Commands.BaseCommand<Sitecore.CH.Cli.Plugin.Orders.CommandHandlers.StatusCommandHandler>
StatusCommand
Namespace: Sitecore.CH.Cli.Plugin.Orders.Commands
Assembly: Sitecore.CH.Cli.Plugin.Orders.dll
Syntax
public class StatusCommand : BaseCommand<StatusCommandHandler>, ICommand, IIdentifierSymbol, ISymbol, ISuggestionSource, IEnumerable<Symbol>, IEnumerable
Remarks

Required parameters

  • --id Specifies the order id

Optional parameters

  • --endpoint -e Specifies an alternative endpoint name for the execution of this command.

Global parameters

  • -? --help -h Show this help message and exit.
  • -v --verbosity Enables verbose logging.
Examples
ch-cli orders status --id "<order id>"
この記事を改善するための提案がある場合は、 お知らせください!