Class: Helm::CLI::Server
- Inherits:
-
Thor
- Object
- Thor
- Helm::CLI::Server
- Includes:
- Helm::Commands::Servers
- Defined in:
- lib/helm/cli.rb
Instance Method Summary collapse
Instance Method Details
#add ⇒ Object
26 27 28 |
# File 'lib/helm/cli.rb', line 26 def add Add.new(Helm.config, , $stdin).execute end |
#edit ⇒ Object
37 38 39 |
# File 'lib/helm/cli.rb', line 37 def edit Edit.new(Helm.config, ).execute end |
#list ⇒ Object
31 32 33 |
# File 'lib/helm/cli.rb', line 31 def list puts List.new(Helm.config, ).execute end |