~olly/yoyo#97: 
Is it possible to specify "no editor" in the config file?

We'll generally want to create a migration from the command line and then edit it in PyCharm. Is there a way to specify "no editor" in yoyo.ini?

Status
RESOLVED CLOSED
Submitter
~ratkins
Assigned to
No-one
Submitted
1 year, 1 month ago
Updated
8 months ago
Labels
No labels applied.

~olly REPORTED CLOSED 8 months ago

You can set batch_mode=true in yoyo.ini to get this behaviour.

This will affect all commands though. If you only want this when creating new migrations then running yoyo new --batch should do the trick.

Register here or Log in to comment, or comment via email.