@google-github-actions/setup-cloud-sdk
@google-github-actions/setup-cloud-sdk / index / gcloudRunJSON
gcloudRunJSON(
cmd,options?):Promise<any>
Defined in: index.ts:126
gcloudRunJSON runs the gcloud command with JSON output and parses the result as JSON. If the parsing fails, it throws an error.
string[]
The command to run.
ExecOptions
Any options.
Promise<any>
Parsed JSON as an object (or array).