Is your feature request related to a problem? Please describe.
The command wsl --manage provides useful tweaks. However, we can't show the current status.
Describe the solution you'd like
The simple command wsl --manage --print-status will print all the parameters that we can change using the command.
Describe alternatives you've considered
No alternatives exists. We need a lot of code to obtain the data that we can change using the command: distro path, type of VHDX, etc.
Additional context
This command will be a must have. We need this information. An alternative wsl --manage --print-status --json variant printing the data in JSON format will be useful.
Is your feature request related to a problem? Please describe.
The command
wsl --manageprovides useful tweaks. However, we can't show the current status.Describe the solution you'd like
The simple command
wsl --manage --print-statuswill print all the parameters that we can change using the command.Describe alternatives you've considered
No alternatives exists. We need a lot of code to obtain the data that we can change using the command: distro path, type of VHDX, etc.
Additional context
This command will be a must have. We need this information. An alternative
wsl --manage --print-status --jsonvariant printing the data in JSON format will be useful.