-
Notifications
You must be signed in to change notification settings - Fork 314
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use "gcloud config config-helper" to read the project ID from the Goo…
…gle Cloud SDK (#147)
- Loading branch information
Jon Wayne Parrott
authored
Mar 24, 2017
1 parent
e60c124
commit 0c09c73
Showing
6 changed files
with
86 additions
and
117 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
{ | ||
"configuration": { | ||
"active_configuration": "default", | ||
"properties": { | ||
"core": { | ||
"account": "user@example.com", | ||
"disable_usage_reporting": "False", | ||
"project": "example-project" | ||
} | ||
} | ||
}, | ||
"credential": { | ||
"access_token": "don't use me", | ||
"token_expiry": "2017-03-23T23:09:49Z" | ||
}, | ||
"sentinels": { | ||
"config_sentinel": "/Users/example/.config/gcloud/config_sentinel" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters