Hey team, is there a way to introduce cli paramete...
# singer-tap-development
s
Hey team, is there a way to introduce cli parameters into a custom command? I would like to do something also the lines of
Copy code
commands:
   run:
      args: run -s ${flag_1} --jump ${flag-2}

$ meltano invoke my_plugin:run -s tmp --jump how_high