graphql-engine/docs/graphql/core/hasura-cli/hasura_scripts.rst
Kali Vara Purushotham Santhati c3e60aba28 cli: update cli help texts and docs generation
Co-authored-by: Rikin Kachhia <54616969+rikinsk@users.noreply.github.com>
Co-authored-by: Aravind K P <8335904+scriptonist@users.noreply.github.com>
GitOrigin-RevId: b6909583093baac4a69296721feae149ca6a0605
2021-03-15 15:41:54 +00:00

44 lines
1.2 KiB
ReStructuredText

.. meta::
:description: Execute helper scripts to manage Hasura projects using the Hasura CLI
:keywords: hasura, docs, CLI, hasura scripts
.. _hasura_scripts:
Hasura CLI: hasura scripts
--------------------------
Execute helper scripts to manage Hasura projects.
Synopsis
~~~~~~~~
Execute helper scripts to manage Hasura projects.
Options
~~~~~~~
::
-h, --help help for scripts
Options inherited from parent commands
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
::
--envfile string .env filename to load ENV vars from (default ".env")
--log-level string log level (DEBUG, INFO, WARN, ERROR, FATAL) (default "INFO")
--no-color do not colorize output (default: false)
--project string directory where commands are executed (default: current dir)
--skip-update-check skip automatic update check on command execution
SEE ALSO
~~~~~~~~
* :ref:`hasura <hasura>` - Hasura GraphQL engine command line tool
* :ref:`hasura scripts update-project-v2 <hasura_scripts_update-project-v2>` - Update the Hasura project from config v1 to v2
* :ref:`hasura scripts update-project-v3 <hasura_scripts_update-project-v3>` - Update the Hasura project from config v2 to v3
*Auto generated by spf13/cobra*