[
https://issues.apache.org/jira/browse/IGNITE-24619?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18108921#comment-18108921
]
Ignite TC Bot commented on IGNITE-24619:
----------------------------------------
The patch is available for review: https://github.com/apache/ignite/pull/13530
It adds a description and examples for the regexPattern argument to the
control.sh --cache help output.
> Add a description of the regexPattern parameter to help (control.sh --cache)
> ----------------------------------------------------------------------------
>
> Key: IGNITE-24619
> URL: https://issues.apache.org/jira/browse/IGNITE-24619
> Project: Ignite
> Issue Type: Improvement
> Components: control.sh
> Affects Versions: 2.17
> Reporter: Luchnikov Alexander
> Priority: Minor
> Labels: ise
> Time Spent: 10m
> Remaining Estimate: 0h
>
> Add description and examples of the regexPattern parameter in the command
> output
> Command:
> {code:java}
> ./control.sh --cache help
> {code}
> Output:
> {code:java}
> ...
> Show information about caches, groups or sequences that match a regular
> expression. When executed without parameters, this subcommand prints the list
> of caches:
> control.(sh|bat) --cache list regexPattern [nodeId] [--config]
> [--output-format multi-line] [--groups|--seq]
> Parameters:
> --config - print all configuration parameters for
> each cache.
> --output-format multi-line - print configuration parameters per line.
> This option has effect only when used with --config and without
> [--groups|--seq].
> --groups - print information about groups.
> --seq - print information about sequences.
> ...
> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)