Docs/ Add --silent cli option (#785)

This commit is contained in:
Caleb Jasik 2021-07-20 19:59:03 -05:00 committed by GitHub
parent 6230a7ac31
commit c1e304dfb8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -49,6 +49,10 @@ Clears the cache (dependencies are built within Astro apps).
Enables verbose logging, which is helpful when debugging an issue.
### `--silent`
Enables silent logging, which is helpful for when you don't want to see Astro logs.
### `--version`
Print the Astro version number and exit.