dmno run
Reference
Description: Runs a command with the resolved config for a service
Options
-w,--watchwatch for config changes and re-run
-p,--phase <phase>resolve in specific phase
--skip-cacheskips config cache altogether, will not read or write
--clear-cacheclears the cache before continuing, will write new values to cache
-s, --service [service]which service to load
-np, --no-promptdo not prompt for service selection
Example(s)
# Runs the echo command with the resolved config for service1dmno run --service service1 -- printenv $SOME_ITEM
# Runs the somecommand with the resolved config using SOME_VAR via printenvdmno run —-service service1 -- somecommand --some-option=(printenv SOME_VAR)