Module: Dapp::Dimg::Dapp::Command::Stages::Push

Included in:
Dapp
Defined in:
lib/dapp/dimg/dapp/command/stages/push.rb

Instance Method Summary collapse

Instance Method Details

#stages_pushObject



7
8
9
10
11
# 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