module Deis module Commands # Nothing here end end # Require all the commands Dir.glob(File.join __dir__, 'commands', '*.rb').each { |f| require f }