ember-cli-update
ember-cli-update copied to clipboard
Support --lts
Fan of the ember-cli-update command not a contributor but I wanted to add some potential objectives:
- ember-cli-update --lts ... installs to latest lts version.
- Being able to see the all lts releases would be more helpful for myself. --list-all-lts --list-latest-lts
then I could always use --to ... to upgrade to that version.
Myself being new to ember,
Question: Does ember store a list of their lts versions somewhere?
So far I have only been able to find them through blogposts In my opinion that is a disorganized way to find releases.
Why is this important?
The docs for ember update recommend going one LTS version at a time:
For large, complex apps, it is recommended to jump between LTS versions in order.
~ https://cli.emberjs.com/release/basic-use/upgrading/#managing-major-upgrades
@MichaelDimmitt I have one question, how do you differentiate --list-all-lts and --list-latest-lts
@rajasegar I would think --list-latest-lts shows only 1 LTS version, say 3.16, while --list-all-lts shows all LTS versions, say 3.16, 3.12, 3.8