Module: Dapp::Project::Command::Spush

Included in:
Dapp::Project
Defined in:
lib/dapp/project/command/spush.rb

Overview

Spush

Instance Method Summary collapse

Instance Method Details

#spush(repo) ⇒ Object



8
9
10
11
12
13
14
# File 'lib/dapp/project/command/spush.rb', line 8

def spush(repo)
  validate_repo_name(repo)
  one_dimg!
  Dimg.new(config: build_configs.first, project: self, ignore_git_fetch: true, should_be_built: true).tap do |dimg|
    dimg.export!(repo, format: spush_format)
  end
end