Sha256: 6f9662dfc6f27096346cc93743a45bcd6212575596ee945058ebf5149fe05145
Contents?: true
Size: 353 Bytes
Versions: 9
Compression:
Stored size: 353 Bytes
Contents
module FaaStRuby module Command module Project PROJECT_YAML_FILE = 'project.yml' PROJECT_SECRETS_FILE = 'secrets.yml' PROJECT_CREDENTIALS_FILE = '.credentials.yml' class ProjectBaseCommand < BaseCommand def read_credentials_file File.file?(PROJECT_CREDENTIALS_FILE) end end end end end
Version data entries
9 entries across 9 versions & 1 rubygems