Skip to content

Commit 53982d0

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 <partheniou@google.com>
1 parent 542b208 commit 53982d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/google-api-core/docs/auth.rst

Lines changed: 1 addition & 1 deletion
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)