The equivalent of 'docker-compose pull' and 'docker-compose up -d'

What is the equivalent of running these commands using Rancher UI?

  • docker-compose pull
  • docker-compose up -d

there is an equivalent command rancher-compose pull and a rancher-compose up, see commands

I am not aware for just a pull command via the UI.
On the other hand you have a the equivalent for docker-compose up when you click start on a Stack under Applications.

there is also an option to tell rancher to always pull images before launching a stack