mirror of
https://github.com/dolthub/dolt.git
synced 2026-05-03 19:41:24 -05:00
ed0364cc19
This is to support: - shorthands - Putting commands anywhere (after positional arguments too)
noms-ui
Serves noms browser UIs, from its own web and noms database server.
noms ui [-port PORT] directory [args...]
-portserves on a custom port. By defaultnoms-uichooses a random port.directoryspecifies the directory of the browser UI. Browser URLs are relative to this directory, withindex.htmlby default.argsare a list of arguments to pass to the UI of the formarg1=val,arg2=val2, etc.ldb:values are automatically translated into paths to an HTTP noms database server.