summaryrefslogtreecommitdiff
path: root/docs/cli.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/cli.md')
-rw-r--r--docs/cli.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/cli.md b/docs/cli.md
index 2ef0592a5..213927277 100644
--- a/docs/cli.md
+++ b/docs/cli.md
@@ -20,6 +20,14 @@ The root is used for finding the Astro configuration file.
astro --project-root examples/snowpack dev
```
+#### `--reload`
+
+Clears the cache (dependencies are built within Astro apps).
+
+#### `--verbose`
+
+Enables verbose logging, which is helpful when debugging an issue.
+
#### `--version`
Print the Astro version number and exit.