graphql-engine/docs/graphql/manual/hasura-cli/hasura_migrate.rst
2018-09-11 16:41:24 +05:30

39 lines
984 B
ReStructuredText

.. _hasura_migrate:
Hasura CLI: hasura migrate
--------------------------
Manage migrations on the database
Synopsis
~~~~~~~~
Manage migrations on the database
Options
~~~~~~~
::
--access-key string access key for Hasura GraphQL Engine
--endpoint string http(s) endpoint for Hasura GraphQL Engine
-h, --help help for migrate
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
* :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*