Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Magento2 CLI completions #4043

Merged
merged 4 commits into from May 18, 2017
Merged

Commits on May 18, 2017

  1. Added Magento2 CLI completions

    This is the completion file for the Magento2 CLI application I use on my servers. It has an additional feature tho, I'm not sure if it fits into the fish completion philosophy:  
    If you provide limited access credentials, it will connect to the MySQL database and provide additional suggestions, such as available users, themes or indexers in the database. If this file is never touched, those suggestions simply won't show up. I, personally, find them to be pretty useful, though.  
    
    Should I remove those database suggestions before creating a PR?
    Radiergummi committed May 18, 2017
    Copy the full SHA
    d588e0b View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    ed8be55 View commit details
    Browse the repository at this point in the history
  3. Several smaller fixes

    Radiergummi committed May 18, 2017
    Copy the full SHA
    b86c97c View commit details
    Browse the repository at this point in the history
  4. Improved descriptions

    Tried to shorten the text as much as possible and removed unnecessary characters
    Radiergummi committed May 18, 2017
    Copy the full SHA
    fcf58f9 View commit details
    Browse the repository at this point in the history