dmno dev
Reference
Description: Runs the service in dev mode, and watches for changes and updates as needed.
Options
--silent
do not log anything, useful when using in conjunction with a ConfigServerClient which will do its own logging
--ipc-only
skip booting the local web server, and communicate over IPC only
--skip-cache
skips config cache altogether, will not read or write
--clear-cache
clears the cache before continuing, will write new values to cache
-s, --service [service]
which service to load
-np, --no-prompt
do not prompt for service selection
Example(s)
# Runs the service in dev modedmno dev
