We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello, It would be really helpful from an automation perspective if we could allow JSON support output when querying wallets information.
For instance: btcli w overview would be awesome to have a JSON output. This will help with automation, and monitoring.
btcli w overview
Some type of reproducible way to output wallet information in a JSON format.
Regular Expressions to parse it. Which works, but is not the easiest to explain nor maintain.
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is your feature request related to a problem? Please describe.
Hello,
It would be really helpful from an automation perspective if we could allow JSON support output when querying wallets information.
For instance:
btcli w overview
would be awesome to have a JSON output. This will help with automation, and monitoring.Describe the solution you'd like
Some type of reproducible way to output wallet information in a JSON format.
Describe alternatives you've considered
Regular Expressions to parse it. Which works, but is not the easiest to explain nor maintain.
Additional context
No response
The text was updated successfully, but these errors were encountered: