From bc69881c5bf919a9666f96379e4381e0b87e1d7b Mon Sep 17 00:00:00 2001 From: Sean Date: Tue, 21 Jan 2025 10:45:39 -0500 Subject: [PATCH] Add alert to CLI docs --- sites/docs/pages/reference/cli/index.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/sites/docs/pages/reference/cli/index.md b/sites/docs/pages/reference/cli/index.md index bb8d34fc05..e566c37351 100644 --- a/sites/docs/pages/reference/cli/index.md +++ b/sites/docs/pages/reference/cli/index.md @@ -30,10 +30,14 @@ ORDER BY row_num ## Options + + Append flags with an extra `--` after the command to modify behavior. For example, `npm run dev -- --port 4000` will start the development server on port 4000. + + Some of the most common are: ```sql options @@ -113,4 +117,4 @@ Premium content Free content {/if} -``` \ No newline at end of file +```