creatuity / magento2-blackfire-commands
Adding new commands to Magento 2 related to Blackfire
Installs: 15
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 4
Forks: 2
Open Issues: 0
Type:magento2-module
Requires
- php: ~5.5.0|~5.6.0|~7.0.0
This package is auto-updated.
Last update: 2024-10-20 10:34:20 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