mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 17:31:56 +03:00
38 lines
899 B
ReStructuredText
38 lines
899 B
ReStructuredText
.. _hasura_migrate:
|
|
|
|
Hasura CLI: hasura migrate
|
|
--------------------------
|
|
|
|
Manage migrations on the database
|
|
|
|
Synopsis
|
|
~~~~~~~~
|
|
|
|
|
|
Manage migrations on the database
|
|
|
|
Options
|
|
~~~~~~~
|
|
|
|
::
|
|
|
|
-h, --help help for migrate
|
|
|
|
Options inherited from parent commands
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
::
|
|
|
|
--log-level string log level (DEBUG, INFO, WARN, ERROR, FATAL) (default "INFO")
|
|
--project string directory where commands are executed. (default: current dir)
|
|
|
|
SEE ALSO
|
|
~~~~~~~~
|
|
|
|
* :ref:`hasura <hasura>` - Hasura GraphQL Engine command line tool
|
|
* :ref:`hasura migrate apply <hasura_migrate_apply>` - Apply migrations on the database
|
|
* :ref:`hasura migrate create <hasura_migrate_create>` - Create files required for a migration
|
|
* :ref:`hasura migrate status <hasura_migrate_status>` - Display current status of migrations on a database
|
|
|
|
*Auto generated by spf13/cobra*
|