2018-09-11 14:11:24 +03:00
|
|
|
.. _hasura_migrate:
|
|
|
|
|
|
|
|
Hasura CLI: hasura migrate
|
|
|
|
--------------------------
|
|
|
|
|
|
|
|
Manage migrations on the database
|
|
|
|
|
|
|
|
Synopsis
|
|
|
|
~~~~~~~~
|
|
|
|
|
|
|
|
|
|
|
|
Manage migrations on the database
|
|
|
|
|
|
|
|
Options
|
|
|
|
~~~~~~~
|
|
|
|
|
|
|
|
::
|
|
|
|
|
2018-12-07 15:08:39 +03:00
|
|
|
-h, --help help for migrate
|
2018-09-11 14:11:24 +03:00
|
|
|
|
|
|
|
Options inherited from parent commands
|
|
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
|
|
|
|
::
|
|
|
|
|
2019-03-20 08:10:06 +03:00
|
|
|
--log-level string log level (DEBUG, INFO, WARN, ERROR, FATAL) (default "INFO")
|
|
|
|
--project string directory where commands are executed (default: current dir)
|
|
|
|
--skip-update-check Skip automatic update check on command execution
|
2018-09-11 14:11:24 +03:00
|
|
|
|
|
|
|
SEE ALSO
|
|
|
|
~~~~~~~~
|
|
|
|
|
2019-02-05 15:51:21 +03:00
|
|
|
* :ref:`hasura <hasura>` - Hasura GraphQL Engine command line tool
|
2018-09-11 14:11:24 +03:00
|
|
|
* :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*
|