You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
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)
The text was updated successfully, but these errors were encountered: