oc rollout latest

Start a new rollout for a deployment config with the latest state from its triggers

Example usage
  # Start a new rollout based on the latest images defined in the image change triggers
  oc rollout latest dc/nginx

  # Print the rolled out deployment config
  oc rollout latest dc/nginx -o json