diff --git a/src/guides/v2.4/config-guide/cli/config-cli-subcommands-static-view.md b/src/guides/v2.4/config-guide/cli/config-cli-subcommands-static-view.md index 996e52c96e7..309607300fb 100644 --- a/src/guides/v2.4/config-guide/cli/config-cli-subcommands-static-view.md +++ b/src/guides/v2.4/config-guide/cli/config-cli-subcommands-static-view.md @@ -44,7 +44,7 @@ To deploy static view files: Command options: ```bash -bin/magento setup:static-content:deploy [] [-t|--theme[=""]] [--exclude-theme[=""]] [-l|--language[=""]] [--exclude-language[=""]] [-a|--area[=""]] [--exclude-area[=""]] [-j|--jobs[=""]] [--no-javascript] [--no-css] [--no-less] [--no-images] [--no-fonts] [--no-html] [--no-misc] [--no-html-minify] [-f|--force] +bin/magento setup:static-content:deploy [] [-t|--theme[=""]] [--exclude-theme[=""]] [-l|--language[=""]] [--exclude-language[=""]] [-a|--area[=""]] [--exclude-area[=""]] [-j|--jobs[=""]] [--no-javascript] [--no-css] [--no-less] [--no-images] [--no-fonts] [--no-html] [--no-misc] [--no-html-minify] [--no-parent] [-f|--force] ``` The following table explains this command's parameters and values. @@ -252,6 +252,16 @@ The following table explains this command's parameters and values.

No

+ + --no-parent + +

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. +This flag is available in Magento 2.4.2

+ + +

No

+ + --force (-f)