From 5579d00b9ae9ab635b486705d5ff16c9a281311c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20M=C3=BCnch?= Date: Wed, 26 Feb 2025 21:20:41 +0100 Subject: [PATCH] docs: fix and explain dev:theme:build-hyva command --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f5d3608f..3fc3c070 100644 --- a/README.md +++ b/README.md @@ -974,9 +974,17 @@ n98-magerun2.phar dev:theme:list ### Build Hyva Theme CSS ```sh -n98-magerun2.phar dev:theme:build-hyva --theme="Hyva/default" +n98-magerun2.phar dev:theme:build-hyva [--production] ``` +Example: `n98-magerun2.phar dev:theme:build-hyva "Hyva/default"` + +The command starts in watch mode by default, as it is primarily designed for developers. + +If no theme is specified, an interactive mode allows you to select a theme from a list. + +If the `--production` flag is set, the command does not run in watch mode and will stop after the theme is built. + --- ### Create Module Skeleton @@ -1029,7 +1037,7 @@ n98-magerun2.phar dev:translate:export [--store=] --- -### DI +### DI (Dependency Injection) List Preferences: