Howdy 👋🏻,
When referencing an v1alpha1.extension, using load(), that comes from an v1alpha1.extension_repo I am receiving:
loading extension env_args: no extension tiltfile found at /Users/iamnande/Library/Application Support/tilt-dev/tilt_modules/github.com/tilt-dev/tilt-extensions/env_args/Tiltfile
Example block that can produce the error:
## Extensions
v1alpha1.extension_repo('foo', url='https://github.com/iamnande/foo/tilt-extensions')
v1alpha1.extension(name='bar', repo_name='foo', repo_path='bar')
load('ext://bar', 'do_cool_thing')
It would be neat if it either didn't yell at me or if it resolved the extension.
Running tilt up in any form handles all the custom references just fine so no actual workflow is being impeded.
Howdy 👋🏻,
When referencing an
v1alpha1.extension, usingload(), that comes from anv1alpha1.extension_repoI am receiving:Example block that can produce the error:
It would be neat if it either didn't yell at me or if it resolved the extension.
Running
tilt upin any form handles all the custom references just fine so no actual workflow is being impeded.