feat: `turbo info` command for debugging (#9368)
### Description
A command to provide debugging information for reproductions or
otherwise understand a machine better. Output will look something close
to this.
```
CLI:
Version: 2.2.4-canary.4
Location: /Users/anthonyshew/projects/open/turbo/target/debug/turbo
Daemon status: Running
Package manager: pnpm
Platform:
Architecture: aarch64
Operating system: macos
Available memory (MB): 13598
Available CPU cores: 10
Environment:
CI: None
Terminal (TERM): xterm-256color
Terminal program (TERM_PROGRAM): tmux
Terminal program version (TERM_PROGRAM_VERSION): 3.4
Shell (SHELL): /bin/zsh
stdin: false
Turborepo System Environment Variables:
TURBO_INVOCATION_DIR: /Users/anthonyshew/projects/open/turbo
```
### Testing Instructions
Try it out!