# File lib/rudy/cli/metadata.rb, line 36 36: def metadata_delete 37: 38: unless @@global.quiet 39: msg = "NOTE: This will delete only the metadata and " 40: msg << "not the EC2 object (volume, instance, etc...)" 41: li msg 42: end 43: 44: execute_check(:medium) 45: 46: Rudy::Metadata.destroy @argv.oid 47: end