We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I would like to pass env variables to cmd_button, as I can do with local_resource
cmd_button doesn't have an env argument
To pass env variables to the command defined in cmd_button without messing up os env variables
The text was updated successfully, but these errors were encountered:
thanks for the request! shouldn't be too hard to add. the api exists on Cmd, just needs to get passed through the extension code that creates the Cmd: https://github.com/tilt-dev/tilt-extensions/blob/master/uibutton/Tiltfile#L107 https://api.tilt.dev/core/cmd-v1alpha1.html
Sorry, something went wrong.
I would also like to very much see this feature.
I think this can be closed
Thanks team! Looking forward to use this!
No branches or pull requests
Describe the Feature You Want
I would like to pass env variables to cmd_button, as I can do with local_resource
Current Behavior
cmd_button doesn't have an env argument
Why Do You Want This?
To pass env variables to the command defined in cmd_button without messing up os env variables
The text was updated successfully, but these errors were encountered: