Hasura CLI: hasura login¶
Login to Hasura dashboard. Opens in a browser.
Synopsis¶
Browser based login to access your clusters and other information from hasura.io dashboard.
hasura login [flags]
Examples¶
# Login using browser:
$ hasura login
# Login using an authentication token obtained from https://dashboard.hasura.io
$ hasura login --token=<auth-token>
Options¶
-h, --help help for login
-t, --token string authentication token
Options inherited from parent commands¶
--project string hasura project directory where the commands should be executed. (default: current directory)
Was this page helpful?