Hey all, is there a simple way to update a custom ...
# plugins-general
g
Hey all, is there a simple way to update a custom plugin (loader) while keeping all configurations setup?
d
@gunnar What kind of "update" are you thinking of? Reinstalling a (newer version of a) plugin using
meltano install <type> <name>
shouldn't affect the configuration
g
Awesome! Yes, I just wanted to double check before I ran the command. I just wanted to pull the latest version of a plugin to be used in Meltano. (I already have it installed and configured). Thanks!