graphql-engine/docs/graphql/manual/hasura-cli/hasura_migrate_status.rst

40 lines
783 B
ReStructuredText
Raw Normal View History

.. _hasura_migrate_status:
Hasura CLI: hasura migrate status
---------------------------------
Display current status of migrations on a database
Synopsis
~~~~~~~~
Display current status of migrations on a database
::
hasura migrate status [flags]
Options
~~~~~~~
::
-h, --help help for status
Options inherited from parent commands
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
::
--access-key string access key for Hasura GraphQL Engine
--endpoint string http(s) endpoint for Hasura GraphQL Engine
--project string hasura project directory where the commands should be executed. (default: current directory)
SEE ALSO
~~~~~~~~
* :ref:`hasura migrate <hasura_migrate>` - Manage migrations on the database
*Auto generated by spf13/cobra*