gcloud_exec: Executes a Google Cloud Command

Description Usage Arguments Examples

View source: R/gcloud-exec.R

Description

Executes a Google Cloud command with the given parameters.

Usage

1
gcloud_exec(..., args = NULL, echo = TRUE, dry_run = FALSE)

Arguments

...

Parameters to use specified based on position.

args

Parameters to use specified as a list.

echo

Echo command output to console.

dry_run

Echo but not execute the command?

Examples

1
2
3
4
## Not run: 
gcloud_exec("help", "info")

## End(Not run)

cloudml documentation built on Sept. 4, 2019, 1:04 a.m.