We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0c82ba commit f7a5f05Copy full SHA for f7a5f05
docs/gcloud-auth.rst
@@ -12,10 +12,18 @@ Overview
12
* **If you're developing locally**,
13
the easiest way to authenticate is using the `Google Cloud SDK`_:
14
15
+ .. code-block:: bash
16
+
17
+ $ gcloud beta auth application-default login
18
19
+ Note that this command generates credentials for client libraries. To authenticate the CLI itself, use:
20
21
.. code-block:: bash
22
23
$ gcloud auth login
24
25
+ Previously, `gcloud auth login` was used for both use cases.
26
27
.. _Google Cloud SDK: http://cloud.google.com/sdk
28
29
0 commit comments