Skip to content

Commit 1366bbe

Browse files
authored
Adding three new flags on the CLI README file (#2325)
1 parent 2ebe3d9 commit 1366bbe

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/playground/cli/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,9 @@ The `server` command supports the following optional arguments:
9595
- `--skip-sqlite-setup`: Do not set up the SQLite database integration.
9696
- `--quiet`: Do not output logs and progress messages.
9797
- `--debug`: Print the PHP error log if an error occurs during boot.
98+
- `--follow-symlinks`: Allow Playground to follow symlinks by automatically mounting symlinked directories and files encountered in mounted directories. ⚠️ Warning: Following symlinks will expose files outside mounted directories to Playground and could be a security risk.
99+
- `--experimental-multi-worker`: Enables experimental multi-worker support. It needs JSPI and a /wordpress directory on a real filesystem. You can pass a positive number to use a specific number of workers, otherwise, it defaults to the number of CPUs minus one.
100+
- `--internal-cookie-store`: Enables Playground's internal cookie handling. When active, Playground uses an HttpCookieStore to manage and persist cookies across requests. If disabled, cookies are handled externally, like by a browser in Node.js.
98101

99102
## Need some help with the CLI?
100103

0 commit comments

Comments
 (0)