Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 70a1474

Browse files
authored
Merge pull request #8765 from /pull/8765
Imported magento devdocs 8765
2 parents 0d516f4 + e39e65c commit 70a1474

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

src/guides/v2.4/config-guide/cli/config-cli-subcommands-static-view.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ To deploy static view files:
4444
Command options:
4545

4646
```bash
47-
bin/magento setup:static-content:deploy [<languages>] [-t|--theme[="<theme>"]] [--exclude-theme[="<theme>"]] [-l|--language[="<language>"]] [--exclude-language[="<language>"]] [-a|--area[="<area>"]] [--exclude-area[="<area>"]] [-j|--jobs[="<number>"]] [--no-javascript] [--no-css] [--no-less] [--no-images] [--no-fonts] [--no-html] [--no-misc] [--no-html-minify] [-f|--force]
47+
bin/magento setup:static-content:deploy [<languages>] [-t|--theme[="<theme>"]] [--exclude-theme[="<theme>"]] [-l|--language[="<language>"]] [--exclude-language[="<language>"]] [-a|--area[="<area>"]] [--exclude-area[="<area>"]] [-j|--jobs[="<number>"]] [--no-javascript] [--no-css] [--no-less] [--no-images] [--no-fonts] [--no-html] [--no-misc] [--no-html-minify] [--no-parent] [-f|--force]
4848
```
4949
5050
The following table explains this command's parameters and values.
@@ -252,6 +252,16 @@ The following table explains this command's parameters and values.
252252
<p>No</p>
253253
</td>
254254
</tr>
255+
<tr>
256+
<td>--no-parent</td>
257+
<td>
258+
<p>Do not generate files for the parent themes of the current theme. It is strongly recommended to use this flag if you do not explicitly use the parent theme of the current theme you are trying to deploy. This will significantly increase the speed of the process.
259+
This flag is available in Magento 2.4.2</p>
260+
</td>
261+
<td>
262+
<p>No</p>
263+
</td>
264+
</tr>
255265
<tr>
256266
<td>--force (-f)</td>
257267
<td>

0 commit comments

Comments
 (0)