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