cuelang.org/go@v0.10.1/doc/cmd/cue.md (about)

     1  # `cue` command reference
     2  
     3  `cue help` gives information about the various `cue` commands available, as well
     4  as additional help topics. For example `cue help import` gives information about
     5  how to convert other formats like JSON and YAML to CUE, and `cue help filetypes`
     6  describes the `cue` command's support for various file types.
     7  
     8  We do plan to provide a web-based version of these various help topics,
     9  something that is tracked by [#9](https://cuelang.org/issue/9).