PHPackages                             yvoronoy/magento2-bash-completion - 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. yvoronoy/magento2-bash-completion

ActiveMagento2-module

yvoronoy/magento2-bash-completion
=================================

Magento2 Bash Completion Generator

1.0.0(9y ago)13614928[4 issues](https://github.com/yvoronoy/magento2-bash-completion/issues)[1 PRs](https://github.com/yvoronoy/magento2-bash-completion/pulls)MITPHPPHP ~5.6|~7.0CI failing

Since Jun 11Pushed 6y ago11 watchersCompare

[ Source](https://github.com/yvoronoy/magento2-bash-completion)[ Packagist](https://packagist.org/packages/yvoronoy/magento2-bash-completion)[ RSS](/packages/yvoronoy-magento2-bash-completion/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)Dependencies (4)Versions (5)Used By (0)

Magento2 Bash Completion [![Build Status](https://camo.githubusercontent.com/907e7adbb2ae1c2f053750bd3e202a63c1374675ed303e34f1600305f2bcc6b6/68747470733a2f2f7472617669732d63692e6f72672f79766f726f6e6f792f6d6167656e746f322d626173682d636f6d706c6574696f6e2e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/yvoronoy/magento2-bash-completion)
===========================================================================================================================================================================================================================================================================================================================================================

[](#magento2-bash-completion-)

This plugin adds autocompletion for Magento 2 CLI Sub Commands and their Options.

Example
-------

[](#example)

[![Magento2 Bash Completion Screenshot](https://raw.githubusercontent.com/yvoronoy/ReadmeMedia/master/magento2-bash-completion.gif)](https://raw.githubusercontent.com/yvoronoy/ReadmeMedia/master/magento2-bash-completion.gif)

```
user@host:~$ bin/magento[TAB][TAB]
admin:user:create                        info:dependencies:show-modules-circular
admin:user:unlock                        info:language:list
bash:completion:generate                 info:timezone:list

...

```

```
user@host:~$ bin/magento setup:install --[TAB][TAB]
--admin-email                   --db-password
--admin-firstname               --db-prefix
--admin-lastname                --db-user

```

Prerequisities
--------------

[](#prerequisities)

To use magento2 bash completion you should have installed Bash Completion. If you don't have installed bash-completion follow guides:

- [How to install bash-completion in Debian](https://www.howtoforge.com/how-to-add-bash-completion-in-debian)
- [How to install bash-completion in MacOSX](http://davidalger.com/development/bash-completion-on-os-x-with-brew)

Installation Bash Completion
----------------------------

[](#installation-bash-completion)

New completion commands may be placed inside the directory /etc/bash\_completion.d or inside /usr/local/etc/bash\_completion.d/magento2-bash-completion on MacOSX.

Mac OSX

```
curl -o /usr/local/etc/bash_completion.d/magento2-bash-completion https://raw.githubusercontent.com/yvoronoy/magento2-bash-completion/master/magento2-bash-completion

```

Linux

```
sudo curl -o /etc/bash_completion.d/magento2-bash-completion https://raw.githubusercontent.com/yvoronoy/magento2-bash-completion/master/magento2-bash-completion

```

Don't forget reload shell or you can load new complition by next command: `user@host:~$ .  /etc/bash_completion.d/magento2-bash-completion`

Installation Magento2 Bash Completion Extension
-----------------------------------------------

[](#installation-magento2-bash-completion-extension)

Magento2 Bash Completion Extension allows you generate your own bash completion list. It collects all available commands and generates a bash completion.

You can install the extension by the composer

```
composer require yvoronoy/magento2-bash-completion

```

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance19

Infrequent updates — may be unmaintained

Popularity28

Limited adoption so far

Community20

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 85% 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.

###  Release Activity

Cadence

Every ~61 days

Total

4

Last Release

3434d ago

PHP version history (2 changes)1.0.0-betaPHP ~5.5.0|~5.6.0|~7.0.0

1.0.1-betaPHP ~5.6|~7.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/8e2f42cd61358538792b5ccd8e9f7bc72906dd3b30f8e344c9333080c1d12573?d=identicon)[yvoronoy](/maintainers/yvoronoy)

---

Top Contributors

[![yvoronoy](https://avatars.githubusercontent.com/u/8588929?v=4)](https://github.com/yvoronoy "yvoronoy (17 commits)")[![rafael-redstage](https://avatars.githubusercontent.com/u/20045900?v=4)](https://github.com/rafael-redstage "rafael-redstage (1 commits)")[![WaPoNe](https://avatars.githubusercontent.com/u/11091926?v=4)](https://github.com/WaPoNe "WaPoNe (1 commits)")[![Zifius](https://avatars.githubusercontent.com/u/696727?v=4)](https://github.com/Zifius "Zifius (1 commits)")

---

Tags

bash-completionmagento2magento2-extension

###  Code Quality

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/yvoronoy-magento2-bash-completion/health.svg)

```
[![Health](https://phpackages.com/badges/yvoronoy-magento2-bash-completion/health.svg)](https://phpackages.com/packages/yvoronoy-magento2-bash-completion)
```

###  Alternatives

[fastly/magento2

Fastly CDN Module for Magento 2.4.x

1564.2M1](/packages/fastly-magento2)[mage-os/module-automatic-translation

Automatic AI content translation for Mage-OS.

277.1k](/packages/mage-os-module-automatic-translation)[zepgram/module-rest

Technical module to industrialize API REST call with dependency injection pattern using Guzzle library

1326.2k](/packages/zepgram-module-rest)[graycore/magento2-graphql-introspection-cache

1015.2k](/packages/graycore-magento2-graphql-introspection-cache)[mage-os/mageos-common-async-events

Send REST requests to external endpoints asynchronously. This module implements the most common events like order creation and customer change.

147.7k2](/packages/mage-os-mageos-common-async-events)[mage-os/module-inventory-reservations-grid

Add a grid with the list of inventory reservations.

126.8k](/packages/mage-os-module-inventory-reservations-grid)

PHPackages © 2026

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