mirror of
https://github.com/elastic/logstash.git
synced 2025-04-25 07:07:54 -04:00
Merge pull request #1134 from jordansissel/add-env-command
Add 'env' command
This commit is contained in:
commit
fd0073dfef
1 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@ export HOME SINCEDB_DIR
|
||||||
|
|
||||||
case $1 in
|
case $1 in
|
||||||
deps) install_deps ;;
|
deps) install_deps ;;
|
||||||
|
env) env "$@" ;;
|
||||||
-*)
|
-*)
|
||||||
# is the first argument a flag? If so, assume 'agent'
|
# is the first argument a flag? If so, assume 'agent'
|
||||||
program="$basedir/lib/logstash/runner.rb"
|
program="$basedir/lib/logstash/runner.rb"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue