X-Git-Url: https://src.twobees.de/?a=blobdiff_plain;f=stow%2Foh-my-zsh%2F.oh-my-zsh%2Fplugins%2Fn98-magerun%2FREADME.md;fp=stow%2Foh-my-zsh%2F.oh-my-zsh%2Fplugins%2Fn98-magerun%2FREADME.md;h=0000000000000000000000000000000000000000;hb=1a8e170bbe5c6641a26ab1ce2e6ce6c5c1faa4cd;hp=b0abe474768ba4fbbc7ff3ecd12c8470d0ad797c;hpb=475ba35502579302593f4735c853c49ef1845dcb;p=dotfiles.git diff --git a/stow/oh-my-zsh/.oh-my-zsh/plugins/n98-magerun/README.md b/stow/oh-my-zsh/.oh-my-zsh/plugins/n98-magerun/README.md deleted file mode 100644 index b0abe47..0000000 --- a/stow/oh-my-zsh/.oh-my-zsh/plugins/n98-magerun/README.md +++ /dev/null @@ -1,21 +0,0 @@ -# n98-magerun plugin - -The swiss army knife for Magento developers, sysadmins and devops. The tool provides a huge set of well tested command line commands which save hours of work time. - -The [n98-magerun plugin](https://github.com/netz98/n98-magerun) provides many -[useful aliases](#aliases) as well as completion for the `n98-magerun` command. - -Enable it by adding `n98-magerun` to the plugins array in your zshrc file: - -```zsh -plugins=(... n98-magerun) -``` - -## Aliases - -| Alias | Command | Description | -| --------- | -------------------------------------------------- | --------------------------------------------------------------------------------- | -| n98 | `n98-magerun.phar` | The N98-Magerun phar-file (Version 1) | -| n98-2 | `n98-magerun2.phar` | The N98-Magerun phar-file (Version 2) | -| mage-get | `wget https://files.magerun.net/n98-magerun.phar` | Download the latest stable N98-Magerun phar-file from the file-server (Version 1) | -| mage2-get | `wget https://files.magerun.net/n98-magerun2.phar` | Download the latest stable N98-Magerun phar-file from the file-server (Version 2) |