pub fn parse_via_cli_with_json( input: &str, format: &str, ) -> Result<(Vec<Region>, String), CliError>
Like parse_via_cli, also returns JSON for the content-addressed cache.
parse_via_cli