# File lib/consular/cli.rb, line 58
    def setup(project = nil)
      path = termfile_path(project)
      message_unless_file(path) { valid_core.new(path).setup! }
    end