mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-19 02:02:32 +01:00
Add new plugin for the spryker sdk
This commit is contained in:
parent
d41ca84af1
commit
f90cbc2de9
2 changed files with 71 additions and 0 deletions
24
plugins/spryker/README.md
Normal file
24
plugins/spryker/README.md
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
# Spryker
|
||||
|
||||
This plugin provides aliases for the most frequently used [Spryker SDK](https://github.com/spryker-sdk) commands,
|
||||
as well as code completion for the commands `console` and `boot`.
|
||||
|
||||
To use it add spryker to the plugins array in your zshrc file.
|
||||
|
||||
```bash
|
||||
plugins=(... spryker)
|
||||
```
|
||||
|
||||
## Aliases
|
||||
|
||||
| Alias | Command | Description |
|
||||
|-----------|--------------------------------|-----------------------------------------|
|
||||
| `spk` | docker/sdk | Runs the Spryker SDK |
|
||||
| `spkc` | spk console | Runs a Spryker console command |
|
||||
| `spkb` | spk boot -v | Bootstrap spryker with a deploy file |
|
||||
| `spkt` | spk testing | Starts a testing container |
|
||||
| `spku` | spk up | Builds and runs Spryker applications |
|
||||
| `spkup` | spk up --build --assets --data | Same as up + build, assets and data |
|
||||
| `spkcli` | spk cli | Starts a terminal container |
|
||||
| `spkcc` | spk clean && spk clean-data | Removes all images, volumes and storage |
|
||||
| `spkl` | spk logs | Tails all application exception logs |
|
||||
Loading…
Add table
Add a link
Reference in a new issue