flat-bear-81546
07/16/2021, 1:12 PMmeltano install targetname
You must specify loader/extract blah blah
arrrtgggg ok
meltano install loader targetname
Seems like meltano could be nice and if there's not duplicate tap/target names it could figure that out for yousalmon-salesclerk-77709
07/16/2021, 2:28 PMflat-bear-81546
07/16/2021, 2:35 PMsalmon-salesclerk-77709
07/16/2021, 2:36 PMsalmon-actor-23953
07/16/2021, 2:52 PMmeltano add
and meltano install
. I certainly wouldn't mind if we had the logic to infer the type. Would be hard for us to prioritize, as Taylor mentions, but certainly would be a nice-to-have. I'm reminded of homebrew, the package manager for Macs. They used to require explicitly mentioning cask
for GUI apps and then moved to --cask
and now don't require it. The danger, there and here, is that while most are multually-exclusive, there's still a small chance of getting the wrong thing, For example, in Homebrew now you can get the wrong docker package if you brew install docker
instead of brew install --cask docker
- since there historically was a cask and non-cask version of it.