migrations icon indicating copy to clipboard operation
migrations copied to clipboard

Outdated doc - --show-versions in status command

Open fey opened this issue 4 years ago • 5 comments

Here: https://www.doctrine-project.org/projects/doctrine-migrations/en/3.0/reference/managing-migrations.html#managing-migrations

--show-versions was removed in this commit https://github.com/doctrine/migrations/commit/be8275318a3983444d740e391de917ebdf8ed222

$ vendor/bin/doctrine-migrations status --show-versions
                                               
  The "--show-versions" option does not exist.  

fey avatar Feb 03 '21 17:02 fey

Good catch. D you like to create a PR to remove the option from the docs and adapt the output of status?

SenseException avatar Feb 03 '21 20:02 SenseException

Okay. I will try, but i get some problem to build docs locally. So if somebody want to contribute - welcome

fey avatar Feb 04 '21 18:02 fey

You can push your dev-branch to Github to view your current changes or use a rst-viewer (e.g. the one in PHPStorm).

SenseException avatar Feb 04 '21 19:02 SenseException

Still in 3.7: https://www.doctrine-project.org/projects/doctrine-migrations/en/3.7/reference/managing-migrations.html

rolandinsh avatar Apr 22 '24 00:04 rolandinsh

@rolandinsh would you like to create a PR to remove the option from the docs and adapt the output of status?

greg0ire avatar Apr 22 '24 06:04 greg0ire