The command btcli s show --netuid x --json-out (or --json-output) returns an error: "Invalid value: Cannot specify both '--json-output' and '--prompt'".
Version: 9.22.2
This can be avoided by explicitly turning off prompt: btcli s sshow --netuid x --no-prompt --json-out (or --json-output) results in a JSON-formatted output of the subnet's metagraph.
The command
btcli s show --netuid x --json-out(or--json-output) returns an error: "Invalid value: Cannot specify both '--json-output' and '--prompt'".Version: 9.22.2
This can be avoided by explicitly turning off
prompt:btcli s sshow --netuid x --no-prompt --json-out(or--json-output) results in a JSON-formatted output of the subnet's metagraph.