doctrine / migrations

Doctrine Database Migrations Library
https://www.doctrine-project.org/projects/migrations.html
MIT License
4.68k stars 389 forks source link

Outdated doc - --show-versions in status command #1124

Open fey opened 3 years ago

fey commented 3 years ago

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.  
SenseException commented 3 years ago

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

fey commented 3 years ago

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

SenseException commented 3 years ago

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

rolandinsh commented 6 months ago

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

greg0ire commented 6 months ago

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