Lines Matching full:gcloud
16 """Gcloud setup runner."""
152 self.gcloud_command_path = os.path.join(google_sdk_folder, "gcloud")
158 """Run gcloud command.
162 Ex: [config], then this function call "gcloud config".
166 String, return message after execute gcloud command.
205 gcloud_runner: A GcloudRunner class to run "gcloud" command.
241 "This step will walk you through gcloud SDK installation."
242 "Then configure gcloud user information."
243 "Finally enable some gcloud API services.")
296 """Setup Gcloud user information.
297 1. Setup Gcloud SDK tools.
298 2. Setup Gcloud project.
299 a. Setup Gcloud project and zone.
302 3. Enable Gcloud API services.
369 """Setup gcloud project information.
376 gcloud_runner: A GcloudRunner class to run "gcloud" command.
386 """Setup gcloud project name and zone name and check project changed.
388 Run "gcloud init" to handle gcloud project setup.
389 Then "gcloud list" to get user settings information include "project" & "zone".
393 gcloud_runner: A GcloudRunner class to run "gcloud" command.
436 The billing info get by gcloud alpha command. Here is one example:
437 $ gcloud alpha billing projects describe project_name
444 gcloud_runner: A GcloudRunner class to run "gcloud" command.
460 """Enable 3 Gcloud API services.
468 gcloud_runner: A GcloudRunner class to run "gcloud" command.