module Dapp::Dimg::Dapp::Command::Bp

Public Instance Methods

bp() click to toggle source
# File lib/dapp/dimg/dapp/command/bp.rb, line 6
def bp
  bp_step(:build)
  bp_step(:push)
end
bp_step(step, *args) click to toggle source
# File lib/dapp/dimg/dapp/command/bp.rb, line 11
def bp_step(step, *args)
  log_step_with_indent(step) { send(step, *args) }
end