Class: Neetob::CLI::NeetoDeploy::ConfigVars::Commands

Inherits:
SubCommandBase
  • Object
show all
Defined in:
lib/neetob/cli/neeto_deploy/config_vars/commands.rb

Instance Method Summary collapse

Methods inherited from SubCommandBase

banner, subcommand_prefix

Instance Method Details

#listObject



23
24
25
# File 'lib/neetob/cli/neeto_deploy/config_vars/commands.rb', line 23

def list
  List.new(options[:apps], options[:sandbox]).run
end

#removeObject



38
39
40
# File 'lib/neetob/cli/neeto_deploy/config_vars/commands.rb', line 38

def remove
  Remove.new(options[:apps], options[:keys], options[:sandbox]).run
end

#upsertObject



31
32
33
# File 'lib/neetob/cli/neeto_deploy/config_vars/commands.rb', line 31

def upsert
  Upsert.new(options[:apps], options[:path], options[:path_with_project_keys], options[:sandbox]).run
end