Skip to content
Snippets Groups Projects
Commit 9db7d6c9 authored by Igor Munkin's avatar Igor Munkin Committed by Igor Munkin
Browse files

main: introduce new CLI options for config module


There are two new options introduced in Tarantool CLI:
* --name (-n) to specify instance name to be started. The option can be
  omitted in case TT_INSTANCE_NAME environment variable is set.
* --config (-c) to specify the path to the config file. If the option
  is not set the value of TT_CONFIG environment variable is considered.

Closes #8613

Co-authored-by: default avatarSergey Bronnikov <sergeyb@tarantool.org>

@TarantoolBot document
Title: introduce new CLI options for conf module

There are two new options introduced in Tarantool CLI:
* --name (-n) to specify instance name to be started. The option can be
  omitted in case TT_INSTANCE_NAME environment variable is set.
* --config (-c) to specify the path to the config file. If the option
  is not set the value of TT_CONFIG environment variable is considered.
parent 255b6ca7
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment