354
355
356
357
358
359
|
# File 'lib/kamal/cli/app.rb', line 354
def version
on(KAMAL.app_hosts) do |host|
role = KAMAL.roles_on(host).first
puts_by_host host, capture_with_info(*KAMAL.app(role: role, host: host).current_running_version).strip
end
end
|