Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 898 Bytes

debug-installation.md

File metadata and controls

27 lines (17 loc) · 898 Bytes

Debug Installation

There is a helpful command called forgebox version-debug which will show you what version of a package will be installed without actually installing it. It can also be useful to test a semver range and see what packages it matches.

So, for example, if you wanted to see what ColdBox version would be installed if you were to run

then you can instead run this

forgebox version-debug [email protected]

You will see output similar to this:

In order to filter the output to only show versions which matched your semantic version, use the --showMatchesOnly flag

forgebox version-debug [email protected] --showMatchesOnly