I'm trying to use my local machine as both test and dev, so I need to specify multiple .env, but it doesn't look like
prisma local *
takes a --dotenv flag. How are people dealing with multiple clusters on the same machine?
lawjolla
04/24/2018, 5:41 PM
After looking at the 1.7 docs, maybe I should wait 🙂
👀 1
lawjolla
04/24/2018, 6:39 PM
... to anyone wondering why my question was so confused, my laptop runs Docker for Mac. My Mac Pro must run the older Docker Toolbox. On my laptop, I'm used to calling docker from different terminals. But with Docker Toolbox, the commands must be called from that instantiating terminal.