Path to this page:
./
devel/asdf,
Manage each of your project runtimes with a single tool
Branch: CURRENT,
Version: 0.16.7,
Package name: asdf-0.16.7,
Maintainer: schmonzasdf is a tool version manager. All tool version definitions are
contained within one file (.tool-versions) which you can check in to
your project's Git repository to share with your team, ensuring everyone
is using the exact same versions of tools.
The old way of working required multiple CLI version managers, each with
their distinct API, configurations files and implementation (e.g. $PATH
manipulation, shims, environment variables, etc...). asdf provides a
single interface and configuration file to simplify development
workflows, and can be extended to all tools and runtimes via a simple
plugin interface.
Master sites:
Filesize: 318.621 KB
Version history: (Expand)
- (2025-03-30) Updated to version: asdf-0.16.7
- (2025-03-22) Updated to version: asdf-0.16.6
- (2025-03-07) Updated to version: asdf-0.16.5nb1
- (2025-03-05) Updated to version: asdf-0.16.5
- (2025-02-22) Updated to version: asdf-0.16.4
- (2025-02-18) Updated to version: asdf-0.16.3
CVS history: (Expand)
2025-03-30 18:09:34 by Amitai Schleier | Files touched by this commit (2) |  |
Log message:
asdf: update to 0.16.7. Changes:
* remove comment from first line zsh completion output
|
2025-03-22 02:00:24 by Amitai Schleier | Files touched by this commit (3) |  |
Log message:
asdf: update to 0.16.6. Changes:
* correct ASDF_INSTALL_* envvar unset test
* correct concurrency to align with documentation
* correct handling of `ASDF_FORCE_PREPEND` environment variable
* improve zsh completion suggestions
* remove filtering from latest-stable call
* remove install directory for version when install fails
Updating this leaf package during the freeze for bugfixes.
|
2025-03-07 21:54:34 by Benny Siegert | Files touched by this commit (190) |  |
Log message:
Revbump all Go packages after go124 update
I realize I forgot to do the revbump after updating the default Go
version to 1.24, so let's do that now.
|
2025-03-05 01:43:38 by Amitai Schleier | Files touched by this commit (2) |  |
Log message:
asdf: update to 0.16.5. Changes:
* always propagate env variables when executing commands
* correct exit status when sub-command does not exist
* latest version returns latest version
* preserve files untracked by Git on plugin update
* set correct env vars on recursive calls
* simplify env vars parsing
|
2025-02-22 19:49:11 by Amitai Schleier | Files touched by this commit (2) |  |
Log message:
asdf: update to 0.16.4. Changes:
* Add a newline delimiter when suggesting versions to install
* correct version resolution order to restore legacy file fallback behavior
* support environment variables with equals sign and newlines in value
|
2025-02-18 20:11:12 by Amitai Schleier | Files touched by this commit (2) |  |
Log message:
asdf: update to 0.16.3. Changes:
* add missing version command
* correct formatting of version in "already installed" error message
* correct typo in `Upgrading to 0.16.0` documentation
* don't error if version already installed
* pass environment variables through to `exec-env` callback
* repair invalid fish shell completion code
* return no error from shims.RemoveAll when shims dir missing
|
2025-02-11 04:03:48 by Amitai Schleier | Files touched by this commit (3) |  |
Log message:
asdf: update to 0.16.2. Changes:
* completion bash
* completions for zsh and fish
* correct help for asdf set command
* correct help for asdf set command completion bash
* improve zsh completion suggestions
* run go tests when go.mod or go.sum change
* typo
* update make utils script to set correct version
* update urfave/cli to fix cmd output
|
2025-02-08 12:16:03 by Thomas Klausner | Files touched by this commit (1) |
Log message:
asdf: this needs a C compiler
|