Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tt ignore specified config #1035

Open
dmyger opened this issue Nov 26, 2024 · 0 comments
Open

tt ignore specified config #1035

dmyger opened this issue Nov 26, 2024 · 0 comments

Comments

@dmyger
Copy link
Collaborator

dmyger commented Nov 26, 2024

tt does not use config file specified with --cfg option.

Steps to reproduce:

mkdir tmp && cd tmp
tt init
cp tt.yaml tt.yml
tt --cfg tt.yml

Got error:

 ⨯ Failed to configure Tarantool CLI: failed to get access to configuration file: more than one YAML files are found:
tt.yaml, tt.yml
Ambiguous selection

The problem is that tt searches for a configuration if one was explicitly specified.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant