Learn how to use Configuration Overlays
nhost run config-...
, for instance:nhost run config-deploy --service-id SERVICE_ID
, which, as indicated by the help, will apply automatically the overlay with name SERVICE_ID
if it exists:nhost/overlays
and prefixed with run-
. If you are using the command nhost run config-show --config ../mysvc/nhost-run-service.toml --overlay-name mysvc
to edit overlays this is handled by you and you don’t need to be worried about. For instance:nhost up --run-service ...
no overlay will be applied automatically. If you want to apply an overlay you will need to specify the name of the overlay name to apply by prefixing the path with :overlay_name
, for instance: nhost up --run-service ../mysvc/nhost-run-service.toml:mysvc