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

46 lines
693 B
ReStructuredText

.. _hasura_logout:
Hasura CLI: hasura logout
-------------------------
Logout from `Hasura dashboard <https://hasura.io>`_.
Synopsis
~~~~~~~~
Logout from hasura.io and clear the current session
::
hasura logout [flags]
Examples
~~~~~~~~
::
# Logout and clear session for current user:
$ hasura logout
Options
~~~~~~~
::
-h, --help help for logout
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*