{"id":37010367,"url":"https://github.com/yvoronoy/magento2-bash-completion","last_synced_at":"2026-01-14T00:59:45.168Z","repository":{"id":57088864,"uuid":"60879698","full_name":"yvoronoy/magento2-bash-completion","owner":"yvoronoy","description":"Magento2 Bash Completion","archived":false,"fork":false,"pushed_at":"2019-10-23T15:18:24.000Z","size":46,"stargazers_count":138,"open_issues_count":6,"forks_count":29,"subscribers_count":11,"default_branch":"master","last_synced_at":"2024-04-09T09:19:17.014Z","etag":null,"topics":["bash-completion","magento2","magento2-extension"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yvoronoy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-06-10T22:09:08.000Z","updated_at":"2024-03-26T10:07:09.000Z","dependencies_parsed_at":"2022-08-20T16:00:32.042Z","dependency_job_id":null,"html_url":"https://github.com/yvoronoy/magento2-bash-completion","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/yvoronoy/magento2-bash-completion","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yvoronoy%2Fmagento2-bash-completion","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yvoronoy%2Fmagento2-bash-completion/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yvoronoy%2Fmagento2-bash-completion/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yvoronoy%2Fmagento2-bash-completion/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yvoronoy","download_url":"https://codeload.github.com/yvoronoy/magento2-bash-completion/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yvoronoy%2Fmagento2-bash-completion/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28407632,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T00:40:43.272Z","status":"ssl_error","status_checked_at":"2026-01-14T00:40:42.636Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bash-completion","magento2","magento2-extension"],"created_at":"2026-01-14T00:59:44.467Z","updated_at":"2026-01-14T00:59:45.145Z","avatar_url":"https://github.com/yvoronoy.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Magento2 Bash Completion [![Build Status](https://travis-ci.org/yvoronoy/magento2-bash-completion.svg?branch=master)](https://travis-ci.org/yvoronoy/magento2-bash-completion)\nThis plugin adds autocompletion for Magento 2 CLI Sub Commands and their Options.\n\n## Example\n\n![Magento2 Bash Completion Screenshot](https://raw.githubusercontent.com/yvoronoy/ReadmeMedia/master/magento2-bash-completion.gif)\n\n```\nuser@host:~$ bin/magento[TAB][TAB]\nadmin:user:create                        info:dependencies:show-modules-circular\nadmin:user:unlock                        info:language:list\nbash:completion:generate                 info:timezone:list\n\n...\n```\n\n```\nuser@host:~$ bin/magento setup:install --[TAB][TAB]\n--admin-email                   --db-password\n--admin-firstname               --db-prefix\n--admin-lastname                --db-user\n```\n\n## Prerequisities\nTo use magento2 bash completion you should have installed Bash Completion.\nIf you don't have installed bash-completion follow guides:\n * [How to install bash-completion in Debian](https://www.howtoforge.com/how-to-add-bash-completion-in-debian)\n * [How to install bash-completion in MacOSX](http://davidalger.com/development/bash-completion-on-os-x-with-brew)\n\n\n## Installation Bash Completion\nNew 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.\n\nMac OSX\n```\ncurl -o /usr/local/etc/bash_completion.d/magento2-bash-completion https://raw.githubusercontent.com/yvoronoy/magento2-bash-completion/master/magento2-bash-completion\n```\n\n\nLinux\n```\nsudo curl -o /etc/bash_completion.d/magento2-bash-completion https://raw.githubusercontent.com/yvoronoy/magento2-bash-completion/master/magento2-bash-completion\n```\n\nDon't forget reload shell or you can load new complition by next command: `user@host:~$ .  /etc/bash_completion.d/magento2-bash-completion`\n\n## Installation Magento2 Bash Completion Extension\nMagento2 Bash Completion Extension allows you generate your own bash completion list. It collects all available commands and generates a bash completion.\n\nYou can install the extension by the composer\n```\ncomposer require yvoronoy/magento2-bash-completion\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyvoronoy%2Fmagento2-bash-completion","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyvoronoy%2Fmagento2-bash-completion","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyvoronoy%2Fmagento2-bash-completion/lists"}