Class: Sem::CLI::Projects::EnvVars

Inherits:
Dracula
  • Object
show all
Defined in:
lib/sem/cli/projects.rb

Instance Method Summary collapse

Instance Method Details

#list(project_name) ⇒ Object



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