Jump to Content
Google Cloud

Introducing GCP’s new interactive CLI

March 10, 2018
Seher Aylin Altiok

Product Manager

If you develop applications on Google Cloud Platform (GCP), you probably spend a lot of time in the GCP command line. But as we grow our GCP services, the number of commands and flags is growing by leaps and bounds. So today, we’re introducing a new command line interface (CLI) that lets you discover—and use—all these commands more efficiently: gcloud interactive.

The Google Cloud SDK offers a variety of command line tools to interact with GCP, namely:

  • gcloud — GCP’s primary CLI 
  • gsutil — CLI to interact with Google Cloud Storage 
  • bq — CLI to interact with Google BigQuery 
  • kubectl — Kubernetes Engine’s CLI
Currently in public alpha, the new interactive CLI environment provides auto-prompts and in-line help for gcloud, gsutil, bq and kubectl commands. No more context-switching as you search for command names, required flags or argument types in help pages. Now all of this information is included as part of the interactive environment as you type!

https://storage.googleapis.com/gweb-cloudblog-publish/original_images/image11w3f.GIF

The interactive environment also supports standard bash features like:

  • intermixing gcloud and standard bash commands 
  • running commands like cd and pwd, and set/use shell variables across command executions 
  • running and controlling background processes 
  • TAB-completing shell variables, and much more!
For example, you can assign the result of the command to a variable and later call this variable as an input to a different command:

Loading...

You can also create and run bash scripts while you're in the interactive environment.

https://storage.googleapis.com/gweb-cloudblog-publish/original_images/image3cytx.GIF

For example, the following script iterates all compute instances and restarts the ones that have been TERMINATED.

Loading...

Getting started with gcloud interactive

Once you’ve installed the Google Cloud SDK, go ahead and try out gcloud interactive: (if you haven’t installed it yet, you can see instructions in this link)

1.Make sure your SDK components are up to date.

Loading...

2. Install the gcloud alpha component.

Loading...

3. Start gcloud interactive

Loading...

[Optional] Enable interactive mode for gsutil, bq and kubectl (it's enabled for gcloud by default.) Note that this may take a couple of minutes to complete, but you only need to run this command once.

Loading...

Tips:

  • When you want to learn more about the current command you typed, hit F8 to open the reference page in the browser.
  • You can set the prompt context to any command group. This is useful if you mostly work with certain command groups, and saves you having to type the full command every time. You can do this by typing the command group and hitting F7.
  • Toggle the interactive help area on and off with the F2 key.
  • Use the F3 key to toggle the command line edit mode between emacs and vi.
Here at Google Cloud, we love developers and want you to be as productive as possible. Click here to learn more about gcloud interactive, and let us know what you think using the gcloud feedback command. Happy typing :)

Posted in