Remove/disable folder creation feature if No development directory found.
Here i'm doing folder ingestion via shotgun event, so no point in creating folder from terminal using "be". If directory not found means invalid BE_TOPICS by user. So is it safe to disable folder creation lines in cli.py ??
How about disabling it by setting a BE_READONLY=1 environment variable?
That should do it. Thnx
In read-only mode "be new" command will also get disabled ?
That's true.. is that what you want? Did you say projects were created in Shotgun?
Yes, We can keep "be new" available only if BE_READONLY=false.