gcloud

class narrenschiff.modules.gcloud.Gcloud(command)[source]

gcloud module.

property cmd

Get command that module needs to execute later.

Returns

Full command with all parameters

Return type

str

dry_run_supported(cmd)[source]

Check if command supports –dry-run.

Parameters

cmd (str) – Command that module should execute

Returns

Boolean indicating whether command supports dry run

Return type

bool