module Dapp::Dimg::Dapp::Command::Stages::Push
Public Instance Methods
stages_push()
click to toggle source
# File lib/dapp/dimg/dapp/command/stages/push.rb, line 7 def stages_push dimg_import_export_base(should_be_built: false) do |dimg| dimg.export_stages!(option_repo, format: dimgstage_push_format) end end