mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-18 13:02:11 +03:00
48 lines
706 B
ReStructuredText
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*
|