tldr/pages/common/sdk.md

38 lines
777 B
Markdown
Raw Normal View History

2018-10-05 14:13:18 +01:00
# sdk
> Tool for managing parallel versions of multiple Software Development Kits.
> Supports Java, Groovy, Scala, Kotlin, Gradle, Maven, Vert.x and many others.
2020-05-28 00:53:13 +01:00
> More information: <https://sdkman.io/usage>.
2018-10-05 14:13:18 +01:00
sdk: generalize for any SDKs and enhance explanations (#8232) * sdk: generalize for any SDKs and enhance explanations 1. There was a mix between 'gradle' and 'SDK'. We now only refer to 'SDK'. Using the acronym for conciseness (the description explains the acronym). 2. Explanation for 'sdk use' was misleading. See https://sdkman.io/usage#use: > It is important to realise that this will switch the candidate version for the current shell only. 3. Explanation for 'sdk current' has been enhanced, introducing the stable version concept aka 'candidate'. See https://sdkman.io/usage#listcandidates: > This will render a searchable alphabetic list with name, current stable default version (...) * Update pages/common/sdk.md Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com> * Update pages/common/sdk.md Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com> * Update pages/common/sdk.md Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com> * Update pages/common/sdk.md Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com> * Update pages/common/sdk.md Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com> * Update pages/common/sdk.md Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com> Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>
2022-08-07 14:46:16 +01:00
- Install an SDK version:
2018-10-05 14:13:18 +01:00
sdk: generalize for any SDKs and enhance explanations (#8232) * sdk: generalize for any SDKs and enhance explanations 1. There was a mix between 'gradle' and 'SDK'. We now only refer to 'SDK'. Using the acronym for conciseness (the description explains the acronym). 2. Explanation for 'sdk use' was misleading. See https://sdkman.io/usage#use: > It is important to realise that this will switch the candidate version for the current shell only. 3. Explanation for 'sdk current' has been enhanced, introducing the stable version concept aka 'candidate'. See https://sdkman.io/usage#listcandidates: > This will render a searchable alphabetic list with name, current stable default version (...) * Update pages/common/sdk.md Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com> * Update pages/common/sdk.md Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com> * Update pages/common/sdk.md Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com> * Update pages/common/sdk.md Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com> * Update pages/common/sdk.md Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com> * Update pages/common/sdk.md Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com> Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>
2022-08-07 14:46:16 +01:00
`sdk install {{sdk_name}} {{sdk_version}}`
2018-10-05 14:13:18 +01:00
sdk: generalize for any SDKs and enhance explanations (#8232) * sdk: generalize for any SDKs and enhance explanations 1. There was a mix between 'gradle' and 'SDK'. We now only refer to 'SDK'. Using the acronym for conciseness (the description explains the acronym). 2. Explanation for 'sdk use' was misleading. See https://sdkman.io/usage#use: > It is important to realise that this will switch the candidate version for the current shell only. 3. Explanation for 'sdk current' has been enhanced, introducing the stable version concept aka 'candidate'. See https://sdkman.io/usage#listcandidates: > This will render a searchable alphabetic list with name, current stable default version (...) * Update pages/common/sdk.md Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com> * Update pages/common/sdk.md Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com> * Update pages/common/sdk.md Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com> * Update pages/common/sdk.md Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com> * Update pages/common/sdk.md Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com> * Update pages/common/sdk.md Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com> Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>
2022-08-07 14:46:16 +01:00
- Use a specific SDK version for the current terminal session:
2018-10-05 14:13:18 +01:00
sdk: generalize for any SDKs and enhance explanations (#8232) * sdk: generalize for any SDKs and enhance explanations 1. There was a mix between 'gradle' and 'SDK'. We now only refer to 'SDK'. Using the acronym for conciseness (the description explains the acronym). 2. Explanation for 'sdk use' was misleading. See https://sdkman.io/usage#use: > It is important to realise that this will switch the candidate version for the current shell only. 3. Explanation for 'sdk current' has been enhanced, introducing the stable version concept aka 'candidate'. See https://sdkman.io/usage#listcandidates: > This will render a searchable alphabetic list with name, current stable default version (...) * Update pages/common/sdk.md Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com> * Update pages/common/sdk.md Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com> * Update pages/common/sdk.md Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com> * Update pages/common/sdk.md Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com> * Update pages/common/sdk.md Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com> * Update pages/common/sdk.md Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com> Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>
2022-08-07 14:46:16 +01:00
`sdk use {{sdk_name}} {{sdk_version}}`
2018-10-05 14:13:18 +01:00
sdk: generalize for any SDKs and enhance explanations (#8232) * sdk: generalize for any SDKs and enhance explanations 1. There was a mix between 'gradle' and 'SDK'. We now only refer to 'SDK'. Using the acronym for conciseness (the description explains the acronym). 2. Explanation for 'sdk use' was misleading. See https://sdkman.io/usage#use: > It is important to realise that this will switch the candidate version for the current shell only. 3. Explanation for 'sdk current' has been enhanced, introducing the stable version concept aka 'candidate'. See https://sdkman.io/usage#listcandidates: > This will render a searchable alphabetic list with name, current stable default version (...) * Update pages/common/sdk.md Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com> * Update pages/common/sdk.md Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com> * Update pages/common/sdk.md Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com> * Update pages/common/sdk.md Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com> * Update pages/common/sdk.md Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com> * Update pages/common/sdk.md Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com> Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>
2022-08-07 14:46:16 +01:00
- Show the stable version of any available SDK:
2018-10-05 14:13:18 +01:00
sdk: generalize for any SDKs and enhance explanations (#8232) * sdk: generalize for any SDKs and enhance explanations 1. There was a mix between 'gradle' and 'SDK'. We now only refer to 'SDK'. Using the acronym for conciseness (the description explains the acronym). 2. Explanation for 'sdk use' was misleading. See https://sdkman.io/usage#use: > It is important to realise that this will switch the candidate version for the current shell only. 3. Explanation for 'sdk current' has been enhanced, introducing the stable version concept aka 'candidate'. See https://sdkman.io/usage#listcandidates: > This will render a searchable alphabetic list with name, current stable default version (...) * Update pages/common/sdk.md Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com> * Update pages/common/sdk.md Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com> * Update pages/common/sdk.md Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com> * Update pages/common/sdk.md Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com> * Update pages/common/sdk.md Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com> * Update pages/common/sdk.md Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com> Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>
2022-08-07 14:46:16 +01:00
`sdk current {{sdk_name}}`
2018-10-05 14:13:18 +01:00
sdk: generalize for any SDKs and enhance explanations (#8232) * sdk: generalize for any SDKs and enhance explanations 1. There was a mix between 'gradle' and 'SDK'. We now only refer to 'SDK'. Using the acronym for conciseness (the description explains the acronym). 2. Explanation for 'sdk use' was misleading. See https://sdkman.io/usage#use: > It is important to realise that this will switch the candidate version for the current shell only. 3. Explanation for 'sdk current' has been enhanced, introducing the stable version concept aka 'candidate'. See https://sdkman.io/usage#listcandidates: > This will render a searchable alphabetic list with name, current stable default version (...) * Update pages/common/sdk.md Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com> * Update pages/common/sdk.md Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com> * Update pages/common/sdk.md Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com> * Update pages/common/sdk.md Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com> * Update pages/common/sdk.md Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com> * Update pages/common/sdk.md Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com> Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>
2022-08-07 14:46:16 +01:00
- Show the stable versions of all installed SDKs:
2018-10-05 14:13:18 +01:00
sdk: generalize for any SDKs and enhance explanations (#8232) * sdk: generalize for any SDKs and enhance explanations 1. There was a mix between 'gradle' and 'SDK'. We now only refer to 'SDK'. Using the acronym for conciseness (the description explains the acronym). 2. Explanation for 'sdk use' was misleading. See https://sdkman.io/usage#use: > It is important to realise that this will switch the candidate version for the current shell only. 3. Explanation for 'sdk current' has been enhanced, introducing the stable version concept aka 'candidate'. See https://sdkman.io/usage#listcandidates: > This will render a searchable alphabetic list with name, current stable default version (...) * Update pages/common/sdk.md Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com> * Update pages/common/sdk.md Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com> * Update pages/common/sdk.md Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com> * Update pages/common/sdk.md Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com> * Update pages/common/sdk.md Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com> * Update pages/common/sdk.md Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com> Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>
2022-08-07 14:46:16 +01:00
`sdk current`
2018-10-05 14:13:18 +01:00
sdk: generalize for any SDKs and enhance explanations (#8232) * sdk: generalize for any SDKs and enhance explanations 1. There was a mix between 'gradle' and 'SDK'. We now only refer to 'SDK'. Using the acronym for conciseness (the description explains the acronym). 2. Explanation for 'sdk use' was misleading. See https://sdkman.io/usage#use: > It is important to realise that this will switch the candidate version for the current shell only. 3. Explanation for 'sdk current' has been enhanced, introducing the stable version concept aka 'candidate'. See https://sdkman.io/usage#listcandidates: > This will render a searchable alphabetic list with name, current stable default version (...) * Update pages/common/sdk.md Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com> * Update pages/common/sdk.md Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com> * Update pages/common/sdk.md Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com> * Update pages/common/sdk.md Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com> * Update pages/common/sdk.md Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com> * Update pages/common/sdk.md Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com> Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>
2022-08-07 14:46:16 +01:00
- List all available SDKs:
sdk: generalize for any SDKs and enhance explanations (#8232) * sdk: generalize for any SDKs and enhance explanations 1. There was a mix between 'gradle' and 'SDK'. We now only refer to 'SDK'. Using the acronym for conciseness (the description explains the acronym). 2. Explanation for 'sdk use' was misleading. See https://sdkman.io/usage#use: > It is important to realise that this will switch the candidate version for the current shell only. 3. Explanation for 'sdk current' has been enhanced, introducing the stable version concept aka 'candidate'. See https://sdkman.io/usage#listcandidates: > This will render a searchable alphabetic list with name, current stable default version (...) * Update pages/common/sdk.md Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com> * Update pages/common/sdk.md Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com> * Update pages/common/sdk.md Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com> * Update pages/common/sdk.md Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com> * Update pages/common/sdk.md Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com> * Update pages/common/sdk.md Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com> Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>
2022-08-07 14:46:16 +01:00
`sdk list`
sdk: generalize for any SDKs and enhance explanations (#8232) * sdk: generalize for any SDKs and enhance explanations 1. There was a mix between 'gradle' and 'SDK'. We now only refer to 'SDK'. Using the acronym for conciseness (the description explains the acronym). 2. Explanation for 'sdk use' was misleading. See https://sdkman.io/usage#use: > It is important to realise that this will switch the candidate version for the current shell only. 3. Explanation for 'sdk current' has been enhanced, introducing the stable version concept aka 'candidate'. See https://sdkman.io/usage#listcandidates: > This will render a searchable alphabetic list with name, current stable default version (...) * Update pages/common/sdk.md Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com> * Update pages/common/sdk.md Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com> * Update pages/common/sdk.md Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com> * Update pages/common/sdk.md Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com> * Update pages/common/sdk.md Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com> * Update pages/common/sdk.md Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com> Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>
2022-08-07 14:46:16 +01:00
- List all versions of an SDK:
2021-09-25 07:03:05 +01:00
sdk: generalize for any SDKs and enhance explanations (#8232) * sdk: generalize for any SDKs and enhance explanations 1. There was a mix between 'gradle' and 'SDK'. We now only refer to 'SDK'. Using the acronym for conciseness (the description explains the acronym). 2. Explanation for 'sdk use' was misleading. See https://sdkman.io/usage#use: > It is important to realise that this will switch the candidate version for the current shell only. 3. Explanation for 'sdk current' has been enhanced, introducing the stable version concept aka 'candidate'. See https://sdkman.io/usage#listcandidates: > This will render a searchable alphabetic list with name, current stable default version (...) * Update pages/common/sdk.md Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com> * Update pages/common/sdk.md Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com> * Update pages/common/sdk.md Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com> * Update pages/common/sdk.md Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com> * Update pages/common/sdk.md Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com> * Update pages/common/sdk.md Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com> Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>
2022-08-07 14:46:16 +01:00
`sdk list {{sdk_name}}`
2021-09-25 07:03:05 +01:00
sdk: generalize for any SDKs and enhance explanations (#8232) * sdk: generalize for any SDKs and enhance explanations 1. There was a mix between 'gradle' and 'SDK'. We now only refer to 'SDK'. Using the acronym for conciseness (the description explains the acronym). 2. Explanation for 'sdk use' was misleading. See https://sdkman.io/usage#use: > It is important to realise that this will switch the candidate version for the current shell only. 3. Explanation for 'sdk current' has been enhanced, introducing the stable version concept aka 'candidate'. See https://sdkman.io/usage#listcandidates: > This will render a searchable alphabetic list with name, current stable default version (...) * Update pages/common/sdk.md Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com> * Update pages/common/sdk.md Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com> * Update pages/common/sdk.md Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com> * Update pages/common/sdk.md Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com> * Update pages/common/sdk.md Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com> * Update pages/common/sdk.md Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com> Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>
2022-08-07 14:46:16 +01:00
- Upgrade an SDK to the latest stable version:
2018-10-05 14:13:18 +01:00
sdk: generalize for any SDKs and enhance explanations (#8232) * sdk: generalize for any SDKs and enhance explanations 1. There was a mix between 'gradle' and 'SDK'. We now only refer to 'SDK'. Using the acronym for conciseness (the description explains the acronym). 2. Explanation for 'sdk use' was misleading. See https://sdkman.io/usage#use: > It is important to realise that this will switch the candidate version for the current shell only. 3. Explanation for 'sdk current' has been enhanced, introducing the stable version concept aka 'candidate'. See https://sdkman.io/usage#listcandidates: > This will render a searchable alphabetic list with name, current stable default version (...) * Update pages/common/sdk.md Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com> * Update pages/common/sdk.md Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com> * Update pages/common/sdk.md Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com> * Update pages/common/sdk.md Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com> * Update pages/common/sdk.md Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com> * Update pages/common/sdk.md Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com> Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>
2022-08-07 14:46:16 +01:00
`sdk upgrade {{sdk_name}}`
2018-10-05 14:13:18 +01:00
sdk: generalize for any SDKs and enhance explanations (#8232) * sdk: generalize for any SDKs and enhance explanations 1. There was a mix between 'gradle' and 'SDK'. We now only refer to 'SDK'. Using the acronym for conciseness (the description explains the acronym). 2. Explanation for 'sdk use' was misleading. See https://sdkman.io/usage#use: > It is important to realise that this will switch the candidate version for the current shell only. 3. Explanation for 'sdk current' has been enhanced, introducing the stable version concept aka 'candidate'. See https://sdkman.io/usage#listcandidates: > This will render a searchable alphabetic list with name, current stable default version (...) * Update pages/common/sdk.md Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com> * Update pages/common/sdk.md Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com> * Update pages/common/sdk.md Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com> * Update pages/common/sdk.md Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com> * Update pages/common/sdk.md Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com> * Update pages/common/sdk.md Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com> Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>
2022-08-07 14:46:16 +01:00
- Uninstall a specific SDK version:
2018-10-05 14:13:18 +01:00
sdk: generalize for any SDKs and enhance explanations (#8232) * sdk: generalize for any SDKs and enhance explanations 1. There was a mix between 'gradle' and 'SDK'. We now only refer to 'SDK'. Using the acronym for conciseness (the description explains the acronym). 2. Explanation for 'sdk use' was misleading. See https://sdkman.io/usage#use: > It is important to realise that this will switch the candidate version for the current shell only. 3. Explanation for 'sdk current' has been enhanced, introducing the stable version concept aka 'candidate'. See https://sdkman.io/usage#listcandidates: > This will render a searchable alphabetic list with name, current stable default version (...) * Update pages/common/sdk.md Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com> * Update pages/common/sdk.md Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com> * Update pages/common/sdk.md Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com> * Update pages/common/sdk.md Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com> * Update pages/common/sdk.md Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com> * Update pages/common/sdk.md Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com> Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>
2022-08-07 14:46:16 +01:00
`sdk rm {{sdk_name}} {{sdk_version}}`