Sha256: 9fc78c74229c84ee1d6c8831bcf81cfdd4f5eaaed498863907e9e74ae36ed074
Contents?: true
Size: 224 Bytes
Versions: 1
Compression:
Stored size: 224 Bytes
Contents
#!/usr/bin/env ruby $LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib')) require 'cli_helper' begin client.analytics.instrumentations(ARGV[0]).delete rescue => e puts e.inspect else puts "Success" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
smartdc-0.4.0 | bin/sdc-deleteinstrumentation |