Forrest logo
back to the sdk tool

sdk:tldr:19bec

sdk: List all available SDKs.
$ sdk list
try on your machine

The command "sdk list" is used to list all the software development kits (SDKs) installed on your system. An SDK is a collection of tools, libraries, and documentation that aids developers in creating software for a particular platform or framework.

When you run the "sdk list" command, it will display a list of SDKs available on your system, usually with their names, versions, and optionally any additional information or paths associated with them. This can be helpful to see which SDKs are installed and the versions you have, especially when working on multiple projects that may require different SDK versions.

The command is usually specific to a particular software development environment or programming language. For example, in Android development, "sdk list" displays the list of Android SDK versions you have installed, while in Node.js development, "sdk list" may show the installed versions of the Node.js runtime.

Note that the specific output and behavior of the "sdk list" command may vary depending on the development tools and environment you are using.

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 sdk tool