Version: v1.2

vela def vet

Validate X-Definition.

Synopsis

Validate definition file by checking whether it has the valid cue format with fields set correctly

  • Currently, this command only checks the cue format. This function is still working in progress and we will support more functional validation mechanism in the future.
  1. vela def vet DEFINITION.cue [flags]

Examples

  1. # Command below will validate the my-def.cue file.
  2. > vela def vet my-def.cue

Options

  1. -h, --help help for vet

SEE ALSO

Go Back to CLI Commands Homepage.

Auto generated by spf13/cobra on 12-Jan-2022, refer to script in KubeVela.