@google-github-actions/setup-cloud-sdk
@google-github-actions/setup-cloud-sdk / index / gcloudRun
gcloudRun(
cmd,options?):Promise<ExecOutput>
Defined in: index.ts:98
gcloudRun executes the given gcloud command using actions/exec under the hood. It handles non-zero exit codes and throws a more semantic error on failure.
string[]
The command to run.
ExecOptions
Any options.
Promise<ExecOutput>
ExecOutput