Class: FaaStRuby::Command::Project::ProjectBaseCommand

Inherits:
BaseCommand
  • Object
show all
Defined in:
lib/faastruby/cli/commands/project/base_command.rb

Direct Known Subclasses

Deploy, Down, New

Instance Method Summary collapse

Methods inherited from BaseCommand

#has_user_logged_in?, #help, #load_credentials, #load_yaml, #say, spin, #spin, #write_file

Instance Method Details

#read_credentials_fileObject



8
9
10
# File 'lib/faastruby/cli/commands/project/base_command.rb', line 8

def read_credentials_file
  File.file?(PROJECT_CREDENTIALS_FILE)
end