Hi,
When we want to update apps, we test them first by creating a new pipeline configuration then running the "./tank updates" command.
This downloads the latest version of the apps in the "app_store" folder and modify the YAML files in the pipeline configuration's "config/env" folder (each "location" entry is updated to the newest version).
My question is: is there a way to always answer "yes" to the "./tank updates" command? In our case, it is safe to do so because we are testing in another pipeline configuration (there is no risk for the production install).
Any hints on this?