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

48 lines
706 B
ReStructuredText

.. _hasura_example:
Hasura CLI: hasura example
--------------------------
Show some examples for using hasura
Synopsis
~~~~~~~~
Print examples for using hasura, like quickstarting the project etc.
::
hasura example [flags]
Alias: examples
Examples
~~~~~~~~
::
# Print examples for using hasura
$ hasura examples
Options
~~~~~~~
::
-h, --help help for example
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*