|
31 | 31 | @echo "$(call format,dev-urn-catalog-generate,'Generate URNs for PHPStorm and remap paths to local host.')"
|
32 | 32 | @echo "$(call format,devconsole,'Alias for n98-magerun2 dev:console.')"
|
33 | 33 | @echo "$(call format,devtools-cli-check,'Check & install the CLI devtools if missing from system.')"
|
34 |
| - @echo "$(call format,docker-stats,'Display status for CPU, memory usage, and memory limit of currently-running Docker containers.')" |
| 34 | + @echo "$(call format,docker-stats,'Display status for CPU$(comma) memory usage$(comma) and memory limit of currently-running Docker containers.')" |
35 | 35 | @echo "$(call format,download,'Download & extract specific Magento version to the src directory.')"
|
36 | 36 | @echo "$(call format,fixowns,'This will fix filesystem ownerships within the container.')"
|
37 | 37 | @echo "$(call format,fixperms,'This will fix filesystem permissions within the container.')"
|
|
59 | 59 | @echo "$(call format,setup-pwa-studio,'(BETA) Install PWA Studio.')"
|
60 | 60 | @echo "$(call format,setup-ssl,'Generate an SSL certificate for one or more domains.')"
|
61 | 61 | @echo "$(call format,setup-ssl-ca,'Generate a certificate authority and copy it to the host.')"
|
| 62 | + @echo "$(call format,spx,'Disable or enable output compression to enable or disbale SPX.')" |
62 | 63 | @echo "$(call format,start,'Start all containers.')"
|
63 | 64 | @echo "$(call format,status,'Check the container status.')"
|
64 | 65 | @echo "$(call format,stop,'Stop all containers.')"
|
|
0 commit comments