Skip to content

Commit

Permalink
Adding auth list support for diagnose_me (#3052)
Browse files Browse the repository at this point in the history
* Adding auth list support for diagnose_me

* correcting formatting
  • Loading branch information
SinaChavoshi authored Feb 11, 2020
1 parent 4128228 commit 8879960
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sdk/python/kfp/cli/diagnose_me/gcp.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ class Commands(enum.Enum):
GET_SERVICE_ACCOUNTS = 9
GET_STORAGE_BUCKETS = 10
GET_GCLOUD_VERSION = 11
GET_AUTH_LIST = 12


_command_string = {
Expand All @@ -46,6 +47,7 @@ class Commands(enum.Enum):
Commands.GET_SERVICE_ACCOUNTS: 'iam service-accounts list',
Commands.GET_STORAGE_BUCKETS: 'ls',
Commands.GET_GCLOUD_VERSION: 'version',
Commands.GET_AUTH_LIST: 'auth list',
}


Expand Down

0 comments on commit 8879960

Please sign in to comment.