@@ -149,12 +149,12 @@ jobs:
149149 bin/magento m:h:c:c --show-all --detailed
150150
151151 echo "Test MageForge Static Clean command with dry-run:"
152- bin/magento mageforge:static :clean --all --dry-run
152+ bin/magento mageforge:theme :clean --all --dry-run
153153
154154 echo "Test MageForge Static Clean aliases:"
155- bin/magento mageforge:static :clean --all --dry-run
155+ bin/magento mageforge:theme :clean --all --dry-run
156156 echo "Test MageForge Static Clean aliases:"
157- bin/magento m:st :c --help
157+ bin/magento m:t :c --help
158158 bin/magento frontend:clean --help
159159
160160 echo "Test Theme Name Suggestions (non-interactive):"
@@ -165,7 +165,7 @@ jobs:
165165 bin/magento mageforge:theme:watch Magent/lum --help || echo "Expected failure - WatchCommand"
166166
167167 echo "Testing CleanCommand with invalid theme name:"
168- bin/magento mageforge:static :clean Magent/lum --dry-run || echo "Expected failure - CleanCommand"
168+ bin/magento mageforge:theme :clean Magent/lum --dry-run || echo "Expected failure - CleanCommand"
169169
170170 echo "Testing TokensCommand with invalid theme name:"
171171 bin/magento mageforge:hyva:tokens Magent/lum --help || echo "Expected failure - TokensCommand"
@@ -306,10 +306,10 @@ jobs:
306306 bin/magento m:h:c:c --show-all --detailed
307307
308308 echo "Test MageForge Static Clean command with dry-run:"
309- bin/magento mageforge:static :clean --all --dry-run
309+ bin/magento mageforge:theme :clean --all --dry-run
310310
311311 echo "Test MageForge Static Clean alias:"
312- bin/magento m:st :c --help
312+ bin/magento m:t :c --help
313313 bin/magento frontend:clean --help
314314
315315 echo "Test Theme Name Suggestions (non-interactive):"
@@ -320,7 +320,7 @@ jobs:
320320 bin/magento mageforge:theme:watch Magent/lum --help || echo "Expected failure - WatchCommand"
321321
322322 echo "Testing CleanCommand with invalid theme name:"
323- bin/magento mageforge:static :clean Magent/lum --dry-run || echo "Expected failure - CleanCommand"
323+ bin/magento mageforge:theme :clean Magent/lum --dry-run || echo "Expected failure - CleanCommand"
324324
325325 echo "Testing TokensCommand with invalid theme name:"
326326 bin/magento mageforge:hyva:tokens Magent/lum --help || echo "Expected failure - TokensCommand"
0 commit comments