Some commands allow the user to specify keys and then be prompted for the values
Some commands allow the user to specify the JSON inline as an argument
Some commands allow the user to specify the JSON by pointing to a file
The treatment of JSON parameters on CLI commands should be consistent across the code base. Ideally we get to the point where all commands support the interactive prompt style, the inline argument style, and the ability to reference a file containing JSON (or YAML).