Confispex.set_context
You're seeing just the function
set_context
, go back to Confispex module for more information.
Link to this function
set_context(context)
Specs
set_context(map()) :: :ok
Set context.
Most likely you'll want to setup env
and target
:
Example
Confispex.set_context(%{env: config_env(), target: config_target()})