play--database
play--database copied to clipboard
The option --output has no effect
After I typing this command and run :
play db:export myapplication --output=c:\myfile.ddl
I can't find the myfile.ddl in c driver
As indicated in the documentation, the -- commands are only available for play! > 1.0.2.1. (it was required to change the scripting API). So you will need to run play! nightly.
So with play! 1.0.2.1:
play db:export mapplication
is the only option option.
Yes, I am using Play! nightly build .
hmm then I have to investigate. Can it be a permission problem? I have no problem on mac os x and linux, and I don't have a window platform at the moment. I will try to investigate this matter.