Skip to content

Commit

Permalink
Recommend new ADC command
Browse files Browse the repository at this point in the history
  • Loading branch information
Bill Prin committed Jun 10, 2016
1 parent f0c82ba commit f7a5f05
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/gcloud-auth.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,18 @@ Overview
* **If you're developing locally**,
the easiest way to authenticate is using the `Google Cloud SDK`_:

.. code-block:: bash
$ gcloud beta auth application-default login
Note that this command generates credentials for client libraries. To authenticate the CLI itself, use:

.. code-block:: bash
$ gcloud auth login
Previously, `gcloud auth login` was used for both use cases.

.. _Google Cloud SDK: http://cloud.google.com/sdk


Expand Down

0 comments on commit f7a5f05

Please sign in to comment.