[
https://issues.apache.org/jira/browse/IGNITE-24619?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Luchnikov Alexander updated IGNITE-24619:
-----------------------------------------
Priority: Minor (was: Trivial)
> 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
>
> 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)