graphql-engine/cli/docs/hasura_migrate_create.md

32 lines
659 B
Markdown
Raw Normal View History

## hasura migrate create
Create files required for a migration
### Synopsis
Create sql and yaml files required for a migration
```
hasura migrate create [migration-name] [flags]
```
### Options
```
-h, --help help for create
```
### 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
* [hasura migrate](hasura_migrate.md) - Manage migrations on the database
###### Auto generated by spf13/cobra on 6-Aug-2018