cradle-package:tldr:865dd
The command "cradle package list" is used to display a list of all the packages installed in the current Cradle project.
In Cradle, packages are used to organize and manage code modules or libraries that can be shared and reused across different parts of a project. They provide a way to encapsulate code and its dependencies, making it easier to maintain and update.
The "cradle package list" command allows you to see a list of all the packages that have been installed in the current project. This can be useful for keeping track of what packages are currently being used, checking for updates, or troubleshooting any issues related to package dependencies.
By running this command, you will get an output that lists the names and versions of all the packages installed in the project. This information can be helpful when you want to manage or update your project's dependencies.