Sha256: 9f93f8bf05a9547e99ba27645b2f807d67ded2d1f491073d522ea3550ef3a387
Contents?: true
Size: 390 Bytes
Versions: 7
Compression:
Stored size: 390 Bytes
Contents
#!/usr/bin/env ruby require 'deploy_rubygem' abort DeployRubygem.deployer.no_option_txt if ARGV.empty? case ARGV[0] when 'install' DeployRubygem.deployer.install_chef_workstation when 'bootstrap' abort('Need an argument file to bootstrap') if ARGV[1].nil? DeployRubygem.deployer.bootstrap_chef_workstation(ARGV[1]) else puts DeployRubygem.deployer.unknown_option_txt(ARGV[0]) end
Version data entries
7 entries across 7 versions & 1 rubygems