Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add ability to add / update run_managed env #572

Open
dariuszd21 opened this issue Nov 29, 2024 · 1 comment
Open

add ability to add / update run_managed env #572

dariuszd21 opened this issue Nov 29, 2024 · 1 comment
Labels
Enhancement New feature or request triaged

Comments

@dariuszd21
Copy link
Contributor

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 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

env = {
"CRAFT_PLATFORM": build_info.platform,
"CRAFT_VERBOSITY_LEVEL": craft_cli.emit.get_mode().name,
}

@dariuszd21 dariuszd21 added Enhancement New feature or request triaged labels Nov 29, 2024
Copy link

Thank you for reporting us your feedback!

The internal ticket has been created: https://warthogs.atlassian.net/browse/CRAFT-3740.

This message was autogenerated

@dariuszd21 dariuszd21 changed the title add ability to add / update add ability to add / update run_managed env Nov 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement New feature or request triaged
Projects
None yet
Development

No branches or pull requests

1 participant