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.5.0 bin/vendor-cfn-bin
cloudformation-ruby-dsl-0.4.14 bin/cfn-list-stack-resources
cloudformation-ruby-dsl-0.4.14 bin/cfn-cancel-update-stack
cloudformation-ruby-dsl-0.4.14 bin/cfn-describe-stack-resource
cloudformation-ruby-dsl-0.4.14 bin/cfn-describe-stacks
cloudformation-ruby-dsl-0.4.14 bin/cfn-get-template.cmd
cloudformation-ruby-dsl-0.4.14 bin/cfn-cmd
cloudformation-ruby-dsl-0.4.14 bin/cfn-create-stack.cmd
cloudformation-ruby-dsl-0.4.14 bin/cfn-describe-stack-events
cloudformation-ruby-dsl-0.4.14 bin/cfn-describe-stack-events.cmd
cloudformation-ruby-dsl-0.4.14 bin/cfn-describe-stack-resources
cloudformation-ruby-dsl-0.4.14 bin/cfn-describe-stack-resources.cmd
cloudformation-ruby-dsl-0.4.14 bin/cfn-describe-stacks.cmd
cloudformation-ruby-dsl-0.4.14 bin/cfn-get-template
cloudformation-ruby-dsl-0.4.14 bin/cfn-delete-stack
cloudformation-ruby-dsl-0.4.14 bin/cfn-cancel-update-stack.cmd
cloudformation-ruby-dsl-0.4.14 bin/cfn-cmd.cmd
cloudformation-ruby-dsl-0.4.14 bin/cfn-create-stack
cloudformation-ruby-dsl-0.4.14 bin/cfn-delete-stack.cmd
cloudformation-ruby-dsl-0.4.14 bin/cfn-describe-stack-resource.cmd