Clarify the DRY_RUN env variable value

This commit is contained in:
mrrfv
2023-09-08 20:13:54 +02:00
parent 452c81b151
commit b667585cbc
+1 -1
View File
@@ -69,7 +69,7 @@ Alternatively, you can install the Cloudflare WARP client and log in to Zero Tru
### Dry runs ### Dry runs
To see if e.g. your filter lists are valid without actually changing anything in your Cloudflare account, you can set the `DRY_RUN` environment variable to "true", either in `.env` or the regular way. This will only print info such as the lists that would be created or the amount of duplicate domains to the console. To see if e.g. your filter lists are valid without actually changing anything in your Cloudflare account, you can set the `DRY_RUN` environment variable to "true" or any value other than empty, either in `.env` or the regular way. This will only print info such as the lists that would be created or the amount of duplicate domains to the console.
**Warning:** This currently only works for `cf_list_create.js`. **Warning:** This currently only works for `cf_list_create.js`.