Module: Gcloud::Cli::ConfigRepository
- Extended by:
- ConfigRepository
- Included in:
- ConfigRepository
- Defined in:
- lib/gcloud/cli/config_repository.rb
Constant Summary collapse
- DEFAULT_URL =
MY_NOTE: change this when we get gcloud url
'http://localhost:3000/clusters'- CONFIG_FILE =
ENV['HOME'] + '/.gcloud'
Instance Method Summary collapse
Instance Method Details
#find_or_create ⇒ Object
13 14 15 |
# File 'lib/gcloud/cli/config_repository.rb', line 13 def find_or_create load || prompt end |