Skip to content
DMNO
🚧 DMNO is still in beta! Use with caution!
✨ If you've tried DMNO or looked through the docs, let us know what you think!

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)

Terminal window
# Runs the service in dev mode
dmno dev
a CLI showing the dmno dev command