shell_helpers.py 文件源码

python
阅读 22 收藏 0 点赞 0 评论 0

项目:envoy-perf 作者: envoyproxy 项目源码 文件源码
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)
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号