You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add _extra_managed_env() method to the application that will be used to update the mentioned dict before command is run
Why it needs to get done
Current implementation have a hardcoded set of environmental variables to be passed to managed run. We need an ability to pass it on the application basis
What needs to get done
Add
_extra_managed_env()
method to the application that will be used to update the mentioned dict before command is runWhy it needs to get done
Current implementation have a hardcoded set of environmental variables to be passed to managed run. We need an ability to pass it on the application basis
craft-application/craft_application/application.py
Lines 425 to 428 in 50cb666
The text was updated successfully, but these errors were encountered: