mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-01 04:30:37 +02:00
Magento 2 plugin INIT
This commit is contained in:
parent
62b0abdb6e
commit
5be12e37ee
2 changed files with 50 additions and 0 deletions
19
plugins/magento2/README.md
Normal file
19
plugins/magento2/README.md
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
# Magento2 plugin
|
||||
|
||||
This plugin adds completion and aliases for the `magento` command. More information at https://github.com/denisristic/oh-my-zsh.
|
||||
|
||||
Enable magento2 plugin in your zshrc file:
|
||||
```
|
||||
plugins=(... magento2)
|
||||
```
|
||||
|
||||
## Aliases
|
||||
|
||||
| Alias | Command | Description |
|
||||
|-------------|-------------------------------------------|---------------------------------------------------------------------------|
|
||||
| `m2` | `magento` | Magento command |
|
||||
| `m2clean` | `magento cache:clean` | Cleans cache type(s) |
|
||||
| `m2reindex` | `magento indexer:reindex` | Reindexes Data |
|
||||
| `m2compile` | `magento setup:di:compile` | Generates DI configuration and all missing classes that can be auto-generated |
|
||||
| `m2upgrade` | `magento setup:upgrade` | Upgrades the Magento application, DB data, and schema |
|
||||
| `m2sdeploy` | `magento setup:static-content:deploy` | Deploys static view files |
|
||||
Loading…
Add table
Add a link
Reference in a new issue