Sha256: 7fb8e637b6187523fcbce8e9b09b41d32a427fd759fdac765560a044f43235e4
Contents?: true
Size: 1.05 KB
Versions: 1
Compression:
Stored size: 1.05 KB
Contents
module Dreamy::Command class Help < Base def index display usage end def usage usage = <<EOTXT === Commands help # show this usage domains:http # list HTTP domain details domains:mysql # list MySQL domains domains:status # check availability of all domains (pingability) dns # list DNS records dns <name> # list DNS records for <name> dns:add <record> <type> <value> # add DNS record dns:remove <record> <type> <value> # remove DNS record announce # list announce lists announce:list <list> # list all subscribers to <name> list announce:add <list> <email> # add subscriber with <email> to <list> announce:remove <list> <email> # remove subscriber with <email> from <list> users # list user accounts: details users:pw # list user accounts: usernames & passwords EOTXT end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
sant0sk1-dreamy-0.3.0 | lib/dreamy/commands/help.rb |