# File lib/aeolus_cli/command/list_command.rb, line 133 def environments begin headers = ActiveSupport::OrderedHash.new headers[:name] = "Name" print_collection(Aeolus::CLI::Environment.all, headers) quit(0) rescue => e handle_exception(e) end end