bitrix-console-commands

Installation
SKILL.md

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:

Installs
145
GitHub Stars
31
First Seen
Jul 16, 2026
bitrix-console-commands — bxmaximum/bitrix-framework-skills