Class: Terraspace::CLI::Setup

Inherits:
Terraspace::Command show all
Defined in:
lib/terraspace/cli/setup.rb

Instance Method Summary collapse

Methods inherited from Terraspace::Command

alter_command_description, check_project!, check_standalone_install!, command_help, dispatch, exit_on_failure?, help_flags, initial_dispatch_command, opt?, rbenv?, reset_dispatch_command, rvm?, subcommand?, website

Methods included from Util::Logging

#logger

Instance Method Details

#checkObject



5
6
7
8
9
10
11
12
13
# File 'lib/terraspace/cli/setup.rb', line 5

def check
  puts <<~EOL
    DEPRECATED: The terraspace setup check command is deprecated. Instead use:

        terraspace check

  EOL
  Terraspace::Check.new(options).run
end