We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Reported by @lyuboxa
I found this somewhat confusing
$ conduit run --config.path foo Error: error parsing config: fatal error config file: Unsupported Config Type ""
2 things come to mind: conduit run expects a file so --config.file may be a better verb? I passed non-existent file or folder, this can be detected
The text was updated successfully, but these errors were encountered:
Related spf13/viper#818. Fix will need to take place in https://github.com/ConduitIO/ecdysis
Sorry, something went wrong.
set config type
195b39c
fixes ConduitIO/conduit#2128
PR ConduitIO/ecdysis#15
ConduitIO/ecdysis@f1ebbb6
raulb
Successfully merging a pull request may close this issue.
Feature description
Reported by @lyuboxa
The text was updated successfully, but these errors were encountered: