108 109 110 111 112
# File 'lib/sem/cli/projects.rb', line 108 def list(project_name) project = Sem::API::Project.find!(project_name) Sem::Views::EnvVars.list(project.env_vars) end