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 run

Reference

Description: Runs a command with the resolved config for a service

Options

-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
# Runs the echo command with the resolved config for service1
dmno run --service service1 -- printenv $SOME_ITEM
# Runs the somecommand with the resolved config using SOME_VAR via printenv
dmno run —-service service1 -- somecommand --some-option=(printenv SOME_VAR)
a CLI showing the dmno run command