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
-p,--phase <phase>
resolve in specific phase
--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)
# Loads the resolved config for the root servicedmno resolve
# Loads the resolved config for service1dmno resolve --service service1
# Loads the resolved config for service1 in JSON formatdmno resolve --service service1 --format json
# Loads the resolved config for service1 and outputs it in .env file formatdmno resolve --service service1 --format env
# Loads the resolved config for service1 and outputs it in .env file format and writes to .env.localdmno resolve --service service1 --format env >> .env.local
