Sha256: 0a6ad9e16639ebd935af8570c3264b496551db34491203f3da226a2102cb9e45

Contents?: true

Size: 339 Bytes

Versions: 404

Compression:

Stored size: 339 Bytes

Contents

#!/usr/bin/env ruby
# This script proxies the commands to service like cfn-cmd does, but in ruby so that gemstubs work
vendor=File.expand_path('../../vendor/AWSCloudFormation-1.0.12',__FILE__)
command=File.basename(__FILE__)

exec "AWS_CLOUDFORMATION_HOME=#{vendor} SERVICE_HOME=#{vendor} #{vendor}/bin/#{command} \"#{ARGV.join('" "')}\""

Version data entries

404 entries across 14 versions & 1 rubygems

Version Path
cloudformation-ruby-dsl-0.4.13 bin/cfn-list-stacks.cmd
cloudformation-ruby-dsl-0.4.13 bin/cfn-get-template
cloudformation-ruby-dsl-0.4.13 bin/cfn-version.cmd
cloudformation-ruby-dsl-0.4.13 bin/cfn-describe-stack-resource
cloudformation-ruby-dsl-0.4.13 bin/cfn-describe-stack-resource.cmd
cloudformation-ruby-dsl-0.4.13 bin/cfn-describe-stack-resources
cloudformation-ruby-dsl-0.4.13 bin/cfn-describe-stack-events.cmd
cloudformation-ruby-dsl-0.4.13 bin/cfn-delete-stack
cloudformation-ruby-dsl-0.4.13 bin/cfn-delete-stack.cmd
cloudformation-ruby-dsl-0.4.13 bin/cfn-describe-stack-resources.cmd
cloudformation-ruby-dsl-0.4.13 bin/cfn-describe-stack-events
cloudformation-ruby-dsl-0.4.13 bin/cfn-cmd
cloudformation-ruby-dsl-0.4.13 bin/cfn-cmd.cmd
cloudformation-ruby-dsl-0.4.13 bin/cfn-list-stack-resources
cloudformation-ruby-dsl-0.4.13 bin/cfn-create-stack
cloudformation-ruby-dsl-0.4.13 bin/cfn-cancel-update-stack.cmd
cloudformation-ruby-dsl-0.4.13 bin/service.cmd
cloudformation-ruby-dsl-0.4.13 bin/cfn-update-stack
cloudformation-ruby-dsl-0.4.13 bin/service
cloudformation-ruby-dsl-0.4.13 bin/vendor-cfn-bin