Skip to content

Commit 2bf4eda

Browse files
committed
Added bin/spx to readme
1 parent ea290cf commit 2bf4eda

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -318,6 +318,7 @@ It is recommended to keep your root docker config files in one repository, and y
318318
- `bin/setup-pwa-studio-sampledata`: This script makes it easier to install Venia sample data. Pass in your base site domain, otherwise the default `master-7rqtwti-mfwmkrjfqvbjk.us-4.magentosite.cloud` will be used. Ex: `bin/setup-pwa-studio-sampledata magento.test`.
319319
- `bin/setup-ssl`: Generate an SSL certificate for one or more domains. Ex. `bin/setup-ssl magento.test foo.test`
320320
- `bin/setup-ssl-ca`: Generate a certificate authority and copy it to the host.
321+
- `bin/spx`: Disable or enable output compression to enable or disbale SPX. Accepts params `disable` (default) or `enable`. Ex. `bin/spx enable`
321322
- `bin/start`: Start all containers, good practice to use this instead of `docker-compose up -d`, as it may contain additional helpers.
322323
- `bin/status`: Check the container status.
323324
- `bin/stop`: Stop all project containers.

compose/Makefile

+2-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ help:
3131
@echo "$(call format,dev-urn-catalog-generate,'Generate URNs for PHPStorm and remap paths to local host.')"
3232
@echo "$(call format,devconsole,'Alias for n98-magerun2 dev:console.')"
3333
@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.')"
3535
@echo "$(call format,download,'Download & extract specific Magento version to the src directory.')"
3636
@echo "$(call format,fixowns,'This will fix filesystem ownerships within the container.')"
3737
@echo "$(call format,fixperms,'This will fix filesystem permissions within the container.')"
@@ -59,6 +59,7 @@ help:
5959
@echo "$(call format,setup-pwa-studio,'(BETA) Install PWA Studio.')"
6060
@echo "$(call format,setup-ssl,'Generate an SSL certificate for one or more domains.')"
6161
@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.')"
6263
@echo "$(call format,start,'Start all containers.')"
6364
@echo "$(call format,status,'Check the container status.')"
6465
@echo "$(call format,stop,'Stop all containers.')"

0 commit comments

Comments
 (0)