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
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.