Class: FaaStRuby::Command::Project::ProjectBaseCommand
- Inherits:
-
BaseCommand
- Object
- BaseCommand
- FaaStRuby::Command::Project::ProjectBaseCommand
- Defined in:
- lib/faastruby/cli/commands/project/base_command.rb
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_file ⇒ Object
8 9 10 |
# File 'lib/faastruby/cli/commands/project/base_command.rb', line 8 def read_credentials_file File.file?(PROJECT_CREDENTIALS_FILE) end |