Skip to content

Commit 7472e6d

Browse files
doc: Update gcloud command for ADC (#406)
ADC login command for gcloud is `gcloud auth application-default auth login` Co-authored-by: Anthonios Partheniou <[email protected]>
1 parent cb0329a commit 7472e6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/auth.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ possible to call Google Cloud APIs with a user account via
165165
getting started with the ``google-cloud-*`` library.
166166

167167
The simplest way to use credentials from a user account is via
168-
Application Default Credentials using ``gcloud auth login``
168+
Application Default Credentials using ``gcloud auth application-default login``
169169
(as mentioned above) and :func:`google.auth.default`:
170170

171171
.. code:: python

0 commit comments

Comments
 (0)