1. ListCommand

Class ListCommand

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

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

List queues.

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

Optional parameters

  • --filter -f Refines the list of results and returns queues that contain filter in their names.
  • --sort -s Sorts the list of results.
  • --order -o Defines the sort order. Default value is Desc.
  • --output Specifies the output format. Allowed values: Table, Json
  • --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

With filters:

ch-cli queues list -f "<value>"

With sorting:

ch-cli queues list -o "<property name>"
この記事を改善するための提案がある場合は、 お知らせください!