Forrest logo
back to the cradle tool

cradle-package:tldr:865dd

cradle-package: Display a list of available packages.
$ cradle package list
try on your machine

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.

This explanation was created by an AI. In most cases those are correct. But please always be careful and never run a command you are not sure if it is safe.
back to the cradle tool