Module: Dapp::Dimg::Dapp::Command::FlushLocal

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

Instance Method Summary collapse

Instance Method Details

#flush_localObject



6
7
8
9
10
11
12
13
# File 'lib/dapp/dimg/dapp/command/flush_local.rb', line 6

def flush_local
  lock("#{name}.images") do
    log_step_with_indent(:flush) do
      remove_project_images(dapp_project_dimgs, force: true)
      stages_flush_local if with_stages?
    end
  end
end