mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-16 01:44:03 +03:00
46 lines
693 B
ReStructuredText
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*
|