Sha256: 97b31a8dce5404d2f3e42b7fd8119a1b25ec98a89d0b1ea7dc0dd09ccffa1dd9

Contents?: true

Size: 290 Bytes

Versions: 2

Compression:

Stored size: 290 Bytes

Contents

#!/usr/bin/env ruby

require 'bundler/setup'
require 'galvanize'

Kernel.trap(:INT) { print("\n"); exit 1 }

# We just need to `require` cli, habichef, and configuable-patch in that order before calling ChefDK::CLI.new
# Might be able to do without bundler?
ChefDK::CLI.new(ARGV.clone).run

Version data entries

2 entries across 1 versions & 1 rubygems

Version Path
galvanize-0.1.2 bin/gal
galvanize-0.1.2 bin/galvanize