Print telemetry warning on stderr (#7189)
### Description
This fixes an issue with unparsable output from `--dry=json` that causes
`turbo-ignore` to fail with a JSON parse error if the user has not
disabled the message.
### Testing Instructions
To reproduce the issue this PR seeks to resolve run the following
commands in any turbo enabled repo.
```
rm ~/.config/turborepo/telemetry.json
pnpx turbo-ignore # fails with JSON parse error
```
fixes #7185
<!--
Give a quick description of steps to test your changes.
-->
Co-authored-by: Thomas Knickman <tom.knickman@vercel.com>