Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 7 additions & 6 deletions src/content/docs/en/reference/cli-reference.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -287,13 +287,14 @@ astro info
Example output:

```
Astro v3.0.12
Node v20.5.1
Astro v5.14.1
Vite v6.3.6
Node v22.17.1
System macOS (arm64)
Package Manager pnpm
Output server
Adapter @astrojs/vercel/serverless
Integrations none
Package Manager npm
Output static
Adapter none
Integrations @astrojs/starlight (v0.35.3)
```

## `astro preferences`
Expand Down