graphql-engine/cli/docs/hasura_migrate_apply.md
2018-08-06 17:03:17 +05:30

912 B

hasura migrate apply

Apply migrations on the database

Synopsis

Apply migrations on the database

hasura migrate apply [flags]

Options

      --down string      apply all or N down migration steps
  -h, --help             help for apply
      --type string      type of migration (up, down) to be used with version flag (default "up")
      --up string        apply all or N up migration steps
      --version string   migrate the database to a specific version

Options inherited from parent commands

      --access-key string   access key for Hasura GraphQL Engine
      --endpoint string     http(s) endpoint for Hasura GraphQL Engine
      --log-level string    log level (DEBUG, INFO, WARN, ERROR, FATAL) (default "INFO")

SEE ALSO

Auto generated by spf13/cobra on 6-Aug-2018