Sha256: 10b8dc7e6b6c093102ab2a028e88fccc259bc972da82ff35c6710be91bc34f20

Contents?: true

Size: 312 Bytes

Versions: 10

Compression:

Stored size: 312 Bytes

Contents

#!/usr/bin/env ruby
require 'ddtrace/tasks/exec'
require 'ddtrace/tasks/help'

command = ARGV.shift

case command
when 'exec'
  Datadog::Tasks::Exec.new(ARGV).run
when 'help', '--help'
  Datadog::Tasks::Help.new.run
else
  puts "Command '#{command}' is not valid for ddtrace."
  Datadog::Tasks::Help.new.run
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
ddtrace-0.54.2 bin/ddtracerb
ddtrace-0.54.1 bin/ddtracerb
ddtrace-0.54.0 bin/ddtracerb
ddtrace-0.53.0 bin/ddtracerb
ddtrace-0.52.0 bin/ddtracerb
ddtrace-0.51.1 bin/ddtracerb
ddtrace-0.51.0 bin/ddtracerb
ddtrace-0.50.0 bin/ddtracerb
ddtrace-0.49.0 bin/ddtracerb
ddtrace-0.48.0 bin/ddtracerb