How To: Update gcutil / gcloud Components On a Linux / Unix / OS X

To update the gcutil and gcloud components on a Linux, Unix, or OS X system, follow these steps:

  1. Open a terminal window.
  2. Run the following command to update the gcloud component:
gcloud components update
  1. Run the following command to update the gcutil component:
gcutil update

That’s it! You have successfully updated the gcutil and gcloud components. Note that these updates are incremental and typically do not cause any disruptions to your existing configuration.

Leave a Comment