hasura / hasura/graphql-engine

docs: Added detailed description to `hasura deploy` command

Open
#7,982 0 comments 0 reactions 0 assignees View on GitHub
c/cli c/docs k/enhancement t/product-platform
Dominant language
TypeScript
Stars
32.1k
Forks
3k
PR merge metrics
PR metrics pending

Description

### Is your proposal related to a problem?
When executing the `hasura deploy` , I was confused as to which was executed first, the metadata apply or the migrate apply.

It would be great if add the execution order of `migrate apply` and `metadata apply` to the description of the `hasura deploy` command.

### Describe the solution you'd like

Specifically, the following explanation in the documentation would be helpful.

```
The migrate and metadata are applied in the following order.
1. migrate apply
2. metadata apply

If the migration fails to apply, the metadata will not be applied.
```

### If the feature is approved, would you be willing to submit a PR?
Yes, I want to work for this :)

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.