If you want to use CakePHP’s bake tool on Linux command line (like I have development environment on Linux) then you can ssh to your linux box as shown in the screen shot below
Second, you can execute the cake bake command in the following manner
./cake/console/cake bake
You do not need to add “cake” to the environment on Linux, hope it helps somebody
Just what I needed. Thanks!
its a helpful