Skip to content

Commit 031b0a7

Browse files
cache clean command added
1 parent 2e57c94 commit 031b0a7

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/getting-started.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,12 @@ or via command line:
7474
bin/magento config:set cms/wysiwyg/enabled disabled
7575
```
7676

77+
Clean the cache after changing the configuration values
78+
79+
```bash
80+
bin/magento cache:clean config full_page
81+
```
82+
7783
<div class="bs-callout bs-callout-tip">
7884
When you want to test the WYSIWYG functionality, re-enable WYSIWYG in your test suite.
7985
</div>
@@ -97,6 +103,12 @@ bin/magento config:set admin/security/admin_account_sharing 1
97103
bin/magento config:set admin/security/use_form_key 0
98104
```
99105

106+
Clean the cache after changing the configuration values
107+
108+
```bash
109+
bin/magento cache:clean config full_page
110+
```
111+
100112
### Webserver configuration {#web-server-configuration}
101113

102114
The MFTF does not support executing CLI commands if your web server points to `<MAGE_ROOT_DIR>/pub` directory as recommended in the [Installation Guide][Installation Guide docroot]. For the MFTF to execute the CLI commands, the web server must point to the Magento root directory.

0 commit comments

Comments
 (0)