class Sem::CLI::Projects::EnvVars
Public Instance Methods
list(project_name)
click to toggle source
# 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