# File lib/consular/cli.rb, line 154
    def delete(project = nil)
      path = termfile_path(project)
      message_unless_file(path) { remove_file path }
    end