Peter Amiri
08/23/2022, 5:47 PMinstall cfwheels-base-template@2.3.0
Then issue an update command:
update
and the results I see shows there is a newer version but it doesn't give an update to update to it:
❯ update
Resolving Dependencies, please wait...
╔════════════════╤═══════════╤════════╤════════╤═══════════╗
║ Package │ Installed │ Update │ Latest │ Location ║
╠════════════════╪═══════════╪════════╪════════╪═══════════╣
║ cfwheels@2.3.0 │ 2.3.0 │ 2.3.0 │ 2.4.0 │ /cfwheels ║
╚════════════════╧═══════════╧════════╧════════╧═══════════╝
Key: Update Available Major Update Available
There are no outdated dependencies!
I feel like, I'm missing something in my packages submitted to ForgeBox that says something to the effect of "Updates version 2.3.0".bdw429s
08/23/2022, 6:17 PMbdw429s
08/23/2022, 6:18 PMinstall foo
then we just grab whatever the latest stable version of foo
is and the version is stored as a caret range in the box.json
"^1.2.3"
bdw429s
08/23/2022, 6:19 PMupdate
or outdated
commands, you're essentially asking CommandBox which versions of Forgebox satisfy that rangebdw429s
08/23/2022, 6:19 PMbdw429s
08/23/2022, 6:19 PMbdw429s
08/23/2022, 6:20 PM2.3.0
is... 2.3.0
!Peter Amiri
08/23/2022, 6:20 PMbdw429s
08/23/2022, 6:20 PMbdw429s
08/23/2022, 6:21 PMbdw429s
08/23/2022, 6:21 PMPeter Amiri
08/23/2022, 6:21 PMbdw429s
08/23/2022, 6:21 PMinstall "foo@1.x || >=2.5.0 || 5.0.0 - 7.2.3"
🙂bdw429s
08/23/2022, 6:22 PM