meltano config --help doesn't show an option for i...
# troubleshooting
v
meltano config --help doesn't show an option for interactive 😮
```visch@visch-ubuntu:~/git/tap-googleads$ meltano config --help Usage: meltano config [OPTIONS] PLUGIN_NAME COMMAND [ARGS]... Display Meltano or plugin configuration. Read more at https://docs.meltano.com/reference/command-line-interface#config Options: --plugin-type [extractor|loader|transform|orchestrator|transformer|file|utility|mapper|mapping|extractors|loaders|transforms|orchestrators|transformers|files|utilities|mappers|mappings] --format [json|env] --extras View or list only plugin extras. --database-uri TEXT System database URI. --help Show this message and exit. Commands: list List all settings for the specified plugin with their names, …
Am I missing something?
a
Looks like it is there, but only on the sub-help for `set`:
Copy code
aj@ajs-macbook-pro data % meltano config tap-slack set --help
2022-11-02T20:10:28.726089Z [info     ] Environment 'userdev' is active
2022-11-02T20:10:28.969165Z [info     ] The default environment (userdev) will be ignored for `meltano config`. To configure a specific Environment, please use option `--environment=<environment name>`.
Usage: meltano config PLUGIN_NAME set [OPTIONS] [SETTING_NAME]... [VALUE]

  Set the configurations' setting `<name>` to `<value>`.

Options:
  --interactive
  --store [dotenv|meltano_environment|meltano_yml|db|auto]
  --help                          Show this message and exit.
aj@ajs-macbook-pro data %
v
So you have to have the plugin name in there to get this it looks like got it
a
Yeah, not ideal. Unfortunately, this doesn't work unless you also provide a valid plugin name before
set
.
Copy code
meltano config something set --help
2022-11-02T20:11:17.581360Z [info     ] Environment 'userdev' is active
2022-11-02T20:11:17.730530Z [info     ] The default environment (userdev) will be ignored for `meltano config`. To configure a specific Environment, please use option `--environment=<environment name>`.
Need help fixing this problem? Visit <http://melta.no/> for troubleshooting steps, or to
join our friendly Slack community.

Plugin 'something' is not known to Meltano
Plugin 'something' is not known to Meltano