Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

info command to gather system info #9

Closed
nickfrosty opened this issue Dec 26, 2024 · 0 comments
Closed

info command to gather system info #9

nickfrosty opened this issue Dec 26, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@nickfrosty
Copy link
Member

Add a new info command that can be used to collect all sorts of system and setup info for a Solana dev.

Gathering all the version info for the tools in the toolkit, Solana CLI, operating system, and any other commonly useful info.

If the command is run inside of a repo, then print info about the repo like versions of common sdk crates.

The general goal of this command will be to help devs share common info needed to help troubleshoot their issues and easily share those details with others on places like Stack Exchange

We could print the info results in a format like this: (command, then output on a new line)

anchor --version
anchor-cli 0.30.1

cargo --version cargo 1.85.0-nightly (4c39aaff6 2024-11-25)

solana --version
solana-cli 2.0.17 (src:7104d713; feat:607245837, client:Agave)
@nickfrosty nickfrosty added the enhancement New feature or request label Dec 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant