v1alpha1.extension_repo
should pull latest from specific git references
#6468
Labels
enhancement
New feature or request
Describe the Feature You Want
If a team wants to pin it the
v1alpha1.extension_repo
reference to a rolling tag (eg:v1
ormain
), it would be interesting if Tilt could pull latest changes ontilt up
or similar.Current Behavior
In a few cases, teams might want to pin the
v1alpha1.extension_repo
to a specific version and this can already be done through a specific tag or commit sha. But we observed that many want to set it to a rolling release, which currently is not possible: if set to a reference, it will pull it once and never refresh it, til a manualgit pull
is done.This
git pull
is not documented and requires the user to navigate to the XDG folder and do pull:Why Do You Want This?
Alternatives
If nothing can be done, probably might be worth to document it and give a run-book to users on how to update references rolling references.
The text was updated successfully, but these errors were encountered: