graphql-engine/docs/graphql/manual/hasura-cli/hasura_user-info.rst
2018-09-11 16:41:24 +05:30

46 lines
681 B
ReStructuredText

.. _hasura_user-info:
Hasura CLI: hasura user-info
----------------------------
Get details for current logged in user
Synopsis
~~~~~~~~
Show the email and token for the logged in user
::
hasura user-info [flags]
Examples
~~~~~~~~
::
# Get the logged in user's info:
$ hasura user-info
Options
~~~~~~~
::
-h, --help help for user-info
Options inherited from parent commands
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
::
--project string hasura project directory where the commands should be executed. (default: current directory)
SEE ALSO
~~~~~~~~
* :ref:`hasura <hasura>` - hasura controls the hasura project
*Auto generated by spf13/cobra*