PHPackages                             integer-net/magento2-cli-scope-hint - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [CLI &amp; Console](/categories/cli)
4. /
5. integer-net/magento2-cli-scope-hint

ActiveMagento2-module[CLI &amp; Console](/categories/cli)

integer-net/magento2-cli-scope-hint
===================================

This module shows the configuration values for all scopes on the command line

012[1 issues](https://github.com/integer-net/magento2-cli-scope-hint/issues)PHP

Since Nov 30Pushed 3y ago5 watchersCompare

[ Source](https://github.com/integer-net/magento2-cli-scope-hint)[ Packagist](https://packagist.org/packages/integer-net/magento2-cli-scope-hint)[ RSS](/packages/integer-net-magento2-cli-scope-hint/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (7)Used By (0)

IntegerNet\_CliScopeHint Magento Module
=======================================

[](#integernet_cliscopehint-magento-module)

[![Latest Version on Packagist](https://camo.githubusercontent.com/ea86acee898e9dc9aedf1b51b6c38ab6b5d33743813d14994de6997dea4b386b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f696e74656765722d6e65742f6d6167656e746f322d636c692d73636f70652d68696e742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/integer-net/magento2-cli-scope-hint)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Build Status](https://camo.githubusercontent.com/a73bfb18e3255b4282aa09a16ee102354f234375059bc99771bee07becf35e77/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f696e74656765722d6e65742f6d6167656e746f322d636c692d73636f70652d68696e742f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/integer-net/magento2-cli-scope-hint)[![Supported Magento Versions](https://camo.githubusercontent.com/5e4d61c6b305db26156ae5a47b1a3c597a2f7b0326fef306ad41db9357328690/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6d6167656e746f2d322e33253230253743253230322e342d627269676874677265656e2e7376673f6c6f676f3d6d6167656e746f266c6f6e6743616368653d74727565267374796c653d666c61742d737175617265)](https://camo.githubusercontent.com/5e4d61c6b305db26156ae5a47b1a3c597a2f7b0326fef306ad41db9357328690/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6d6167656e746f2d322e33253230253743253230322e342d627269676874677265656e2e7376673f6c6f676f3d6d6167656e746f266c6f6e6743616368653d74727565267374796c653d666c61742d737175617265)

[![Coverage Status](https://camo.githubusercontent.com/a51be97ac550035180a85b9f8f8d5b513bd46a0cfd19ca2b5e27403933bb383e/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f636f7665726167652f672f696e74656765722d6e65742f6d6167656e746f322d636c692d73636f70652d68696e743f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/integer-net/magento2-cli-scope-hint/code-structure)[![Quality Score](https://camo.githubusercontent.com/dd3ecfb68af383ab432442d46dd87e3bd237920d8707ec4cc7918c7c9a626970/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f696e74656765722d6e65742f6d6167656e746f322d636c692d73636f70652d68696e742e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/integer-net/magento2-cli-scope-hint)[![Maintainability](https://camo.githubusercontent.com/782ed794cdaaee71a8a68b5d205dcab3f9690c3a9304bc059a72fc486919cafa/68747470733a2f2f696d672e736869656c64732e696f2f636f6465636c696d6174652f6d61696e7461696e6162696c6974792f696e74656765722d6e65742f6d6167656e746f322d636c692d73636f70652d68696e743f7374796c653d666c61742d737175617265)](https://codeclimate.com/github/integer-net/magento2-cli-scope-hint)

---

This module shows the configuration values for all scopes on the command line

Installation
------------

[](#installation)

1. Install it into your Magento 2 project with composer:

    ```
    composer require integer-net/magento2-cli-scope-hint

    ```
2. Enable module

    ```
    bin/magento setup:upgrade

    ```

Configuration
-------------

[](#configuration)

Usage
-----

[](#usage)

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Testing
-------

[](#testing)

### Unit Tests

[](#unit-tests)

```
./vendor/bin/phpunit tests/unit

```

### Magento Integration Tests

[](#magento-integration-tests)

1. Configure test database in `dev/tests/integration/etc/install-config-mysql.php`. [Read more in the Magento docs.](https://devdocs.magento.com/guides/v2.4/test/integration/integration_test_execution.html)
2. Copy `tests/integration/phpunit.xml.dist` from the package to `dev/tests/integration/phpunit.xml` in your Magento installation.
3. In that directory, run

    ```
    ../../../vendor/bin/phpunit
    ```

Security
--------

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Andreas Leurs](https://github.com/integer-net)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE) for more information.

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity30

Early-stage or recently created project

 Bus Factor1

Top contributor holds 84.6% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/78e73cb79c6200c1d74eb632e79da9d227041735160b9795a1146537ba58f386?d=identicon)[integer-net](/maintainers/integer-net)

---

Top Contributors

[![a-leurs](https://avatars.githubusercontent.com/u/93371666?v=4)](https://github.com/a-leurs "a-leurs (11 commits)")[![avstudnitz](https://avatars.githubusercontent.com/u/662059?v=4)](https://github.com/avstudnitz "avstudnitz (2 commits)")

### Embed Badge

![Health badge](/badges/integer-net-magento2-cli-scope-hint/health.svg)

```
[![Health](https://phpackages.com/badges/integer-net-magento2-cli-scope-hint/health.svg)](https://phpackages.com/packages/integer-net-magento2-cli-scope-hint)
```

###  Alternatives

[wp-cli/wp-cli

WP-CLI framework

5.0k17.2M319](/packages/wp-cli-wp-cli)[consolidation/annotated-command

Initialize Symfony Console commands from annotated command class methods.

22569.8M18](/packages/consolidation-annotated-command)[chi-teck/drupal-code-generator

Drupal code generator

26947.8M5](/packages/chi-teck-drupal-code-generator)[seld/cli-prompt

Allows you to prompt for user input on the command line, and optionally hide the characters they type

24725.8M17](/packages/seld-cli-prompt)[illuminate/console

The Illuminate Console package.

12944.1M5.1k](/packages/illuminate-console)[php-tui/php-tui

Comprehensive TUI library heavily influenced by Ratatui

589747.0k6](/packages/php-tui-php-tui)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
