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

If the Tiltfile fails when running with args, the actual error is replaced "resources could not be found" #5467

Closed
landism opened this issue Feb 8, 2022 · 0 comments · Fixed by #5468
Labels
bug Something isn't working

Comments

@landism
Copy link
Member

landism commented Feb 8, 2022

Steps to Reproduce

echo asdf > Tiltfile
tilt up --stream foo

Expected Behavior

an error saying "asdf" is undefined

Current Behavior

Initial Build • (Tiltfile)
Loading Tiltfile at: /private/tmp/failure/Tiltfile
ERROR: You specified some resources that could not be found: "foo"
Is this a typo? Existing resources in Tiltfile:

Context

The bug is here, introduced in v0.24.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant