cake -V (return code: 244)
Error: Shell class --versionShell could not be found.
#0 /usr/share/php/Cake/Console/ShellDispatcher.php(203): ShellDispatcher->_getShell('--version')
#1 /usr/share/php/Cake/Console/ShellDispatcher.php(66): ShellDispatcher->dispatch()
#2 /usr/share/php/Cake/Console/cake.php(54): ShellDispatcher::run(Array)
#3 {main}
cake -h (return code: 0)
[36mWelcome to CakePHP v2.8.5 Console[0m
---------------------------------------------------------------
App : Cake
Path: /usr/share/php/Cake/
---------------------------------------------------------------
[36mCurrent Paths:[0m
-app: Cake
-working: /usr/share/php/Cake
-root: /usr/share/php
-core: /usr/share/php
[36mChanging Paths:[0m
Your working path should be the same as your application path. To change your path use the '-app' param.
Example: -app relative/path/to/myapp or -app /absolute/path/to/myapp
[36mAvailable Shells:[0m
[[36mCORE[0m] acl, api, bake, command_list, completion, console, i18n, schema, server, test, testsuite, upgrade
To run an app or core command, type [36mcake shell_name [args][0m
To run a plugin command, type [36mcake Plugin.shell_name [args][0m
To get help on a specific command, type [36mcake shell_name --help[0m