You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm migrating projects over to some managed servers and your plugin is making it extremely easy. So thanks for that.
Just a minor question out of curiosity regarding the syntax for the plugin. I would appreciate your opinion.
If I move from the ootb Vagrant syntax for ssh I can replace config.ssh.host to managed.server and it should work the same, correct? If so, when you were developing this plugin, why did you use the syntax managed.server as surely managed.ssh.host could make migration easier.
Also regarding the two configs |managed, override|, the managed is meant to specify what is out of our control, correct? And override is everything we can change using ssh, correct? Is there a reason you didn't combine the two?
Just curious. Thanks for your time and your work on this project :)
The text was updated successfully, but these errors were encountered:
I'm migrating projects over to some managed servers and your plugin is making it extremely easy. So thanks for that.
Just a minor question out of curiosity regarding the syntax for the plugin. I would appreciate your opinion.
If I move from the ootb Vagrant syntax for ssh I can replace
config.ssh.host
tomanaged.server
and it should work the same, correct? If so, when you were developing this plugin, why did you use the syntaxmanaged.server
as surelymanaged.ssh.host
could make migration easier.Also regarding the two configs
|managed, override|
, themanaged
is meant to specify what is out of our control, correct? Andoverride
is everything we can change using ssh, correct? Is there a reason you didn't combine the two?Just curious. Thanks for your time and your work on this project :)
The text was updated successfully, but these errors were encountered: