# Domain actions # module Cmd class Domains def self.list_all_domains domain return Docli.client.domains.create(domain) end end end