Documentation
README
Bitrix Console Commands
All CLI operations are performed via bitrix.php from the /bitrix/ folder:
cd /path/to/document_root/bitrix
php bitrix.php list # list all commands
php bitrix.php help <command> # help for a command
php bitrix.php <command> [args] -n # -n = no-interaction
Requires configured Composer (usually /local/composer.json + composer install → /local/vendor/).
Configure Composer path in .settings.php:
'composer' => [
'value' => ['config_path' => '../composer.json'],
'readonly' => true,
],
Keep composer.json outside DOCUMENT_ROOT when possible.
Code Generators (make:*)
Since main 25.900. On older versions, scaffold files manually using skill examples.
This is the opening of the README. Read the full README on GitHub.