integer-net / magento2-cli-scope-hint
This module shows the configuration values for all scopes on the command line
Installs: 12
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 7
Forks: 0
Open Issues: 1
Type:magento2-module
Requires
- php: ~7.1||~7.2||~7.3||~7.4||~8.1
- magento/framework: ^102.0.0||^103.0.0
Requires (Dev)
- magento/magento-coding-standard: @dev
- pds/skeleton: ^1.0
- phpro/grumphp: ^v0.21.0
- phpstan/phpstan: ^0.12.0
- phpunit/phpunit: ^6.0|^9.0
- roave/security-advisories: dev-master
- squizlabs/php_codesniffer: ^3.5
This package is auto-updated.
Last update: 2024-10-30 02:31:57 UTC
README
This module shows the configuration values for all scopes on the command line
Installation
-
Install it into your Magento 2 project with composer:
composer require integer-net/magento2-cli-scope-hint
-
Enable module
bin/magento setup:upgrade
Configuration
Usage
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Testing
Unit Tests
./vendor/bin/phpunit tests/unit
Magento Integration Tests
-
Configure test database in
dev/tests/integration/etc/install-config-mysql.php
. Read more in the Magento docs. -
Copy
tests/integration/phpunit.xml.dist
from the package todev/tests/integration/phpunit.xml
in your Magento installation. -
In that directory, run
../../../vendor/bin/phpunit
Security
If you discover any security related issues, please email al@integer-net.de instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.