
sdk
List of commands for sdk:
-
sdk:tldr:042ff sdk: Show the stable versions of all installed SDKs.$ sdk currenttry on your machineexplain this command
-
sdk:tldr:2cbef sdk: Uninstall a specific SDK version.$ sdk rm ${sdk_name} ${sdk_version}try on your machineexplain this command
-
sdk:tldr:74869 sdk: Install an SDK version.$ sdk install ${sdk_name} ${sdk_version}try on your machineexplain this command
-
sdk:tldr:75e9f sdk: List all versions of an SDK.$ sdk list ${sdk_name}try on your machineexplain this command
-
sdk:tldr:92b81 sdk: Use a specific SDK version for the current terminal session.$ sdk use ${sdk_name} ${sdk_version}try on your machineexplain this command
-
sdk:tldr:a0d94 sdk: Upgrade an SDK to the latest stable version.$ sdk upgrade ${sdk_name}try on your machineexplain this command
-
sdk:tldr:b6066 sdk: Show the stable version of any available SDK.$ sdk current ${sdk_name}try on your machineexplain this command