megger
09/12/2022, 3:41 PMlist
nor outdated
is working (latest commandbox version 5.6.1)? error message is C:\Users\chucknorris\Projects\commandbox\ is not a package!
bdw429s
09/12/2022, 6:43 PMbox.json
in that folder.bdw429s
09/12/2022, 6:43 PMbdw429s
09/12/2022, 6:44 PMbdw429s
09/12/2022, 6:44 PMmegger
09/13/2022, 6:10 AMmadmike_de
09/13/2022, 7:09 AMbdw429s
09/13/2022, 1:25 PMbdw429s
09/13/2022, 1:27 PMbdw429s
09/13/2022, 1:28 PMbdw429s
09/13/2022, 1:28 PMmadmike_de
09/13/2022, 2:01 PMbdw429s
09/13/2022, 2:02 PMbdw429s
09/13/2022, 2:03 PMmadmike_de
09/13/2022, 2:03 PMmegger
09/13/2022, 2:03 PMbdw429s
09/13/2022, 2:03 PMbdw429s
09/13/2022, 2:04 PMbdw429s
09/13/2022, 2:05 PMmegger
09/13/2022, 2:05 PMbdw429s
09/13/2022, 2:06 PMbdw429s
09/13/2022, 2:07 PMbdw429s
09/13/2022, 2:07 PMbdw429s
09/13/2022, 2:08 PMbdw429s
09/13/2022, 2:09 PMbdw429s
09/13/2022, 2:09 PMmegger
09/13/2022, 2:09 PMinstall date-utility
megger
09/13/2022, 2:10 PMbdw429s
09/13/2022, 2:10 PMbdw429s
09/13/2022, 2:10 PMbdw429s
09/13/2022, 2:11 PMbdw429s
09/13/2022, 2:11 PMbdw429s
09/13/2022, 2:12 PMmegger
09/13/2022, 2:24 PMmegger
09/13/2022, 2:25 PMmegger
09/13/2022, 2:40 PMbdw429s
09/13/2022, 3:41 PMbox.json
is a package, plain and simple. This means you can have hundreds of packages all over your hard drive. All of your projects are probably a package. Commandbox's cfml
folder is ALSO a package where "system" modules are installed that the CLI core itself uses, not to be confused with modules you install into a given web root.bdw429s
09/13/2022, 3:42 PMlist
and if you want to see if any of those packages in the current directory are outadated, you run
outdated
bdw429s
09/13/2022, 3:43 PMlist --system
and if you want to see if any of those system packages in the CommandBox core are outdated, you run this (again from any dir you want)
outdated --system
bdw429s
09/13/2022, 3:43 PMbdw429s
09/13/2022, 3:43 PM--system
flag ONLY defaults the working directory the command runs against to be the cfml
folder in the commandbox core. That's allbdw429s
09/13/2022, 3:44 PMlist --system
and CommandBox tells you the commandbox core is not a package, it means no system package have been installed.bdw429s
09/13/2022, 3:45 PMmadmike_de
09/13/2022, 3:45 PMbdw429s
09/13/2022, 3:45 PMlist --system
you get the error, then something is amiss and we should troubleshoot whether you really installed system packages or not!bdw429s
09/13/2022, 3:46 PMoutdated --system --hideUpToDate
command for you. There's no difference between that and you running it yourself.bdw429s
09/13/2022, 3:48 PMlist ?
outdated ?
madmike_de
09/13/2022, 3:49 PMlist
shows 'only' the packages of the current folder and that there are more options would help.madmike_de
09/13/2022, 3:50 PMbdw429s
09/13/2022, 3:51 PMlist
command says this already
Lists all dependencies of a package recursively. Run this command from the root of the package.
bdw429s
09/13/2022, 3:51 PMbdw429s
09/13/2022, 3:51 PMmegger
09/13/2022, 5:31 PMmegger
09/13/2022, 5:37 PMbdw429s
09/13/2022, 5:53 PM