Skip to content

[Feature] Support Resolving Extension Repo ReferencesΒ #30

@iamnande

Description

@iamnande

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions