I found that the "Extra parameters" is appended before the "repository" in the final command, but I need to add some flags/parameters which are application-specific.
For example, I need to run mongo with --auth flag.
I can only do this by setting "repository" to mongo --auth.
This workaround is quite strange and not a good practice.
Will there be any update that supports application-specific parameters?
I found that the "Extra parameters" is appended before the "repository" in the final command, but I need to add some flags/parameters which are application-specific.
For example, I need to run
mongo
with--auth
flag. I can only do this by setting "repository" tomongo --auth
.This workaround is quite strange and not a good practice.
Will there be any update that supports application-specific parameters?