kcl-lang / kcl

KCL Programming Language (CNCF Sandbox Project). https://kcl-lang.io
https://kcl-lang.io
Apache License 2.0
1.7k stars 119 forks source link

`kcl vet` does not exist #1663

Closed yonas closed 1 month ago

yonas commented 1 month ago

Validate the data:

kcl vet data.json schema.k

This command doesn't exist:

❯ ./kclvm_cli --help
KCL main CLI.

Usage: kclvm_cli [COMMAND]

Commands:
  run      run
  server   Start a rpc server for APIs
  version  Show the KCL version
  help     Print this message or the help of the given subcommand(s)

Options:
  -h, --help     Print help
  -V, --version  Print version

❯ ./kclvm_cli --version
kclvm_cli 0.10.0
Peefy commented 1 month ago

You can use the KCL CLI https://github.com/kcl-lang/cli

yonas commented 1 month ago

Thanks :partying_face: