Here’s how to update your Google Cloud Platform SDK (Software Development Kit) which is aka the CLI for interacting with Google’s API.

Get Current Version

<pre lang="bash">
gcloud version

Get the Components List

<pre lang="bash">
gcloud components list

Update

<pre lang="bash">
gcloud components update