mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-22 12:56:53 +00:00
Adjust indentation in CLI scripts
This commit adjusts the indentation in the CLI scripts to give a clear visual indication that the line being indented is a continuation of the previous line.
This commit is contained in:
parent
bd3aabac97
commit
8be1361579
@ -1,5 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
ES_MAIN_CLASS=org.elasticsearch.common.settings.KeyStoreCli \
|
||||
"`dirname "$0"`"/elasticsearch-cli \
|
||||
"`dirname "$0"`"/elasticsearch-cli \
|
||||
"$@"
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
ES_MAIN_CLASS=org.elasticsearch.plugins.PluginCli \
|
||||
ES_ADDITIONAL_CLASSPATH_DIRECTORIES=lib/tools/plugin-cli \
|
||||
ES_ADDITIONAL_CLASSPATH_DIRECTORIES=lib/tools/plugin-cli \
|
||||
"`dirname "$0"`"/elasticsearch-cli \
|
||||
"$@"
|
||||
|
@ -1,5 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
ES_MAIN_CLASS=org.elasticsearch.index.translog.TranslogToolCli \
|
||||
"`dirname "$0"`"/elasticsearch-cli \
|
||||
"`dirname "$0"`"/elasticsearch-cli \
|
||||
"$@"
|
||||
|
@ -5,6 +5,6 @@
|
||||
# you may not use this file except in compliance with the Elastic License.
|
||||
|
||||
ES_MAIN_CLASS=org.elasticsearch.xpack.core.ssl.CertificateGenerateTool \
|
||||
ES_ADDITIONAL_SOURCES="x-pack-env;x-pack-security-env" \
|
||||
ES_ADDITIONAL_SOURCES="x-pack-env;x-pack-security-env" \
|
||||
"`dirname "$0"`"/elasticsearch-cli \
|
||||
"$@"
|
||||
|
@ -5,6 +5,6 @@
|
||||
# you may not use this file except in compliance with the Elastic License.
|
||||
|
||||
ES_MAIN_CLASS=org.elasticsearch.xpack.core.ssl.CertificateTool \
|
||||
ES_ADDITIONAL_SOURCES="x-pack-env;x-pack-security-env" \
|
||||
ES_ADDITIONAL_SOURCES="x-pack-env;x-pack-security-env" \
|
||||
"`dirname "$0"`"/elasticsearch-cli \
|
||||
"$@"
|
||||
|
@ -5,6 +5,6 @@
|
||||
# you may not use this file except in compliance with the Elastic License.
|
||||
|
||||
ES_MAIN_CLASS=org.elasticsearch.xpack.security.authc.esnative.ESNativeRealmMigrateTool \
|
||||
ES_ADDITIONAL_SOURCES="x-pack-env;x-pack-security-env" \
|
||||
ES_ADDITIONAL_SOURCES="x-pack-env;x-pack-security-env" \
|
||||
"`dirname "$0"`"/elasticsearch-cli \
|
||||
"$@"
|
||||
|
@ -5,6 +5,6 @@
|
||||
# you may not use this file except in compliance with the Elastic License.
|
||||
|
||||
ES_MAIN_CLASS=org.elasticsearch.xpack.security.authc.saml.SamlMetadataCommand \
|
||||
ES_ADDITIONAL_SOURCES="x-pack-env;x-pack-security-env" \
|
||||
ES_ADDITIONAL_SOURCES="x-pack-env;x-pack-security-env" \
|
||||
"`dirname "$0"`"/elasticsearch-cli \
|
||||
"$@"
|
||||
|
@ -5,6 +5,6 @@
|
||||
# you may not use this file except in compliance with the Elastic License.
|
||||
|
||||
ES_MAIN_CLASS=org.elasticsearch.xpack.security.authc.esnative.tool.SetupPasswordTool \
|
||||
ES_ADDITIONAL_SOURCES="x-pack-env;x-pack-security-env" \
|
||||
ES_ADDITIONAL_SOURCES="x-pack-env;x-pack-security-env" \
|
||||
"`dirname "$0"`"/elasticsearch-cli \
|
||||
"$@"
|
||||
|
@ -5,6 +5,6 @@
|
||||
# you may not use this file except in compliance with the Elastic License.
|
||||
|
||||
ES_MAIN_CLASS=org.elasticsearch.xpack.security.crypto.tool.SystemKeyTool \
|
||||
ES_ADDITIONAL_SOURCES="x-pack-env;x-pack-security-env" \
|
||||
ES_ADDITIONAL_SOURCES="x-pack-env;x-pack-security-env" \
|
||||
"`dirname "$0"`"/elasticsearch-cli \
|
||||
"$@"
|
||||
|
@ -5,6 +5,6 @@
|
||||
# you may not use this file except in compliance with the Elastic License.
|
||||
|
||||
ES_MAIN_CLASS=org.elasticsearch.xpack.security.authc.file.tool.UsersTool \
|
||||
ES_ADDITIONAL_SOURCES="x-pack-env;x-pack-security-env" \
|
||||
ES_ADDITIONAL_SOURCES="x-pack-env;x-pack-security-env" \
|
||||
"`dirname "$0"`"/elasticsearch-cli \
|
||||
"$@"
|
||||
|
@ -5,6 +5,6 @@
|
||||
# you may not use this file except in compliance with the Elastic License.
|
||||
|
||||
ES_MAIN_CLASS=org.elasticsearch.xpack.watcher.trigger.schedule.tool.CronEvalTool \
|
||||
ES_ADDITIONAL_SOURCES="x-pack-env;x-pack-watcher-env" \
|
||||
ES_ADDITIONAL_SOURCES="x-pack-env;x-pack-watcher-env" \
|
||||
"`dirname "$0"`"/elasticsearch-cli \
|
||||
"$@"
|
||||
|
Loading…
x
Reference in New Issue
Block a user