php /var/www/phpbb/install/phpbbcli.php
phpBB Installer 3.3.17
Usage:
command [options] [arguments]
Options:
-h, --help Display this help message
-q, --quiet Do not output any message
-V, --version Display this application version
--ansi Force ANSI output
--no-ansi Disable ANSI output
-n, --no-interaction Do not ask any interactive question
--safe-mode Run in Safe Mode (without extensions).
-e, --env=ENV The Environment name.
-s, --shell Launch the shell.
-v|vv|vvv, --verbose Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
Available commands:
help Displays help for a command
install Install phpBB
list Lists commands
update Update phpBB
install
install:config:show Show the configuration which will be used
install:config:validate Validate a configuration file
update
update:config:show Show the configuration which will be used
update:config:validate Validate a configuration file
azami@ubuntuserver:~$ grep -R "3.3.17" /var/www/phpbb/install/../phpbb/ | head
/var/www/phpbb/install/../phpbb/db/migration/data/v33x/v3317.php: return version_compare($this->config['version'], '3.3.17', '>=');
/var/www/phpbb/install/../phpbb/db/migration/data/v33x/v3317.php: ['config.update', ['version', '3.3.17']],
/var/www/phpbb/install/../phpbb/ucp/controller/oauth.php: * @since 3.3.17
/var/www/phpbb/install/../phpbb/ucp/controller/oauth.php: * @changed 3.3.17 Moved to oauth controller
azami@ubuntuserver:~$ grep -R "3.3.17" /var/www/phpbb/install/../composer.json