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 resolve

Reference

Description: Loads the resolved config for a service

Options

-f,--format <format>

format to output resolved config (ex. json)


--public

only loads public (non-sensitive) values


--show-all

shows all items, even when config is failing


-w,--watch

watch for config changes and re-run


--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


Example(s)

Terminal window
# Loads the resolved config for the root service
dmno resolve
# Loads the resolved config for service1
dmno resolve --service service1
# Loads the resolved config for service1 in JSON format
dmno resolve --service service1 --format json
a CLI showing the dmno resolve command