35 36 37 38 39
# File 'lib/sem/cli/projects.rb', line 35 def list(project_name) project = Sem::API::Project.find!(project_name) Sem::Views::EnvVars.list(project.env_vars) end