dmno run
Reference
Description: Runs a command with the resolved config for a service
Options
-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)
# 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)
