TERMINAL
$ cue help mod rename
Rename changes the name of the current module,
updating import statements in source files as required.

Note that this command is not yet stable and may be changed.

Usage:
  cue mod rename <newModulePath> [flags]

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