mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-04-10 04:26:17 +02:00
Add alias for prune and remove vebosity from boot
This commit is contained in:
parent
f90cbc2de9
commit
bba516d580
2 changed files with 14 additions and 12 deletions
|
|
@ -11,14 +11,15 @@ 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 |
|
||||
| Alias | Command | Description |
|
||||
|-----------|--------------------------------|-----------------------------------------------|
|
||||
| `spk` | docker/sdk | Runs the Spryker SDK |
|
||||
| `spkc` | spk console | Runs a Spryker console command |
|
||||
| `spkb` | spk boot | 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 |
|
||||
| `spkp` | spk prune | Remove all docker resources. Wipe everything. |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue