Return service account info from create_service_account()
This commit is contained in:
parent
499af03473
commit
f4b5e49c26
@ -283,6 +283,7 @@ def create_service_account(email, service_roles, service_definition):
|
|||||||
print()
|
print()
|
||||||
print('Access token: %s' % token['token'])
|
print('Access token: %s' % token['token'])
|
||||||
print(' expires on: %s' % token['expire_time'])
|
print(' expires on: %s' % token['expire_time'])
|
||||||
|
return account, token
|
||||||
|
|
||||||
|
|
||||||
@manager.command
|
@manager.command
|
||||||
|
Loading…
x
Reference in New Issue
Block a user