cradle-package:tldr:8189c
cradle-package: Install a specific version of a package.
$ cradle package install ${package} ${version}
try on your machine
This command is used to install a specific version of a package in the cradle package manager.
- "cradle" is the name of the package manager being used.
- "package" is a placeholder for the name of the package you want to install.
- "version" is a placeholder for the specific version of the package you want to install.
To use this command, you need to replace "${package}" with the actual name of the package you want to install and "${version}" with the specific version you want.
For example, if you want to install a package called "example-package" with version "1.2.3", you would use the following command:
cradle package install example-package 1.2.3
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.