Sha256: 22f1e311b8472efe83af609eeccedd3161b1f3afb3a2dbe92ff1116816f86d23

Contents?: true

Size: 178 Bytes

Versions: 4

Compression:

Stored size: 178 Bytes

Contents

module TreasureData
module Command

  def server_status
    op = cmd_opt 'server-status'
    op.cmd_parse

    require 'td/client'
    puts Client.server_status
  end

end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
td-0.8.0 lib/td/command/server.rb
td-0.7.5 lib/td/command/server.rb
td-0.7.4 lib/td/command/server.rb
td-0.7.3 lib/td/command/server.rb