Closed janpio closed 4 years ago
Also applies to studio
:
C:\Users\Jan\Documents
λ prisma2 studio --help
Error: Please provide the --experimental flag to use this command.
C:\Users\Jan\Documents
λ prisma2 studio --help --experimental
Browse your data with Studio
Usage
[...]
@janpio I changed the behavior to not require --experimental
for --help
, will be in alpha in a few minutes!
Ah, I was expecting us to change it the other way - to require it.
Maybe the help output itself should mention that it is experimental and very dangerous and needs --experimental
to run? Like a banner with a border and ⚠️ or something?
Haha, I was confused with your examples between Migrate and Studio :)
It feels more natural to no require --experimental
for --help
in my opinion.
And yes maybe a warning would be the best!
I am fine with no --experimental
for help.
Can you create a new issue for the other things?
--experimental
is requiredBoth can possibly be combined.
@janpio Created one issue for both here https://github.com/prisma/prisma2/issues/1547 ;-)