Sha256: 23ac3c4dd66f17cc4d5effce293ecffc41aaf6fbcd004004867aaed797f6e526

Contents?: true

Size: 195 Bytes

Versions: 4

Compression:

Stored size: 195 Bytes

Contents

#!/usr/bin/env ruby

require 'pathname'
bin_file = Pathname.new(__FILE__).realpath
$LOAD_PATH.unshift File.expand_path('../../lib', bin_file)
require 'dockerploy/cli'
Dockerploy::CLI.start(ARGV)

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
dockerploy-0.0.5 bin/dockerploy
dockerploy-0.0.4 bin/dockerploy
dockerploy-0.0.3 bin/dockerploy
dockerploy-0.0.2 bin/dockerploy