graphql-engine/docs/graphql/core/hasura-cli/hasura_scripts.rst

43 lines
1.1 KiB
ReStructuredText
Raw Normal View History

2020-02-24 19:19:14 +03:00
.. meta::
:description: Use hasura scripts to list scripts on the Hasura CLI
:keywords: hasura, docs, CLI, hasura scripts
.. _hasura_scripts:
Hasura CLI: hasura scripts
--------------------------
2020-05-11 15:14:48 +03:00
Execute helper scripts to manage Hasura Projects
2020-02-24 19:19:14 +03:00
Synopsis
~~~~~~~~
2020-05-11 15:14:48 +03:00
Execute helper scripts to manage Hasura Projects
2020-02-24 19:19:14 +03:00
Options
~~~~~~~
::
-h, --help help for scripts
Options inherited from parent commands
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
::
2020-05-11 15:14:48 +03:00
--envfile string .env filename to load ENV vars from (default ".env")
2020-02-24 19:19:14 +03:00
--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
2020-05-11 15:14:48 +03:00
* :ref:`hasura scripts update-project-v2 <hasura_scripts_update-project-v2>` - Upgrade config from v1 to v2
2020-02-24 19:19:14 +03:00
*Auto generated by spf13/cobra*