-
Notifications
You must be signed in to change notification settings - Fork 42
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
Is there a way to use command line switches instead of options ( config ) file? #13
Comments
At the moment, the config file is the only option. But it supports loading of other configs:
So you may commit a part of the file to the repo and generate the other part only. You may also generate .realsync file somewhere in a temp directory and run
|
I see, thanks for you advice. I was under impression that In normal scenario we assume developer will do |
Dmitry, why not use a "." as a "local" in .realsync? |
@hempalex What do you mean by "local"? |
I't a question to Dmitry about .reasync file - a "local" variable contain to absolute path to folder being synced. I'm looked in the source code and i think this question is stupid because my workflow is not the only one. |
Hey gansbrest, why not include a |
In our setup with multiple developers we can't commit .realsync file to the repo, because it contains environment data which could be unique for every developer. We also don't want developer to answer all of those initial questions, because our setup is kind of complicated ( docker with VM on Mac or Windows where developer not always understands all the details and we want to hide some complexity ).
One option we have at the moment is to generate
.realsync
file dynamically, but in my mind it would be easier to just pass command line options to therealsync
binary. Is there a way to do this or config file is the only option at the moment?The text was updated successfully, but these errors were encountered: