TERMINAL
$ cue help mod
Mod groups commands which operate on CUE modules.

Note that support for modules is built into all the cue commands, not
just 'cue mod'.

See also:
	cue help modules

Usage:
  cue mod <cmd> [arguments] [flags]
  cue mod [command]

Available Commands:
  edit        edit cue.mod/module.cue
  get         add and upgrade module dependencies
  init        initialize new module in current directory
  publish     publish the current module to a registry
  resolve     Show how a module path resolves to a registry
  tidy        download and tidy module dependencies

Global Flags:
  -E, --all-errors   print all available errors
  -i, --ignore       proceed in the presence of errors
  -s, --simplify     simplify output
      --strict       report errors for lossy mappings
      --trace        trace computation
  -v, --verbose      print information about progress

Use "cue mod [command] --help" for more information about a command.