Sha256: 0721b8cddaa61485d606cf6672fc7d91118c278365710c9d8e15b14f0d4988e5

Contents?: true

Size: 289 Bytes

Versions: 16

Compression:

Stored size: 289 Bytes

Contents

#!/usr/bin/env ruby
$:.push File.dirname(__FILE__) + '/../lib'

require "rubygems"

require "bosh-bootstrap"
require "bosh-bootstrap/thor_cli"

# TODO: Only ignore SSL verification if requested by user
require "fog"
Excon.defaults[:ssl_verify_peer] = false

Bosh::Bootstrap::ThorCli.start

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
bosh-bootstrap-0.18.1 bin/bosh-bootstrap
bosh-bootstrap-0.18.0 bin/bosh-bootstrap
bosh-bootstrap-0.17.1 bin/bosh-bootstrap
bosh-bootstrap-0.17.0 bin/bosh-bootstrap
bosh-bootstrap-0.16.2 bin/bosh-bootstrap
bosh-bootstrap-0.16.1 bin/bosh-bootstrap
bosh-bootstrap-0.16.0 bin/bosh-bootstrap
bosh-bootstrap-0.15.0 bin/bosh-bootstrap
bosh-bootstrap-0.14.5 bin/bosh-bootstrap
bosh-bootstrap-0.14.4 bin/bosh-bootstrap
bosh-bootstrap-0.14.3 bin/bosh-bootstrap
bosh-bootstrap-0.14.2 bin/bosh-bootstrap
bosh-bootstrap-0.14.1 bin/bosh-bootstrap
bosh-bootstrap-0.14.0 bin/bosh-bootstrap
bosh-bootstrap-0.13.2 bin/bosh-bootstrap
bosh-bootstrap-0.13.1 bin/bosh-bootstrap