# Feature request: Knex CLI list all pending migrations Are there any plans for `list` command? The idea is to print all migrations which haven't been applied yet. API Example: ```sh knex list 20190809115505_migration10 20190809115506_migrations11 20190809115507_migrations12 ``` References: - [sqitch](https://github.com/sqitchers/sqitch) - `sqitch status` - [node-migrate](https://github.com/tj/node-migrate) - `migrate list`
Activity
kibertoad commentedon Aug 13, 2019
@Saka7 Sounds useful! We would gladly accept PR for this.
knex cli list all migrations with status (#3390) (#3409)
kibertoad commentedon Aug 28, 2019
Released in 0.19.3