def RunGCloudService(args, project, service, logfile=None):
"""This function runs a gcloud `service` command.
Args:
args: command with arguments as an array
project: the project in which the remotehost belongs to
service: the service user wants to run on gcloud
logfile: an opened filestream to write log
Returns:
Returns the return value of RunCommand
"""
return RunCommand(GetGcloud(args, project=project,
service=service), logfile=logfile)
评论列表
文章目录