You invoke a command in the format `<plugin name>:...
# best-practices
r
You invoke a command in the format
<plugin name>:<command name>
, so in your case
Copy code
meltano run scp:get_file
or have you already tried that?