You have targets instead of target - from the CLI you can only setup for a single target.
:host is the default target when you do not set the target flag
You want:
$ mix deps.get --target postgres
You have targets instead of target - from the CLI you can only setup for a single target.
:host is the default target when you do not set the target flag
You want:
$ mix deps.get --target postgres