ember-cli-update icon indicating copy to clipboard operation
ember-cli-update copied to clipboard

Support --lts

Open kellyselden opened this issue 6 years ago • 4 comments
trafficstars

kellyselden avatar Mar 31 '19 09:03 kellyselden

Fan of the ember-cli-update command not a contributor but I wanted to add some potential objectives:

  1. ember-cli-update --lts ... installs to latest lts version.
  2. 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.

MichaelDimmitt avatar Jul 18 '19 14:07 MichaelDimmitt

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 avatar Jul 18 '19 14:07 MichaelDimmitt

@MichaelDimmitt I have one question, how do you differentiate --list-all-lts and --list-latest-lts

rajasegar avatar Oct 24 '19 09:10 rajasegar

@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

adong avatar Jul 31 '20 17:07 adong