module Dapp::Dimg::Dapp::Command::Stages::Pull

Public Instance Methods

stages_pull() click to toggle source
# File lib/dapp/dimg/dapp/command/stages/pull.rb, line 7
def stages_pull
  dimg_import_export_base(should_be_built: false) do |dimg|
    dimg.import_stages!(option_repo, format: dimgstage_push_format)
  end
end