We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39eae48 commit 82ffbafCopy full SHA for 82ffbaf
compose/Makefile
@@ -31,6 +31,7 @@ help:
31
@echo "$(call format,dev-urn-catalog-generate,'Generate URNs for PHPStorm and remap paths to local host.')"
32
@echo "$(call format,devconsole,'Alias for n98-magerun2 dev:console.')"
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.')"
35
@echo "$(call format,download,'Download & extract specific Magento version to the src directory.')"
36
@echo "$(call format,fixowns,'This will fix filesystem ownerships within the container.')"
37
@echo "$(call format,fixperms,'This will fix filesystem permissions within the container.')"
0 commit comments