Adding new commands to Magento 2 related to Blackfire
WIP - not yet working. This will become a module for running common Blackfire tests from the Magento 2 bin/magento command line system., (*1)
This module is build following the Magento 2 Sample command module - thanks to the Magento 2 core team for providing that example at https://github.com/magento/magento2-samples/tree/master/sample-module-command, (*2)
Pre-requisites: Blackfire.io account Blackfire command line tool installed, (*3)
Installing:, (*4)
composer require creatuity/magento2-blackfire-commands bin/magento module:enable Creatuity_BlackfireCommands bin/magento setup:upgrade bin/magento setup:di:compile blackfire config, (*5)
Usage:, (*6)
TBD, (*7)