init dev vs init prod . where are the differences ?

I want to know differences to files that




php /path/to/yii-application/init

 vs 

php /path/to/yii-application/init --env=Production --overwrite=All



The first command is interactive, the second not.