Remember this

This commit is contained in:
David Heinemeier Hansson
2023-02-19 17:00:09 +01:00
parent 5356f31e2e
commit f3a5845501

View File

@@ -44,6 +44,7 @@ class Mrsk::Cli::App < Mrsk::Cli::Base
end end
end end
# FIXME: Drop in favor of just containers?
desc "details", "Show details about app containers" desc "details", "Show details about app containers"
def details def details
on(MRSK.hosts) { |host| puts_by_host host, capture_with_info(*MRSK.app.info) } on(MRSK.hosts) { |host| puts_by_host host, capture_with_info(*MRSK.app.info) }