A command-line interface for working with KSON files.
To build a native executable, run:
./gradlew :tooling:cli:buildNativeImageThe native binary will be generated in tooling/cli/build/native/nativeCompile/.
The CLI provides several commands for working with KSON files:
format- Format KSON filesvalidate- Validate KSON files for issuesjsonoryaml- Convert KSON files to other formats
Run the CLI with --help for more information on available commands and options.