Files
dolt/cmd/noms-ui
Mike Gray 4e54c44d56 no functional changes, improving code quality (#2410)
fix misspellings; fix code that was not gofmt'd - plus take advantage of gofmt -s too; couple of unreachable golint reported fixes; reference go report card results and tests
2016-08-23 13:51:38 -04:00
..

noms-ui

Serves noms browser UIs, from its own web and noms database server.

noms ui [-port PORT] directory [args...]
  • -port serves on a custom port. By default noms-ui chooses a random port.
  • directory specifies the directory of the browser UI. Browser URLs are relative to this directory, with index.html by default.
  • args are a list of arguments to pass to the UI of the form arg1=val, arg2=val2, etc. ldb: values are automatically translated into paths to an HTTP noms database server.