application-accelerator-samples icon indicating copy to clipboard operation
application-accelerator-samples copied to clipboard

[Observation] Tiltfile apply cmd only works with apps plugin >= 0.10.0

Open andrew-woosnam opened this issue 3 years ago • 1 comments

Hey maintainers! I was recently surprised to see my steeltoe-weatherforecast accelerator failing to apply upon tilt up. Seems like the reason is that the --update-strategy flag is only recognized by the latest version of the tanzu cli apps plugin (0.10.0).

I'm not sure that this is a fixable phenomenon (makes sense that --update-strategy is a good feature to include), but maybe tanzu apps v 0.10.0 could at least be called out as a dependency somewhere? (I didn't see it in any docs -- maybe I missed it?)

andrew-woosnam avatar Dec 12 '22 19:12 andrew-woosnam

The samples included in a release are expected to work with the CLI plugins that are part of the same release. This change was made recently, how did you install the accelerator? If you are using the accelerator from the main branch or from the tap-1.4 tag, then you would need to use the v0.10.0 version of the apps plugin.

trisberg avatar Dec 14 '22 02:12 trisberg