mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-28 17:34:17 -04:00
Support removing multiple plugins at once in the CLI (#69063)
Closes #66476. Add support for removing multiple plugins at the same time to `elasticsearch-plugin`. Also change references from "plugin name" to "plugin id", to align better with the installer class.
This commit is contained in:
parent
6e7208907c
commit
0f6ad19f15
3 changed files with 109 additions and 38 deletions
|
@ -182,6 +182,16 @@ purge the configuration files while removing a plugin, use `-p` or `--purge`.
|
|||
This can option can be used after a plugin is removed to remove any lingering
|
||||
configuration files.
|
||||
|
||||
[[removing-multiple-plugins]]
|
||||
=== Removing multiple plugins
|
||||
|
||||
Multiple plugins can be removed in one invocation as follows:
|
||||
|
||||
[source,shell]
|
||||
-----------------------------------
|
||||
sudo bin/elasticsearch-plugin remove [pluginname] [pluginname] ... [pluginname]
|
||||
-----------------------------------
|
||||
|
||||
[discrete]
|
||||
=== Updating plugins
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue