creatuity/magento2-blackfire-commands

There is no license information available for the latest version (dev-master) of this package.

Adding new commands to Magento 2 related to Blackfire

dev-master 2017-04-13 16:33 UTC

This package is auto-updated.

Last update: 2024-04-20 09:30:47 UTC


README

WIP - not yet working. This will become a module for running common Blackfire tests from the Magento 2 bin/magento command line system.

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

Pre-requisites: Blackfire.io account Blackfire command line tool installed

Installing:

composer require creatuity/magento2-blackfire-commands bin/magento module:enable Creatuity_BlackfireCommands bin/magento setup:upgrade bin/magento setup:di:compile blackfire config

Usage:

TBD