To make it easier to extract critical fields from Hive CLI output, we should support a new argument --output=json|text.
This can be implemented on a per-command need but should be eventually supported on all commands. The most critical command is schema:check. The check ID and slug should be output as separate fields in the JSON output.
This will allow teams to use the schema check ID to call the public API and perform followup operations.
To make it easier to extract critical fields from Hive CLI output, we should support a new argument
--output=json|text.This can be implemented on a per-command need but should be eventually supported on all commands. The most critical command is
schema:check. The check ID and slug should be output as separate fields in the JSON output.This will allow teams to use the schema check ID to call the public API and perform followup operations.