evaluate and print CUE configuration

Usage:
  hof eval [flags]

Flags:
  -a, --all                      show optional and hidden fields
  -A, --attributes               display field attributes
  -C, --comments                 include comments in output
  -c, --concrete                 require the evaluation to be concrete
      --defaults                 use default values if not set
  -S, --definitions              display defintions (default true)
      --escape                   use HTLM escaping
  -e, --expression stringArray   evaluate these expressions only
      --final                    finalize the value (default true)
  -h, --help                     help for eval
  -H, --hidden                   display hidden fields
      --inline-imports           expand references to non-core imports
      --list                     concatenate multiple objects into a list
  -O, --optional                 display optional fields
      --out string               output data format, when detection does not work
  -o, --outfile string           filename or - for stdout with optional file prefix
      --resolve                  resolve references in value
      --simplify                 simplify CUE statements where possible

Global Flags:
  -E, --all-errors               print all available errors
  -i, --ignore-errors            turn off output and assume defaults at prompts
  -D, --include-data             auto include all data files found with cue files
  -V, --inject-env               inject all ENV VARs as default tag vars
  -I, --input stringArray        extra data to unify into the root value
  -p, --package string           the Cue package context to use during execution
  -l, --path stringArray         CUE expression for single path component when placing data files
  -q, --quiet                    turn off output and assume defaults at prompts
  -d, --schema stringArray       expression to select schema to apply to data files
      --stats                    print generator statistics
  -0, --stdin-empty              A flag that ensure stdin is zero and does not block
  -t, --tags stringArray         @tags() to be injected into CUE code
  -U, --user-files stringArray   file globs to embed into the root value (<cue-path>=<file-glob>), use % as slash to trim before
  -v, --verbosity int            set the verbosity of output
      --with-context             add extra context for data files, usable in the -l/path flag
