0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-02-03 22:29:08 -05:00
astro/.changeset/cold-jokes-buy.md
Fred K. Schott 341ef65785
telemetry: record isTTY (#8900)
Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2023-10-23 17:35:23 -05:00

7 lines
295 B
Markdown

---
"@astrojs/telemetry": patch
---
Track if the Astro CLI is running in a [`TTY`](nodejs.org/api/process.html#a-note-on-process-io) context.
This information helps us better understand scripted use of Astro vs. direct terminal use of Astro CLI by a user, especially the `astro dev` command.