prisma/1.0.8 (linux-x64) node-v8.9.4
Current behavior
prisma deploy --interactive
deploys like
prisma deploy
Reproduction
prisma deploy --interactive
Expected behavior?
Expect to be prompted for some input like with prisma init <someName>
Same Issue. It is not only the --interactive flag that is not working, but also the --dotenv flag.
For the --interactive issue, a workaround is to comment the line cluster: ${env:PRISMA_CLUSTER} in your prisma.yml. This will promt you for the target cluster when run prisma deploy.
--dotenv :arrow_right: #1701
@alapini my workaround for that is make a symbolic .env link
ln -s .env.prod .env
none of the flags seem to work.
Same issue with [email protected]
Non of above work. But the workaround seem good!
Fixed and released in latest beta.
Most helpful comment
none of the flags seem to work.