Skip to content

Commit

Permalink
Merge pull request #151 from StrykeSlammerII/patch-1
Browse files Browse the repository at this point in the history
Added two notes to `migrate:refresh` command
  • Loading branch information
lcharette authored Dec 9, 2024
2 parents 4bbda2d + 9686968 commit a6803c5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pages/11.cli/01.commands/docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,8 @@ $ php bakery migrate:refresh [options]
| -d, --database=DATABASE | The database connection to use |
| -s, --steps=STEPS | Number of steps to rollback [default: 1] |

[notice=warning]Using the `-s` option will rollback that number of steps, but will migrate them back up in a single step.[/notice]
[notice=info]Unlike other migrate commands, `migrate:refresh` does NOT accept the `-p` or `--pretend` option.[/notice]

### migrate:status

Expand Down

0 comments on commit a6803c5

Please sign in to comment.