What's the best way to update a plugin? i.e. more ...
# best-practices
m
What's the best way to update a plugin? i.e. more commits have been made to the plugin repo
1
e
Hi Mike! If your
pip_url
is a git URL, then simply doing
meltano install --clean
should upgrade your plugin venvs to have the latest version of each plugin.
m
Perfect. Thanks @Edgar Ramírez (Arch.dev)!