docs(cli): document the relative file path support for the "remove" command
This commit is contained in:
parent
2f6b4d23e0
commit
0faebbe647
4 changed files with 35 additions and 9 deletions
|
|
@ -20,6 +20,24 @@ bun add @emigrate/cli
|
|||
|
||||
## Usage
|
||||
|
||||
```text
|
||||
Usage: emigrate <options>/<command>
|
||||
|
||||
Options:
|
||||
|
||||
-h, --help Show this help message and exit
|
||||
-v, --version Print version number and exit
|
||||
|
||||
Commands:
|
||||
|
||||
up Run all pending migrations (or do a dry run)
|
||||
new Create a new migration file
|
||||
list List all migrations and their status
|
||||
remove Remove entries from the migration history
|
||||
```
|
||||
|
||||
### `emigrate up`
|
||||
|
||||
```text
|
||||
Usage: emigrate up [options]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue