Skip to content

docs: adapt asdf commands to 0.16 breaking changes #93

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions template/README-github.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@ asdf plugin add <YOUR TOOL> https://github.com/<YOUR GITHUB USERNAME>/asdf-<YOUR

```shell
# Show all installable versions
asdf list-all <YOUR TOOL>
asdf list all <YOUR TOOL>

# Install specific version
asdf install <YOUR TOOL> latest

# Set a version globally (on your ~/.tool-versions file)
asdf global <YOUR TOOL> latest
asdf set -u <YOUR TOOL> latest

# Now <YOUR TOOL> commands are available
<TOOL CHECK>
Expand Down
4 changes: 2 additions & 2 deletions template/README-gitlab.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@ asdf plugin add https://gitlab.com/<YOUR GITLAB USERNAME>/asdf-<YOUR TOOL>.git

```shell
# Show all installable versions
asdf list-all <YOUR TOOL>
asdf list all <YOUR TOOL>

# Install specific version
asdf install <YOUR TOOL> latest

# Set a version globally (on your ~/.tool-versions file)
asdf global <YOUR TOOL> latest
asdf set -u <YOUR TOOL> latest

# Now <YOUR TOOL> commands are available
<TOOL CHECK>
Expand Down