diff --git a/pillar/cli.py b/pillar/cli.py index 27722788..41c1a8cd 100644 --- a/pillar/cli.py +++ b/pillar/cli.py @@ -283,6 +283,7 @@ def create_service_account(email, service_roles, service_definition): print() print('Access token: %s' % token['token']) print(' expires on: %s' % token['expire_time']) + return account, token @manager.command