--replace
flag not being passed when using yarn documents create
#3442
coreyward
started this conversation in
Sanity Studio Feedback
Replies: 1 comment
-
Fixed in v3.0.0-dev-preview.12, thanks for reporting! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm running a command like
yarn sanity documents create --id <document-id> --replace
to manually remove part of a document that is causing the V3 studio to crash, but after saving and closing the file the command returns an error:I also tried moving the
--replace
flag to before the--id
flag, but the behavior is the same. And finally, I tried running with./node_modules/sanity/bin/sanity
directly in caseyarn
was swallowing the arg, but again, same behavior.Beta Was this translation helpful? Give feedback.
All reactions