<https://docs.meltano.com/reference/command-line-i...
# troubleshooting
r
https://docs.meltano.com/reference/command-line-interface/#using-select-with-environments Is this meant to work? I get
Copy code
Usage: meltano@3 select [OPTIONS] EXTRACTOR [ENTITIES_FILTER]
                        [ATTRIBUTES_FILTER]
Try 'meltano@3 select --help' for help.

Error: No such option: --environment
when I run
meltano select --environment prod
(latest version).
1
v
Copy code
visch@DESKTOP-9BDPA9T:~$ meltano --version
meltano, version 3.2.0
visch@DESKTOP-9BDPA9T:~$ meltano select
Usage: meltano select [OPTIONS] EXTRACTOR [ENTITIES_FILTER]
                      [ATTRIBUTES_FILTER]
Try 'meltano select --help' for help.

Error: Missing argument 'EXTRACTOR'.
meltano --environment=envhere select --help
was the fix 😄
❤️ 2
r
Yep, thanks! 😅
np 1
v
It's confusing at first I think 🤷
r
I just assumed it would be an option for
select
, since
meltano --environment
doesn't make sense for some commands. I guess there are more that do than don't at this point (at least the most common ones)...