22 lines
290 B
Markdown
22 lines
290 B
Markdown
# migrate
|
|
|
|
Creates a migrations file or runs migrations from the migrations file.
|
|
|
|
## Usage
|
|
|
|
```bash
|
|
nx migrate
|
|
```
|
|
|
|
Install `@nrwl/cli` globally to invoke the command directly using `nx`, or use `npm run nx` or `yarn nx`.
|
|
|
|
## Options
|
|
|
|
### help
|
|
|
|
Show help
|
|
|
|
### version
|
|
|
|
Show version number
|